Started by an SCM change Running as SYSTEM Building remotely on w.r7950.win.1.maas (windows-no-release omsimulator-windows) in workspace c:\dev\jenkins\ws\Windows\OM_Win The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir c:\dev\jenkins\ws\Windows\OM_Win\.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/OpenModelica/OpenModelica.git # timeout=10 Fetching upstream changes from https://github.com/OpenModelica/OpenModelica.git > git --version # timeout=10 > git --version # 'git version 2.43.0.windows.1' > git fetch --tags --force --progress -- https://github.com/OpenModelica/OpenModelica.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 Checking out Revision 9e582303a4ffe51312adc671ef129807d5726453 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9e582303a4ffe51312adc671ef129807d5726453 # timeout=10 Commit message: "Show only public components (#12554)" > git rev-list --no-walk 1490b4f9572988b1fe8c547a7e7c5029b3a47b63 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.OMOptim.url # timeout=10 > git config -f .gitmodules --get submodule.OMOptim.path # timeout=10 > git config --get submodule.OMSimulator.url # timeout=10 > git config -f .gitmodules --get submodule.OMSimulator.path # timeout=10 > git config --get submodule.OMCompiler/3rdParty.url # timeout=10 > git config -f .gitmodules --get submodule.OMCompiler/3rdParty.path # timeout=10 > git config --get submodule.OMSens.url # timeout=10 > git config -f .gitmodules --get submodule.OMSens.path # timeout=10 > git config --get submodule.OMSens_Qt.url # timeout=10 > git config -f .gitmodules --get submodule.OMSens_Qt.path # timeout=10 > git submodule update --init --recursive OMOptim # timeout=10 > git submodule update --init --recursive OMSimulator # timeout=10 > git submodule update --init --recursive OMCompiler/3rdParty # timeout=10 > git submodule update --init --recursive OMSens # timeout=10 > git submodule update --init --recursive OMSens_Qt # timeout=10 [OM_Win] $ cmd /c call C:\Users\OPENMO~1\AppData\Local\Temp\jenkins9813465305229683540.bat c:\dev\jenkins\ws\Windows\OM_Win>set OMDEV=C:\OMDevUCRT c:\dev\jenkins\ws\Windows\OM_Win>set HOME=C:\dev\ c:\dev\jenkins\ws\Windows\OM_Win>taskkill /F /IM omc.exe /T ERROR: The process "omc.exe" not found. c:\dev\jenkins\ws\Windows\OM_Win>taskkill /F /IM perl.exe /T ERROR: The process "perl.exe" not found. c:\dev\jenkins\ws\Windows\OM_Win>echo Current directory: c:\dev\jenkins\ws\Windows\OM_Win Current directory: c:\dev\jenkins\ws\Windows\OM_Win LOCALAPPDATA: C:\Users\OpenModelica\AppData\Local c:\dev\jenkins\ws\Windows\OM_Win>if not exist "C:\OMDevUCRT" ( echo Checkout C:\OMDevUCRT cd c:\ git clone https://gitlab.liu.se/OpenModelica/OMDevUCRT.git OMDevUCRT cd C:\OMDevUCRT git checkout master call SETUP_OMDEV.bat ) c:\dev\jenkins\ws\Windows\OM_Win>cd C:\OMDevUCRT C:\OMDevUCRT>git pull Already up to date. C:\OMDevUCRT>cd c:\dev\jenkins\ws\Windows\OM_Win c:\dev\jenkins\ws\Windows\OM_Win>echo on c:\dev\jenkins\ws\Windows\OM_Win>( echo #!/bin/sh -x echo # echo # script to build the OpenModelica windows build echo # expects to have these things installed: echo # python 2.7.x - you need to run easy_install joblib simplejson requests in the cmd line in python/Scripts echo # nsis installer echo # TortoiseSVN command line tools echo # Qt 4.8.0 echo # jdk echo # git - put it last in the path echo # OMDev in C:\OMDevUCRT echo # echo set +e echo # cleanup tmp and use the windows temp echo T1=`cygpath $ORIGINAL_TMP` echo T2=`cygpath $ORIGINAL_TEMP` echo echo T1: ${T1} echo echo T2: ${T2} echo rm -rf ${T1}/cc* ${T2}/cc* echo find ${TMP}/*/ ! -name *omc-rtest* -exec rm -rf {} + echo export TMP=$T1 TEMP=$T2 echo echo TMP: ${TMP}/ echo echo TEMP: ${TEMP}/ echo # echo # set the path to our tools echo export PATH=/c/Program\ Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:$PATH:/c/bin/git/bin:/c/Program\ Files/Microsoft/jdk-21.0.1.12-hotspot/bin/:/c/Program\ Files/Git/bin/ echo # echo # set the OPENMODELICAHOME and OPENMODELICALIBRARY echo export OPENMODELICAHOME="${WORKSPACE}\\build" echo export OPENMODELICALIBRARY="${WORKSPACE}\\build\\lib\\omlibrary" echo # have OMDEV in Msys version echo export OMDEV=`cygpath -u ${OMDEV}` echo set echo # get back to our workspace echo cd ${WORKSPACE}/ echo # check if we have OM already echo cd ${WORKSPACE}/ echo export MAKETHREADS=-j32 echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} clean echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} clean-qtclients echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo cd ${WORKSPACE}/ echo set -e echo time make -f Makefile.omdev.mingw ${MAKETHREADS} omc omc-diff omlibrary qtclients testsuite-depends echo cd ${WORKSPACE}/ echo make -f 'Makefile.omdev.mingw' ${MAKETHREADS} BUILDTYPE=Release runtimeCPPinstall echo cd ${WORKSPACE}/ echo make -f 'Makefile.omdev.mingw' ${MAKETHREADS} omsens echo set +e echo cd ${WORKSPACE}/ echo sed -i.bak 's/mingw32-make/..\\..\\usr\\bin\\make/g' build/share/omc/scripts/Compile.bat echo cp -f /c/dev/runtest.db.* ${WORKSPACE}/testsuite/ || true echo cd ${WORKSPACE}/testsuite/partest echo time perl ./runtests.pl -nocolour -with-xml echo CODE=$? echo if test "$CODE" = 0 -o "$CODE" = 7; then echo cp -f ../runtest.db.* /c/dev/ echo fi echo if test "$CODE" = 0 -o "$CODE" = 7; then echo exit 0 echo else echo exit $CODE echo fi ) 1>buildWindows.sh c:\dev\jenkins\ws\Windows\OM_Win>set MSYSTEM=UCRT64 c:\dev\jenkins\ws\Windows\OM_Win>C:\OMDevUCRT\tools\msys\usr\bin\sh --login -i -c "cd ${WORKSPACE} && chmod +x buildWindows.sh && ./buildWindows.sh && rm -f ./buildWindows.sh" sh: cannot set terminal process group (-1): Inappropriate ioctl for device sh: no job control in this shell + set +e ++ cygpath /c/Users/OPENMO~1/AppData/Local/Temp + T1=/c/Users/OPENMO~1/AppData/Local/Temp ++ cygpath /c/Users/OPENMO~1/AppData/Local/Temp + T2=/c/Users/OPENMO~1/AppData/Local/Temp + echo T1: /c/Users/OPENMO~1/AppData/Local/Temp T1: /c/Users/OPENMO~1/AppData/Local/Temp + echo T2: /c/Users/OPENMO~1/AppData/Local/Temp T2: /c/Users/OPENMO~1/AppData/Local/Temp + rm -rf /c/Users/OPENMO~1/AppData/Local/Temp/ccahk6cC /c/Users/OPENMO~1/AppData/Local/Temp/cciIPzNk /c/Users/OPENMO~1/AppData/Local/Temp/ccK4PlKT /c/Users/OPENMO~1/AppData/Local/Temp/ccm7LYjS /c/Users/OPENMO~1/AppData/Local/Temp/ccvmG5wQ /c/Users/OPENMO~1/AppData/Local/Temp/cczsOCAR /c/Users/OPENMO~1/AppData/Local/Temp/ccahk6cC /c/Users/OPENMO~1/AppData/Local/Temp/cciIPzNk /c/Users/OPENMO~1/AppData/Local/Temp/ccK4PlKT /c/Users/OPENMO~1/AppData/Local/Temp/ccm7LYjS /c/Users/OPENMO~1/AppData/Local/Temp/ccvmG5wQ /c/Users/OPENMO~1/AppData/Local/Temp/cczsOCAR + find /tmp/omc-rtest-OpenModelica/ '!' -name '*omc-rtest*' -exec rm -rf '{}' + + export TMP=/c/Users/OPENMO~1/AppData/Local/Temp TEMP=/c/Users/OPENMO~1/AppData/Local/Temp + TMP=/c/Users/OPENMO~1/AppData/Local/Temp + TEMP=/c/Users/OPENMO~1/AppData/Local/Temp + echo TMP: /c/Users/OPENMO~1/AppData/Local/Temp/ TMP: /c/Users/OPENMO~1/AppData/Local/Temp/ + echo TEMP: /c/Users/OPENMO~1/AppData/Local/Temp/ TEMP: /c/Users/OPENMO~1/AppData/Local/Temp/ + export 'PATH=/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/bin/git/bin:/c/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/:/c/Program Files/Git/bin/' + PATH='/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/bin/git/bin:/c/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/:/c/Program Files/Git/bin/' + export 'OPENMODELICAHOME=c:\dev\jenkins\ws\Windows\OM_Win\build' + OPENMODELICAHOME='c:\dev\jenkins\ws\Windows\OM_Win\build' + export 'OPENMODELICALIBRARY=c:\dev\jenkins\ws\Windows\OM_Win\build\lib\omlibrary' + OPENMODELICALIBRARY='c:\dev\jenkins\ws\Windows\OM_Win\build\lib\omlibrary' ++ cygpath -u 'C:\OMDevUCRT' + export OMDEV=/c/OMDevUCRT + OMDEV=/c/OMDevUCRT + set ACLOCAL_PATH=/ucrt64/share/aclocal:/usr/share/aclocal ALLUSERSPROFILE='C:\ProgramData' APPDATA='C:\Users\OpenModelica\AppData\Roaming' BASH=/bin/sh BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:globskipdots:hostcomplete:interactive_comments:patsub_replacement:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=() BASH_ARGV=() BASH_CMDS=() BASH_LINENO=([0]="0") BASH_LOADABLES_PATH=/usr/local/lib/bash:/usr/lib/bash:/opt/local/lib/bash:/usr/pkg/lib/bash:/opt/pkg/lib/bash:. BASH_SOURCE=([0]="./buildWindows.sh") BASH_VERSINFO=([0]="5" [1]="2" [2]="26" [3]="1" [4]="release" [5]="x86_64-pc-msys") BASH_VERSION='5.2.26(1)-release' BUILD_DISPLAY_NAME='#3800' BUILD_ID=3800 BUILD_NUMBER=3800 BUILD_TAG=jenkins-Windows-OM_Win-3800 BUILD_URL=https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3800/ CI=true COMMONPROGRAMFILES='C:\Program Files\Common Files' COMPUTERNAME=R7950-WIN-1 COMSPEC='C:\WINDOWS\system32\cmd.exe' CONFIG_SITE=/etc/config.site CommonProgramW6432='C:\Program Files\Common Files' DIRSTACK=() DriverData='C:\Windows\System32\Drivers\DriverData' EUID=197609 EXECUTOR_NUMBER=0 GIT_AUTHOR_EMAIL=openmodelica@ida.liu.se GIT_AUTHOR_NAME='OpenModelica Hudson' GIT_BRANCH=origin/master GIT_COMMIT=9e582303a4ffe51312adc671ef129807d5726453 GIT_COMMITTER_EMAIL=openmodelica@ida.liu.se GIT_COMMITTER_NAME='OpenModelica Hudson' GIT_PREVIOUS_COMMIT=1490b4f9572988b1fe8c547a7e7c5029b3a47b63 GIT_URL=https://github.com/OpenModelica/OpenModelica.git GROUPS=() HOME=/c/dev/ HOSTNAME=R7950-WIN-1 HOSTTYPE=x86_64 HUDSON_COOKIE=c88e52dc-b4b6-45b6-835e-e06cefb5fcf4 HUDSON_HOME=/var/jenkins_home HUDSON_SERVER_COOKIE=5ce1811968674574 HUDSON_URL=https://test.openmodelica.org/jenkins/ IFS=' ' INFOPATH=/ucrt64/local/info:/ucrt64/share/info:/usr/local/info:/usr/share/info:/usr/info:/share/info JENKINS_HOME=/var/jenkins_home JENKINS_SERVER_COOKIE=5ce1811968674574 JENKINS_URL=https://test.openmodelica.org/jenkins/ JOB_BASE_NAME=OM_Win JOB_DISPLAY_URL=https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/display/redirect JOB_NAME=Windows/OM_Win JOB_URL=https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/ LANG=en_GB.UTF-8 LOCALAPPDATA='C:\Users\OpenModelica\AppData\Local' MACHTYPE=x86_64-pc-msys MANPATH=/ucrt64/local/man:/ucrt64/share/man:/usr/local/man:/usr/share/man:/usr/man:/share/man MINGW_CHOST=x86_64-w64-mingw32 MINGW_PACKAGE_PREFIX=mingw-w64-ucrt-x86_64 MINGW_PREFIX=/ucrt64 MSYSTEM=UCRT64 MSYSTEM_CARCH=x86_64 MSYSTEM_CHOST=x86_64-w64-mingw32 MSYSTEM_PREFIX=/ucrt64 NODE_LABELS='windows-no-release omsimulator-windows w.r7950.win.1.maas' NODE_NAME=w.r7950.win.1.maas NUMBER_OF_PROCESSORS=32 OLDPWD=/c/dev OMDEV=/c/OMDevUCRT OPENMODELICAHOME='c:\dev\jenkins\ws\Windows\OM_Win\build' OPENMODELICALIBRARY='c:\dev\jenkins\ws\Windows\OM_Win\build\lib\omlibrary' OPTERR=1 OPTIND=1 ORIGINAL_PATH=/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/ ORIGINAL_TEMP=/c/Users/OPENMO~1/AppData/Local/Temp ORIGINAL_TMP=/c/Users/OPENMO~1/AppData/Local/Temp OS=Windows_NT OSTYPE=msys OneDrive='C:\Users\OpenModelica\OneDrive' PATH='/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/bin/git/bin:/c/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/:/c/Program Files/Git/bin/' PATHEXT='.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' PIPESTATUS=([0]="0") PKG_CONFIG_PATH=/ucrt64/lib/pkgconfig:/ucrt64/share/pkgconfig PKG_CONFIG_SYSTEM_INCLUDE_PATH=/ucrt64/include PKG_CONFIG_SYSTEM_LIBRARY_PATH=/ucrt64/lib POSIXLY_CORRECT=y PPID=535 PRINTER='Microsoft Print to PDF' PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER='AMD64 Family 25 Model 97 Stepping 2, AuthenticAMD' PROCESSOR_LEVEL=25 PROCESSOR_REVISION=6102 PROGRAMFILES='C:\Program Files' PROMPT='$P$G' PS4='+ ' PSModulePath='%ProgramFiles%\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules' PUBLIC='C:\Users\Public' PWD=/c/dev/jenkins/ws/Windows/OM_Win ProgramData='C:\ProgramData' ProgramW6432='C:\Program Files' RUN_ARTIFACTS_DISPLAY_URL='https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3800/display/redirect?page=artifacts' RUN_CHANGES_DISPLAY_URL='https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3800/display/redirect?page=changes' RUN_DISPLAY_URL=https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3800/display/redirect RUN_TESTS_DISPLAY_URL='https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3800/display/redirect?page=tests' SHELL=/usr/bin/bash SHELLOPTS=braceexpand:hashall:interactive-comments:posix:xtrace SHLVL=2 SYSTEMDRIVE=C: SYSTEMROOT='C:\WINDOWS' T1=/c/Users/OPENMO~1/AppData/Local/Temp T2=/c/Users/OPENMO~1/AppData/Local/Temp TEMP=/c/Users/OPENMO~1/AppData/Local/Temp TERM=xterm-256color TMP=/c/Users/OPENMO~1/AppData/Local/Temp TZ=Europe/Stockholm UID=197609 USER=OpenModelica USERDOMAIN=R7950-WIN-1 USERNAME=OpenModelica USERPROFILE='C:\Users\OpenModelica' WINDIR='C:\WINDOWS' WORKSPACE='c:\dev\jenkins\ws\Windows\OM_Win' WORKSPACE_TMP='c:\dev\jenkins\ws\Windows\OM_Win_tmp' XDG_DATA_DIRS=/ucrt64/share/:/usr/local/share/:/usr/share/ _=OMDEV=/c/OMDevUCRT + cd 'c:\dev\jenkins\ws\Windows\OM_Win/' + cd 'c:\dev\jenkins\ws\Windows\OM_Win/' + export MAKETHREADS=-j32 + MAKETHREADS=-j32 + make -k -r -f Makefile.omdev.mingw -j32 clean make -f Makefile.omdev.mingw -C OMCompiler clean OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ rm -rf 3rdParty/FMIL/build 3rdParty/FMIL/install 3rdParty/FMIL/Makefile make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build if test -f 3rdParty/gc/Makefile; then make -C 3rdParty/gc distclean; fi make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' rm -f *.o *.a make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' if test -f 3rdParty/lis-1.4.12/Makefile; then make -C 3rdParty/lis-1.4.12 clean; fi make -C SimulationRuntime/cpp/ -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' test -z "libstaticrootslib_test.la libstaticrootslib2_test.la" || rm -f libstaticrootslib_test.la libstaticrootslib2_test.la rm -rf 3rdParty/CMinpack/install test -z "libomcgc.la libcord.la" || rm -f libomcgc.la libcord.la rm -rf .libs _libs make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/cpp' Making clean in test rm -f *.o rm -f cordtest.exe gctest.exe leaktest.exe middletest.exe smashtest.exe hugetest.exe realloc_test.exe staticrootstest.exe test_atomic_ops.exe threadleaktest.exe threadkey_test.exe subthreadcreate_test.exe initsecondarythread_test.exe disclaim_test.exe disclaim_bench.exe rm -rf cord/.libs cord/_libs test -z "cordtest.log gctest.log leaktest.log middletest.log smashtest.log hugetest.log realloc_test.log staticrootstest.log test_atomic_ops.log threadleaktest.log threadkey_test.log subthreadcreate_test.log initsecondarythread_test.log disclaim_test.log disclaim_bench.log" || rm -f cordtest.log gctest.log leaktest.log middletest.log smashtest.log hugetest.log realloc_test.log staticrootstest.log test_atomic_ops.log threadleaktest.log threadkey_test.log subthreadcreate_test.log initsecondarythread_test.log disclaim_test.log disclaim_bench.log make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/test' rm -f cord/*.o test -z "*.il" || rm -f *.il rm -rf extra/.libs extra/_libs rm -rf .libs _libs rm -f lsolve.exe esolve.exe spmvtest1.exe spmvtest2.exe spmvtest3.exe spmvtest4.exe spmvtest5.exe rm -f *.lo rm -f cordtest gctest leaktest middletest smashtest hugetest realloc_test staticrootstest test_atomic_ops threadleaktest threadkey_test subthreadcreate_test initsecondarythread_test disclaim_test disclaim_bench test -z "cordtest.trs gctest.trs leaktest.trs middletest.trs smashtest.trs hugetest.trs realloc_test.trs staticrootstest.trs test_atomic_ops.trs threadleaktest.trs threadkey_test.trs subthreadcreate_test.trs initsecondarythread_test.trs disclaim_test.trs disclaim_bench.trs" || rm -f cordtest.trs gctest.trs leaktest.trs middletest.trs smashtest.trs hugetest.trs realloc_test.trs staticrootstest.trs test_atomic_ops.trs threadleaktest.trs threadkey_test.trs subthreadcreate_test.trs initsecondarythread_test.trs disclaim_test.trs disclaim_bench.trs rm -f *.o rm -f cord/*.lo rm -f *.lo rm -f test1.exe test2.exe test3.exe test4.exe test5.exe test6.exe etest1.exe etest2.exe etest3.exe etest4.exe etest5.exe etest6.exe spmvtest1.exe spmvtest2.exe spmvtest3.exe spmvtest4.exe spmvtest5.exe rm -rf libatomic_ops/src/.libs libatomic_ops/src/_libs rm -f *.tab.c rm -f ./so_locations rm -f ./so_locations test -z "test-suite.log" || rm -f test-suite.log rm -rf tests/.libs tests/_libs rm -f lsolve esolve spmvtest1 spmvtest2 spmvtest3 spmvtest4 spmvtest5 rm -f cord/tests/*.o test ! -f 3rdParty/metis-5.1.0/Makefile || make -C 3rdParty/metis-5.1.0 clean test -z "bdw-gc.pc" || rm -f bdw-gc.pc rm -f test1 test2 test3 test4 test5 test6 etest1 etest2 etest3 etest4 etest5 etest6 spmvtest1 spmvtest2 spmvtest3 spmvtest4 spmvtest5 rm -f include/config.h include/stamp-h1 rm -f libtool config.lt make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/test' rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -R -f Build_static; rm -R -f Build_dynamic; Making clean in include rm -f extra/*.o #This is a bad idea, because the cache contains the absolute path to cmake that was used for build -> if the cmake location has changed, the clean command will fail rm -f cscope.out cscope.in.out cscope.po.out cscope.files test . = "." || test -z "" || rm -f make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/include' rm -rf .libs _libs rm -f extra/*.lo rm -f *.lo rm -f cord/.deps/.dirstamp #if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi rm -f cord/.dirstamp rm -f libatomic_ops/src/*.o make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/include' Making clean in src rm -f cord/tests/.deps/.dirstamp #rm -f 3rdParty/CMinpack/build/Makefile rm -f cord/tests/.dirstamp rm -f libatomic_ops/src/*.lo rm -f extra/.deps/.dirstamp rm -rf 3rdParty/CMinpack/build rm -f extra/.dirstamp make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' rm -f tests/*.o cd 3rdParty/Cdaskr/solver && make -f Makefile clean rm -f libatomic_ops/src/.deps/.dirstamp rm -f libatomic_ops/src/.dirstamp rm -f tests/*.lo rm -rf 3rdParty/metis-5.1.0/CMakeCache.txt 3rdParty/metis-5.1.0/libmetis/libmetis.a 3rdParty/metis-5.1.0/CMakeFiles 3rdParty/metis-5.1.0/Makefile 3rdParty/metis-5.1.0/cmake_install.cmake 3rdParty/metis-5.1.0/include/CMakeFiles 3rdParty/metis-5.1.0/include/Makefile 3rdParty/metis-5.1.0/include/cmake_install.cmake 3rdParty/metis-5.1.0/libmetis/CMakeFiles 3rdParty/metis-5.1.0/libmetis/Makefile 3rdParty/metis-5.1.0/libmetis/cmake_install.cmake 3rdParty/metis-5.1.0/programs/CMakeFiles 3rdParty/metis-5.1.0/programs/Makefile 3rdParty/metis-5.1.0/programs/cmake_install.cmake rm -f tests/.deps/.dirstamp Making clean in precision rm -f tests/.dirstamp make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' rm -f config.status config.cache config.log configure.lineno config.status.lineno make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libprecision.la" || rm -f libprecision.la rm -f ./.deps/allchblk.Plo rm -f *.o rm -f *.lo rm -f ./.deps/alloc.Plo rm -f ./.deps/backgraph.Plo make -C Compiler/boot clean -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build rm -f ./.deps/blacklst.Plo rm -f ./.deps/checksums.Plo rm -f ./.deps/darwin_stop_world.Plo rm -f "./so_locations" make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Cdaskr/solver' rm -f *.o libcdaskr.a *~ #*# rm -f ./.deps/dbg_mlc.Plo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' Making clean in system rm -f ./.deps/dyn_load.Plo rm -f ./.deps/finalize.Plo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' test -z "*.il" || rm -f *.il make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Cdaskr/solver' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/cpp' rm -rf .libs _libs rm -f ./.deps/fnlz_mlc.Plo test -z "libsystem.la" || rm -f libsystem.la rm -f *.o rm -f ./.deps/gc_dlopen.Plo rm -f *.lo test ! -f 3rdParty/msgpack-0.5.8/Makefile || make -C 3rdParty/msgpack-0.5.8 distclean || true rm -f ./.deps/gcj_mlc.Plo make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' rm -f ./.deps/headers.Plo rm -f ./.deps/libgccpp.Plo rm -f ./.deps/mach_dep.Plo rm -f ./.deps/malloc.Plo rm -f ./.deps/mallocx.Plo rm -f "./so_locations" rm -f ./.deps/mark.Plo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' Making clean in esolver rm -f ./.deps/mark_rts.Plo # OpenBLAS make clean actually gives error-messages. Let it do it, but silently rm -f ./.deps/misc.Plo rm -rf "build/" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' test -z "*.il" || rm -f *.il rm -f ./.deps/new_hblk.Plo rm -rf .libs _libs rm -f 3rdParty/msgpack-0.5.8/Makefile test -z "libesolver.la" || rm -f libesolver.la rm -f ./.deps/obj_map.Plo rm -f *.o rm -f *.lo rm -f ./.deps/os_dep.Plo rm -f ./.deps/pthread_start.Plo rm -f ./.deps/pthread_stop_world.Plo rm -f ./.deps/pthread_support.Plo rm -f ./.deps/ptr_chck.Plo rm -f ./.deps/reclaim.Plo make -C 3rdParty/SuiteSparse-5.8.1 distclean rm -f ./.deps/sparc_mach_dep.Plo rm -f ./.deps/specific.Plo rm -f "./so_locations" test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1 rm -f ./.deps/thread_local_alloc.Plo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' Making clean in solver rm -f ./.deps/typd_mlc.Plo rm -f ./.deps/win32_threads.Plo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' test -z "*.il" || rm -f *.il rm -rf .libs _libs rm -f cord/.deps/libcord_la-cordbscs.Plo test -z "libsolver.la" || rm -f libsolver.la rm -f *.o rm -f cord/.deps/libcord_la-cordprnt.Plo rm -f *.lo rm -f cord/.deps/libcord_la-cordxtra.Plo rm -f cord/tests/.deps/cordtest.Po cd SimulationRuntime/OMSI; \ test -d Build_static && cd Build_static && make uninstall && make DESTDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean && cd ..; rm -R -f Build_static; test -d Build_dynamic && cd Build_dynamic && make uninstall && make DESTDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean && cd ..; rm -R -f Build_dynamic; rm -f extra/.deps/gc.Plo rm -f libatomic_ops/src/.deps/atomic_ops.Plo make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1' rm -f libatomic_ops/src/.deps/atomic_ops_sysdeps.Plo rm -f "./so_locations" rm -f tests/.deps/disclaim_bench.Po make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' Making clean in precon rm -f tests/.deps/disclaim_test.Po ( cd SuiteSparse_config && make purge ) rm -f tests/.deps/huge_test.Po make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' test -z "*.il" || rm -f *.il rm -rf .libs _libs rm -f tests/.deps/initsecondarythread.Po test -z "libprecon.la" || rm -f libprecon.la rm -f *.o rm -f tests/.deps/leak_test.Po make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config' rm -f *.lo cd SimulationRuntime/OMSIC; \ test -d Build_static && cd Build_static && make uninstall && make DESTDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean && cd ..; rm -R -f Build_static; test -d Build_dynamic && cd Build_dynamic && make uninstall && make DESTDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean && cd ..; rm -R -f Build_dynamic; rm -f tests/.deps/libstaticrootslib2_test_la-staticrootslib.Plo rm -f tests/.deps/middle.Po ( cd xerbla ; make clean ) rm -f tests/.deps/realloc_test.Po make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static --check-build-system CMakeFiles/Makefile.cmake 0 rm -f tests/.deps/smash_test.Po rm -f "./so_locations" rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends rm -f tests/.deps/staticrootslib.Plo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' Making clean in matvec rm -f tests/.deps/staticrootstest-staticrootstest.Po rm -f tests/.deps/subthread_create.Po rm -f tests/.deps/test.Po make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' test -z "*.il" || rm -f *.il rm -rf .libs _libs rm -f tests/.deps/test_atomic_ops.Po rm -f patches/*.patch test -z "libmatvec.la" || rm -f libmatvec.la rm -f *.o make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla' rm -f tests/.deps/test_cpp.Po rm -f *.lo if test -f 3rdParty/libffi/Makefile; then make -C "3rdParty/libffi" clean; fi make -f CMakeFiles/Makefile2 uninstall make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' rm -f tests/.deps/thread_leak_test.Po make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static --check-build-system CMakeFiles/Makefile.cmake 0 rm -f tests/.deps/threadkey_test.Po make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static --check-build-system CMakeFiles/Makefile.cmake 0 rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f tests/.deps/trace_test.Po /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static/CMakeFiles 0 rm -f Makefile make -f CMakeFiles/Makefile2 uninstall rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' Making clean in vector make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static --check-build-system CMakeFiles/Makefile.cmake 0 rm -f 3rdParty/gc/Makefile make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend ( cd xerbla ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' test -z "*.il" || rm -f *.il /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles 0 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=" rm -rf .libs _libs test -z "libvector.la" || rm -f libvector.la rm -f *.o make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all if test -f 3rdParty/Ipopt-3.13.4/build/Makefile; then make -C 3rdParty/Ipopt-3.13.4/build/ clean; fi rm -f *.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static/cmake_uninstall.cmake make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=" make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build rm -f "./so_locations" rm -f -r *.so* *.a *.dll *.dylib *.dSYM -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_callbacks.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static/cmake_uninstall.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' Making clean in matrix -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_api_functions.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla' rm -f -r *.so* *.a *.dll *.dylib *.dSYM -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_cs.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsic.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' test -z "*.il" || rm -f *.il if test -f SimulationRuntime/ModelicaExternalC/build/Makefile; then make -C SimulationRuntime/ModelicaExternalC/build/ clean; fi -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_me.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. rm -rf .libs _libs -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_common.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config' test -z "libmatrix.la" || rm -f libmatrix.la ( cd metis-5.1.0 && make distclean ) -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_wrapper.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. rm -f *.o -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_helper.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. rm -f *.lo -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2Functions.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_initialization.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/Makefile2 clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2FunctionTypes.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_getters_and_setters.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. /bin/sh: line 1: cd: metis-5.1.0: No such file or directory make[2]: [Makefile:183: purge] Error 1 (ignored) ( cd AMD && make purge ) -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2TypesPlatform.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_continuous_simulation.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/clean make -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_event_simulation.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver_static.a CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/clean make -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/Experimental.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIC_static.a CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/omsi_solver.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/clean make -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/solver_api.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD' make -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/Nightly.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/solver_helper.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyStart.dir/cmake_clean.cmake make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake rm -f "./so_locations" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake make -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/Continuous.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase_static.a CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake if test -f 3rdParty/zlib/build/Makefile; then make -C 3rdParty/zlib/build/ clean; fi make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyBuild.dir/cmake_clean.cmake make -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/clean Built target uninstall make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static/CMakeFiles 0 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyTest.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libexpat.a CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' Making clean in . make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_event_helper.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. ( cd Lib ; make purge ) make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/clean make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' test -z "liblis.la" || rm -f liblis.la make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/Makefile2 clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlySubmit.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_getters_and_setters.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/clean rm -rf .libs _libs make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_global.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' rm -f *.o make -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make -f CMakeFiles/Makefile2 clean rm -f *.lo make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaExternalC.dir/build.make CMakeFiles/ModelicaExternalC.dir/clean make -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_initialization.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/clean make -f CMakeFiles/ModelicaExternalC_shared.dir/build.make CMakeFiles/ModelicaExternalC_shared.dir/clean make -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake make -f CMakeFiles/ModelicaMatIO.dir/build.make CMakeFiles/ModelicaMatIO.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_json.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Lib' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake make -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/clean make -f src/omsu/CMakeFiles/OMSIC_static.dir/build.make src/omsu/CMakeFiles/OMSIC_static.dir/clean make -f CMakeFiles/ModelicaMatIO_shared.dir/build.make CMakeFiles/ModelicaMatIO_shared.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaExternalC.dir/cmake_clean.cmake MAKE x86_64-pc-mingw64 : 0 * clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_model_variables.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/uninstall.dir/cmake_clean.cmake make -f CMakeFiles/ModelicaIO.dir/build.make CMakeFiles/ModelicaIO.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaExternalC_shared.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaMatIO.dir/cmake_clean.cmake make -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_sim_data.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/ModelicaIO_shared.dir/build.make CMakeFiles/ModelicaIO_shared.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static/src/omsu && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSIC_static.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaStandardTables.dir/build.make CMakeFiles/ModelicaStandardTables.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaMatIO_shared.dir/cmake_clean.cmake make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousStart.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_xml.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaIO.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaStandardTables_shared.dir/build.make CMakeFiles/ModelicaStandardTables_shared.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake make -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/clean rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f "./so_locations" -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_mmap.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaIO_shared.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake make -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaStandardTables.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_posix_func.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousTest.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' Making clean in . make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaStandardTables_shared.dir/cmake_clean.cmake make -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/clean -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_solve_alg_system.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/build.make ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_utils.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' rm -rf .libs _libs make -f Ipopt/CMakeFiles/ipopt.dir/build.make Ipopt/CMakeFiles/ipopt.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make -f CMakeFiles/Makefile2 clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' rm -rf SimulationRuntime/ModelicaExternalC/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake rm -f *.lo -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/uthash.h CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/coinmumps.dir/cmake_clean.cmake make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic --check-build-system CMakeFiles/Makefile.cmake 0 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ipopt.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Lib' ( cd Demo ; make purge ) make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' rm -f 3rdParty/lis-1.4.12/Makefile Built target uninstall make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static/CMakeFiles 0 make -f CMakeFiles/Makefile2 uninstall make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic --check-build-system CMakeFiles/Makefile.cmake 0 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Demo' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/zlib.dir/cmake_clean.cmake make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make -f CMakeFiles/Makefile2 clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles 0 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f solver/CMakeFiles/OMSISolver_static.dir/build.make solver/CMakeFiles/OMSISolver_static.dir/clean make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' rm -rf 3rdParty/Ipopt-3.13.4/build make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make -f base/CMakeFiles/OMSIBase_static.dir/build.make base/CMakeFiles/OMSIBase_static.dir/clean rm -rf 3rdParty/zlib/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/uninstall.dir/cmake_clean.cmake rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static/solver && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSISolver_static.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static/base && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSIBase_static.dir/cmake_clean.cmake make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=" make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' rm -f amd_demo my_amd_demo.out rm -f amd_l_demo my_amd_l_demo.out rm -f amd_demo2 my_amd_demo2.out make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' rm -f amd_simple my_amd_simple.out make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/cmake_uninstall.cmake Making clean in include rm -f amd_f77demo my_amd_f77demo.out rm -f amd_f77simple my_amd_f77simple.out -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIC.a CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic --check-build-system CMakeFiles/Makefile.cmake 0 rm -f amd_f77cross my_amd_f77cross.out make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' rm -rf .libs _libs rm -f *.lo make -f CMakeFiles/Makefile2 uninstall make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Demo' ( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* ) Built target uninstall make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/CMakeFiles 0 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic --check-build-system CMakeFiles/Makefile.cmake 0 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' Making clean in testsuite make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles 0 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make -f CMakeFiles/Makefile2 clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' test -z "*.exe core* *.log *.sum" || rm -f *.exe core* *.log *.sum ( cd Doc ; make purge ) rm -rf .libs _libs rm -f *.lo make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all make -f src/omsu/CMakeFiles/OMSIC.dir/build.make src/omsu/CMakeFiles/OMSIC.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/uninstall.dir/cmake_clean.cmake make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' Making clean in man make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Doc' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic/src/omsu && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSIC.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' rm -rf .libs _libs rm -f *.lo make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/cmake_uninstall.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' rm -f -r *.so* *.a *.dll *.dylib *.dSYM -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver.dll.a CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' rm -rf .libs _libs test -z "libffi_convenience.la" || rm -f libffi_convenience.la make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Doc' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD' ( cd GraphBLAS && make purge ) test -z "libffi.la" || rm -f libffi.la -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver.dll CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. rm -f *.o rm -rf src/.libs src/_libs rm -f *.lo -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dll.a CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. rm -rf src/aarch64/.libs src/aarch64/_libs /bin/sh: line 1: cd: GraphBLAS: No such file or directory make[2]: [Makefile:185: purge] Error 1 (ignored) ( cd Mongoose && make purge ) -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dll CMake Warning (dev) at cmake_uninstall.cmake:10 (exec_program): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. rm -f src/*.o rm -rf src/alpha/.libs src/alpha/_libs make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' /bin/sh: line 1: cd: Mongoose: No such file or directory make[2]: [Makefile:186: purge] Error 1 (ignored) ( cd CAMD && make purge ) rm -rf src/arc/.libs src/arc/_libs rm -rf src/arm/.libs src/arm/_libs Built target uninstall /bin/sh: line 1: cd: CAMD: No such file or directory make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[2]: [Makefile:187: purge] Error 1 (ignored) ( cd COLAMD && make purge ) /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/CMakeFiles 0 rm -f src/*.lo rm -f ./so_locations rm -rf src/avr32/.libs src/avr32/_libs rm -f ./so_locations rm -rf src/bfin/.libs src/bfin/_libs make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD' rm -rf src/cris/.libs src/cris/_libs make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make -f CMakeFiles/Makefile2 clean rm -f src/aarch64/*.o rm -rf src/csky/.libs src/csky/_libs make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean make -f solver/CMakeFiles/OMSISolver.dir/build.make solver/CMakeFiles/OMSISolver.dir/clean rm -rf src/frv/.libs src/frv/_libs make -f base/CMakeFiles/OMSIBase.dir/build.make base/CMakeFiles/OMSIBase.dir/clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/uninstall.dir/cmake_clean.cmake rm -f src/aarch64/*.lo ( cd Lib ; make purge ) rm -rf src/ia64/.libs src/ia64/_libs make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/solver && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSISolver.dir/cmake_clean.cmake rm -rf src/kvx/.libs src/kvx/_libs make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic/base && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSIBase.dir/cmake_clean.cmake rm -f src/alpha/*.o rm -rf src/m32r/.libs src/m32r/_libs make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Lib' rm -rf src/m68k/.libs src/m68k/_libs rm -f src/alpha/*.lo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' rm -rf src/m88k/.libs src/m88k/_libs rm -rf SimulationRuntime/OMSI/Build_static; rm -rf SimulationRuntime/OMSI/Build_dynamic; rm -rf src/metag/.libs src/metag/_libs rm -f src/arc/*.o rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -rf src/microblaze/.libs src/microblaze/_libs rm -rf src/mips/.libs src/mips/_libs rm -f src/arc/*.lo rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -rf src/moxie/.libs src/moxie/_libs rm -rf src/nios2/.libs src/nios2/_libs rm -f src/arm/*.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Lib' ( cd Demo ; make purge ) rm -rf src/or1k/.libs src/or1k/_libs rm -rf src/pa/.libs src/pa/_libs rm -f src/arm/*.lo rm -rf src/powerpc/.libs src/powerpc/_libs make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Demo' rm -rf src/riscv/.libs src/riscv/_libs rm -f src/avr32/*.o rm -rf src/s390/.libs src/s390/_libs rm -rf src/sh/.libs src/sh/_libs cd /c/dev/jenkins/ws/Windows/OM_Win/build; \ rm -rf include/omc/omsi include/omc/omsic; \ rm -rf lib/omc/omsi; rm -f src/avr32/*.lo rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -rf src/sh64/.libs src/sh64/_libs rm -rf src/sparc/.libs src/sparc/_libs rm -f src/bfin/*.o rm -f colamd_example colamd_l_example rm -rf src/tile/.libs src/tile/_libs rm -f my_colamd_example.out my_colamd_l_example.out rm -rf src/vax/.libs src/vax/_libs rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/bfin/*.lo rm -rf src/x86/.libs src/x86/_libs rm -rf src/xtensa/.libs src/xtensa/_libs make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Demo' ( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* ) rm -f src/cris/*.o rm -f src/cris/*.lo make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD' rm -f src/csky/*.o ( cd BTF && make purge ) rm -f src/csky/*.lo make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF' rm -f src/frv/*.o rm -f src/frv/*.lo ( cd Lib ; make distclean ) rm -f src/ia64/*.o make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Lib' rm -f src/ia64/*.lo rm -f src/kvx/*.o rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f src/kvx/*.lo rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/m32r/*.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Lib' ( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* ) rm -f src/m32r/*.lo rm -f src/m68k/*.o make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF' ( cd KLU && make purge ) rm -f src/m68k/*.lo rm -f src/m88k/*.o make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU' rm -f src/m88k/*.lo ( cd Demo ; make distclean ) rm -f src/metag/*.o rm -f src/metag/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Demo' rm -f src/microblaze/*.o rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f src/microblaze/*.lo rm -f kludemo kluldemo klu_simple rm -f src/mips/*.o rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/mips/*.lo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Demo' ( cd Lib ; make distclean ) rm -f src/moxie/*.o make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Lib' rm -f src/moxie/*.lo rm -f src/nios2/*.o rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f src/nios2/*.lo rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/or1k/*.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Lib' ( cd Tcov ; make distclean ) rm -f src/or1k/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Tcov' rm -f src/pa/*.o rm -f src/pa/*.lo rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f src/powerpc/*.o rm -f klutest klultest *.out cov_*.c rm -f src/powerpc/*.lo rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/riscv/*.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Tcov' ( cd User ; make distclean ) rm -f src/riscv/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/User' rm -f src/s390/*.o rm -f src/s390/*.lo rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f src/sh/*.o rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/sh/*.lo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/User' ( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rename.h *.mex* ) rm -f src/sh64/*.o rm -f src/sh64/*.lo make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU' ( cd LDL && make purge ) rm -f src/sparc/*.o /bin/sh: line 1: cd: LDL: No such file or directory make[2]: [Makefile:191: purge] Error 1 (ignored) ( cd CCOLAMD && make purge ) rm -f src/sparc/*.lo make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD' rm -f src/tile/*.o rm -f src/tile/*.lo ( cd Lib ; make purge ) rm -f src/vax/*.o rm -f src/vax/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Lib' rm -f src/x86/*.o rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f src/x86/*.lo rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/xtensa/*.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Lib' ( cd Demo ; make purge ) rm -f src/xtensa/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Demo' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f ccolamd_example ccolamd_l_example rm -f my_ccolamd_example.out my_ccolamd_l_example.out rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Demo' ( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot ; rm -f *.mex* ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD' ( cd UMFPACK && make purge ) make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK' ( cd Lib ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Lib' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Lib' ( cd Demo ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Demo' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f umfpack_simple a.out rm -f umfpack_di_demo my_umfpack_di_demo.out rm -f umfpack_dl_demo my_umfpack_dl_demo.out rm -f umfpack_zi_demo my_umfpack_zi_demo.out rm -f umfpack_zl_demo my_umfpack_zl_demo.out rm -f umf4hb umf4zhb *.umf my_umf4hb.out rm -f umf4hb64 my_umf4hb64.out my_umf4zhb.out rm -f umf4 readhb readhb_nozeros readhb_size tmp/* rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Demo' ( cd Doc ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Doc' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f UMFPACK_UserGuide.tex rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Doc' ( cd Tcov ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Tcov' rm -f -r /tmp/UMFPACK_TCOV_TMP rm -f -r cover.out covall_err.out make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Tcov' ( cd MATLAB ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/MATLAB' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f luflop.mex* umfpack.mex* rename.h GKlib_util.c GKlib_graph.c rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/MATLAB' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK' ( cd CHOLMOD && make purge ) make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD' ( cd Tcov ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Tcov' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f cm cl cmread clread *.c.gcov *.out /tmp/CHOLMOD_TCOV_TMP zdemo ldemo rm -f leak zz_*.c z_*.c *.a l_*.c zl_*.c cov.sort ldemo.c zdemo.c rm -f -r cm.profile cmread.profile zdemo.profile /tmp/CHOLMOD_TCOV_TMP rm -f -r cl.profile clread.profile ldemo.profile rm -f temp*.mtx timelog.m rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Tcov' ( cd Lib ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Lib' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Lib' ( cd Valgrind ; make dopurge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Valgrind' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f cm cl cmread clread *.c.gcov *.out /tmp/CHOLMOD_TCOV_TMP zdemo ldemo rm -f leak zz_*.c z_*.c *.a l_*.c zl_*.c cov.sort ldemo.c zdemo.c rm -f -r cm.profile cmread.profile zdemo.profile /tmp/CHOLMOD_TCOV_TMP rm -f -r cl.profile clread.profile ldemo.profile rm -f temp*.mtx timelog.m rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f amdtest.c aug.c camdtest.c cctest.c cm.c cm.h cmread.c \ ctest.c huge.c leak.c lpdemo.c memory.c null2.c null.c \ raw_factor.c solve.c test_ops.c unpack.c comments.txt \ links Matrix make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Valgrind' ( cd Demo ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Demo' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f cholmod_demo cholmod_l_demo readhb readhb2 reade rm -f cholmod_simple rm -f timelog.m rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Demo' ( cd Doc ; make purge ) make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Doc' rm -f -r *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rm -f _temp.awk _*.tex rm -f -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD/Doc' ( cd MATLAB ; rm -f *.o *.obj *.ln *.bb *.bbg *.da *.tcov *.gcov gmon.out *.bak *.d *.gcda *.gcno *.aux *.bbl *.blg *.log *.toc *.dvi *.lof *.lot rename.h *.mex* GKlib_util.c GKlib_graph.c ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CHOLMOD' ( cd CSparse && make purge ) /bin/sh: line 1: cd: CSparse: No such file or directory make[2]: [Makefile:195: purge] Error 1 (ignored) ( cd CXSparse && make purge ) /bin/sh: line 1: cd: CXSparse: No such file or directory make[2]: [Makefile:196: purge] Error 1 (ignored) ( cd RBio && make purge ) /bin/sh: line 1: cd: RBio: No such file or directory make[2]: [Makefile:197: purge] Error 1 (ignored) ( cd MATLAB_Tools/SuiteSparseCollection && rm -f *.mex* ) /bin/sh: line 1: cd: MATLAB_Tools/SuiteSparseCollection: No such file or directory make[2]: [Makefile:198: purge] Error 1 (ignored) ( cd MATLAB_Tools/SSMULT && rm -f *.mex* ) /bin/sh: line 1: cd: MATLAB_Tools/SSMULT: No such file or directory make[2]: [Makefile:199: purge] Error 1 (ignored) ( cd SuiteSparse_GPURuntime && make purge ) /bin/sh: line 1: cd: SuiteSparse_GPURuntime: No such file or directory make[2]: [Makefile:200: purge] Error 1 (ignored) ( cd GPUQREngine && make purge ) /bin/sh: line 1: cd: GPUQREngine: No such file or directory make[2]: [Makefile:201: purge] Error 1 (ignored) ( cd SPQR && make purge ) /bin/sh: line 1: cd: SPQR: No such file or directory make[2]: [Makefile:202: purge] Error 1 (ignored) ( cd SLIP_LU && make purge ) /bin/sh: line 1: cd: SLIP_LU: No such file or directory make[2]: [Makefile:203: purge] Error 1 (ignored) rm -f MATLAB_Tools/*/*.mex* MATLAB_Tools/spok/private/*.mex* rm -f -r include/* bin/* lib/* share/* make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1' rm -rf 3rdParty/SuiteSparse-5.8.1/build 3rdParty/SuiteSparse-5.8.1/build_msvc (cd SimulationRuntime/c && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build) make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' rm -rf ./meta/*.o ./fmi/*.o ./gc/*.o ./util/*.o ./math-support/*.o ./simulation/solver/*.o ./simulation/solver/initialization/*.o ./optimization/*.o ./simulation/results/*.o ./simulation/*.o linearization/*.o dataReconciliation/*.o ./meta/*.a ./fmi/*.a ./gc/*.a ./util/*.a ./math-support/*.a ./simulation/solver/*.a ./simulation/solver/initialization/*.a ./optimization/*.a ./simulation/results/*.a ./simulation/*.a linearization/*.a dataReconciliation/*.a meta/gc/*.o fmi/*.o *.a *.so optimization/*/*.o build/ (! test -f /Makefile) || make -C clean (! test -f /Makefile) || make -C distclean make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' (cd Compiler && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build) make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime' rm -f -rf *.a *.o omc_communication.cc omc_communication.h omc_communication-* make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script' rm -f OpenModelicaScriptingAPIQt.cpp OpenModelicaScriptingAPIQt.h OpenModelicaScriptingAPI.mo make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script' cd /c/dev/jenkins/ws/Windows/OM_Win/build/bin && rm -f Compile.bat Prompt.bat openmodelica.lefty default_profiling.xsl replace-startValue.* simcodedump.xsl ngspicetoModelica.py make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' (cd Parser && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build) make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Parser' rm -f *.o *.obj *.lib *.a *.so ModelicaParser.c ModelicaParser.h *Modelica*_Lexer.c *Modelica*_Lexer.h *.tokens *.stamp *.stamp.tmp rm -f ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Parser' make -C Compiler/Template -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Template' rm -f AbsynDumpTpl.mo CodegenUtil.mo DAEDumpTpl.mo ExpressionDumpTpl.mo Unparsing.mo SCodeDumpTpl.mo GenerateAPIFunctionsTpl.mo CodegenCFunctions.mo AbsynToJulia.mo AbsynJLDumpTpl.mo CodegenC.mo CodegenUtilSimulation.mo CodegenEmbeddedC.mo CodegenFMUCommon.mo CodegenFMU.mo CodegenFMU1.mo CodegenFMU2.mo CodegenCppCommon.mo CodegenCpp.mo CodegenCppHpcom.mo CodegenFMUCpp.mo CodegenOMSI_common.mo CodegenOMSIC.mo CodegenOMSICpp.mo CodegenOMSIC_Equations.mo CodegenFMUCppHpcom.mo CodegenCppInit.mo CodegenMidToC.mo GraphvizDump.mo GraphMLDumpTpl.mo NFInstDumpTpl.mo SimCodeDump.mo CodegenXML.mo CodegenJS.mo VisualXMLTpl.mo CodegenCppHpcomOMSI.mo CodegenCppOMSI.mo CodegenFMUCppHpcomOMSI.mo CodegenFMUCppOMSI.mo make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Template' (rm -rf SimulationRuntime/build_c) rm -rf 3rdParty/sundials-5.4.0/build rm -rf /c/dev/jenkins/ws/Windows/OM_Win/build/share /c/dev/jenkins/ws/Windows/OM_Win/build/lib /c/dev/jenkins/ws/Windows/OM_Win/build/include /c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMShell* /c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMNotebook* \ /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc-diff /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc-diff.exe \ bom-error.log bom-error.sh tab-error.log make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' test ! -d /c/dev/jenkins/ws/Windows/OM_Win/build || rm -rf /c/dev/jenkins/ws/Windows/OM_Win/build + make -k -r -f Makefile.omdev.mingw -j32 clean-qtclients rm -f /c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMPlot.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMEdit.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMNotebook.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMShell.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMOptim.exe rm -f /c/dev/jenkins/ws/Windows/OM_Win/build/lib/libOMPlot.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/libOMOptimBasis.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/libOMOptim.a rm -rf /c/dev/jenkins/ws/Windows/OM_Win/build/share/omedit* /c/dev/jenkins/ws/Windows/OM_Win/build/share/omnotebook* /c/dev/jenkins/ws/Windows/OM_Win/build/share/omshell* make -C OMPlot -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot' make -C qwt -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt' test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt' cd src/ && ( test -e Makefile || C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -o Makefile C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/src.pro ) && make -f Makefile clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' make -f Makefile.Release clean make -f Makefile.Debug clean make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' rm -f moc/moc_predefs.h make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' rm -f moc/moc_predefs.h rm -f moc/moc_qwt_dyngrid_layout.cpp moc/moc_qwt_magnifier.cpp moc/moc_qwt_panner.cpp moc/moc_qwt_picker.cpp moc/moc_qwt_text_label.cpp moc/moc_qwt_abstract_legend.cpp moc/moc_qwt_legend.cpp moc/moc_qwt_legend_label.cpp moc/moc_qwt_plot.cpp moc/moc_qwt_plot_renderer.cpp moc/moc_qwt_plot_canvas.cpp moc/moc_qwt_plot_panner.cpp moc/moc_qwt_plot_picker.cpp moc/moc_qwt_plot_zoomer.cpp moc/moc_qwt_plot_magnifier.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_abstract_slider.cpp moc/moc_qwt_abstract_scale.cpp moc/moc_qwt_analog_clock.cpp moc/moc_qwt_compass.cpp moc/moc_qwt_counter.cpp moc/moc_qwt_dial.cpp moc/moc_qwt_knob.cpp moc/moc_qwt_slider.cpp moc/moc_qwt_thermo.cpp moc/moc_qwt_wheel.cpp rm -f moc/moc_qwt_dyngrid_layout.cpp moc/moc_qwt_magnifier.cpp moc/moc_qwt_panner.cpp moc/moc_qwt_picker.cpp moc/moc_qwt_text_label.cpp moc/moc_qwt_abstract_legend.cpp moc/moc_qwt_legend.cpp moc/moc_qwt_legend_label.cpp moc/moc_qwt_plot.cpp moc/moc_qwt_plot_renderer.cpp moc/moc_qwt_plot_canvas.cpp moc/moc_qwt_plot_panner.cpp moc/moc_qwt_plot_picker.cpp moc/moc_qwt_plot_zoomer.cpp moc/moc_qwt_plot_magnifier.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_abstract_slider.cpp moc/moc_qwt_abstract_scale.cpp moc/moc_qwt_analog_clock.cpp moc/moc_qwt_compass.cpp moc/moc_qwt_counter.cpp moc/moc_qwt_dial.cpp moc/moc_qwt_knob.cpp moc/moc_qwt_slider.cpp moc/moc_qwt_thermo.cpp moc/moc_qwt_wheel.cpp rm: cannot remove 'moc/moc_qwt_panner.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_plot.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_plot_picker.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_plot_magnifier.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_abstract_scale.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_counter.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_dial.cpp': Permission denied make[5]: [Makefile.Debug:531: compiler_moc_header_clean] Error 1 (ignored) make[5]: [Makefile.Release:531: compiler_moc_header_clean] Error 1 (ignored) rm -f release/qwt_abstract_scale_draw.o release/qwt_clipper.o release/qwt_color_map.o release/qwt_column_symbol.o release/qwt_date.o release/qwt_date_scale_draw.o release/qwt_date_scale_engine.o release/qwt_dyngrid_layout.o release/qwt_event_pattern.o release/qwt_graphic.o release/qwt_interval.o release/qwt_interval_symbol.o release/qwt_math.o release/qwt_magnifier.o release/qwt_null_paintdevice.o release/qwt_painter.o release/qwt_painter_command.o release/qwt_panner.o release/qwt_picker.o release/qwt_picker_machine.o release/qwt_pixel_matrix.o release/qwt_point_3d.o release/qwt_point_polar.o release/qwt_round_scale_draw.o release/qwt_scale_div.o release/qwt_scale_draw.o release/qwt_scale_map.o release/qwt_spline.o release/qwt_scale_engine.o release/qwt_symbol.o release/qwt_system_clock.o release/qwt_text_engine.o release/qwt_text_label.o release/qwt_text.o release/qwt_transform.o release/qwt_widget_overlay.o release/qwt_curve_fitter.o release/qwt_abstract_legend.o release/qwt_legend.o release/qwt_legend_data.o release/qwt_legend_label.o release/qwt_plot.o release/qwt_plot_renderer.o release/qwt_plot_xml.o release/qwt_plot_axis.o release/qwt_plot_curve.o release/qwt_plot_dict.o release/qwt_plot_directpainter.o release/qwt_plot_grid.o release/qwt_plot_histogram.o release/qwt_plot_item.o release/qwt_plot_abstract_barchart.o release/qwt_plot_barchart.o release/qwt_plot_multi_barchart.o release/qwt_plot_intervalcurve.o release/qwt_plot_zoneitem.o release/qwt_plot_tradingcurve.o release/qwt_plot_spectrogram.o release/qwt_plot_spectrocurve.o release/qwt_plot_scaleitem.o release/qwt_plot_legenditem.o release/qwt_plot_seriesitem.o release/qwt_plot_shapeitem.o release/qwt_plot_marker.o release/qwt_plot_textlabel.o release/qwt_plot_layout.o release/qwt_plot_canvas.o release/qwt_plot_panner.o release/qwt_plot_rasteritem.o release/qwt_plot_picker.o release/qwt_plot_zoomer.o release/qwt_plot_magnifier.o release/qwt_plot_rescaler.o release/qwt_point_mapper.o release/qwt_raster_data.o release/qwt_matrix_raster_data.o rm -f debug/qwt_abstract_scale_draw.o debug/qwt_clipper.o debug/qwt_color_map.o debug/qwt_column_symbol.o debug/qwt_date.o debug/qwt_date_scale_draw.o debug/qwt_date_scale_engine.o debug/qwt_dyngrid_layout.o debug/qwt_event_pattern.o debug/qwt_graphic.o debug/qwt_interval.o debug/qwt_interval_symbol.o debug/qwt_math.o debug/qwt_magnifier.o debug/qwt_null_paintdevice.o debug/qwt_painter.o debug/qwt_painter_command.o debug/qwt_panner.o debug/qwt_picker.o debug/qwt_picker_machine.o debug/qwt_pixel_matrix.o debug/qwt_point_3d.o debug/qwt_point_polar.o debug/qwt_round_scale_draw.o debug/qwt_scale_div.o debug/qwt_scale_draw.o debug/qwt_scale_map.o debug/qwt_spline.o debug/qwt_scale_engine.o debug/qwt_symbol.o debug/qwt_system_clock.o debug/qwt_text_engine.o debug/qwt_text_label.o debug/qwt_text.o debug/qwt_transform.o debug/qwt_widget_overlay.o debug/qwt_curve_fitter.o debug/qwt_abstract_legend.o debug/qwt_legend.o debug/qwt_legend_data.o debug/qwt_legend_label.o debug/qwt_plot.o debug/qwt_plot_renderer.o debug/qwt_plot_xml.o debug/qwt_plot_axis.o debug/qwt_plot_curve.o debug/qwt_plot_dict.o debug/qwt_plot_directpainter.o debug/qwt_plot_grid.o debug/qwt_plot_histogram.o debug/qwt_plot_item.o debug/qwt_plot_abstract_barchart.o debug/qwt_plot_barchart.o debug/qwt_plot_multi_barchart.o debug/qwt_plot_intervalcurve.o debug/qwt_plot_zoneitem.o debug/qwt_plot_tradingcurve.o debug/qwt_plot_spectrogram.o debug/qwt_plot_spectrocurve.o debug/qwt_plot_scaleitem.o debug/qwt_plot_legenditem.o debug/qwt_plot_seriesitem.o debug/qwt_plot_shapeitem.o debug/qwt_plot_marker.o debug/qwt_plot_textlabel.o debug/qwt_plot_layout.o debug/qwt_plot_canvas.o debug/qwt_plot_panner.o debug/qwt_plot_rasteritem.o debug/qwt_plot_picker.o debug/qwt_plot_zoomer.o debug/qwt_plot_magnifier.o debug/qwt_plot_rescaler.o debug/qwt_point_mapper.o debug/qwt_raster_data.o debug/qwt_matrix_raster_data.o debug/qwt_sampling_thread.o debug/qwt_series_data.o debug/qwt_point_data.o debug/qwt_scale_widget.o debug/qwt_plot_svgitem.o debug/qwt_abstract_slider.o rm -f release/qwt_sampling_thread.o release/qwt_series_data.o release/qwt_point_data.o release/qwt_scale_widget.o release/qwt_plot_svgitem.o release/qwt_abstract_slider.o release/qwt_abstract_scale.o release/qwt_arrow_button.o release/qwt_analog_clock.o release/qwt_compass.o release/qwt_compass_rose.o release/qwt_counter.o release/qwt_dial.o release/qwt_dial_needle.o release/qwt_knob.o release/qwt_slider.o release/qwt_thermo.o release/qwt_wheel.o release/moc_qwt_dyngrid_layout.o release/moc_qwt_magnifier.o release/moc_qwt_panner.o release/moc_qwt_picker.o release/moc_qwt_text_label.o release/moc_qwt_abstract_legend.o release/moc_qwt_legend.o release/moc_qwt_legend_label.o release/moc_qwt_plot.o release/moc_qwt_plot_renderer.o release/moc_qwt_plot_canvas.o release/moc_qwt_plot_panner.o release/moc_qwt_plot_picker.o release/moc_qwt_plot_zoomer.o release/moc_qwt_plot_magnifier.o release/moc_qwt_sampling_thread.o release/moc_qwt_scale_widget.o release/moc_qwt_abstract_slider.o release/moc_qwt_abstract_scale.o release/moc_qwt_analog_clock.o release/moc_qwt_compass.o release/moc_qwt_counter.o release/moc_qwt_dial.o release/moc_qwt_knob.o release/moc_qwt_slider.o release/moc_qwt_thermo.o release/moc_qwt_wheel.o rm -f debug/qwt_abstract_scale.o debug/qwt_arrow_button.o debug/qwt_analog_clock.o debug/qwt_compass.o debug/qwt_compass_rose.o debug/qwt_counter.o debug/qwt_dial.o debug/qwt_dial_needle.o debug/qwt_knob.o debug/qwt_slider.o debug/qwt_thermo.o debug/qwt_wheel.o debug/moc_qwt_dyngrid_layout.o debug/moc_qwt_magnifier.o debug/moc_qwt_panner.o debug/moc_qwt_picker.o debug/moc_qwt_text_label.o debug/moc_qwt_abstract_legend.o debug/moc_qwt_legend.o debug/moc_qwt_legend_label.o debug/moc_qwt_plot.o debug/moc_qwt_plot_renderer.o debug/moc_qwt_plot_canvas.o debug/moc_qwt_plot_panner.o debug/moc_qwt_plot_picker.o debug/moc_qwt_plot_zoomer.o debug/moc_qwt_plot_magnifier.o debug/moc_qwt_sampling_thread.o debug/moc_qwt_scale_widget.o debug/moc_qwt_abstract_slider.o debug/moc_qwt_abstract_scale.o debug/moc_qwt_analog_clock.o debug/moc_qwt_compass.o debug/moc_qwt_counter.o debug/moc_qwt_dial.o debug/moc_qwt_knob.o debug/moc_qwt_slider.o debug/moc_qwt_thermo.o debug/moc_qwt_wheel.o make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt' rm -rf build lib Makefile rm -rf src/debug src/moc src/release src/Makefile* src/object_script* rm -rf textengines/Makefile make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt' make -C OMPlot/OMPlotGUI -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp rm: cannot remove '../generatedfiles/moc/moc_OMPlot.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_PlotApplication.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_PlotWindowContainer.cpp': Permission denied make[4]: [Makefile.Debug:155: compiler_moc_header_clean] Error 1 (ignored) rm:rm -f debug/rc_omplot_res.o debug/main.o debug/qrc_resource_omplot.o debug/moc_OMPlot.o debug/moc_PlotZoomer.o debug/moc_Legend.o debug/moc_PlotPanner.o debug/moc_PlotWindow.o debug/moc_PlotApplication.o debug/moc_PlotWindowContainer.o debug/moc_PlotMainWindow.o cannot remove '../generatedfiles/moc/moc_PlotMainWindow.cpp': Permission denied make[4]: [Makefile.Release:155: compiler_moc_header_clean] Error 1 (ignored) rm -f release/rc_omplot_res.o release/main.o release/qrc_resource_omplot.o release/moc_OMPlot.o release/moc_PlotZoomer.o release/moc_Legend.o release/moc_PlotPanner.o release/moc_PlotWindow.o release/moc_PlotApplication.o release/moc_PlotWindowContainer.o release/moc_PlotMainWindow.o rm -f debug/rc_omplot_res.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' rm -f release/rc_omplot_res.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' test ! -f Makefile.lib || make -f Makefile.lib clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make -f Makefile.lib.Release clean make -f Makefile.lib.Debug clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp rm -f release/Plot.o release/PlotZoomer.o release/Legend.o release/PlotPanner.o release/PlotPicker.o release/PlotGrid.o release/PlotCurve.o release/PlotWindow.o release/PlotApplication.o release/PlotWindowContainer.o release/PlotMainWindow.o release/ScaleDraw.o release/LogScaleEngine.o release/LinearScaleEngine.o release/qrc_resource_omplot.o release/moc_OMPlot.o release/moc_PlotZoomer.o release/moc_Legend.o release/moc_PlotPanner.o release/moc_PlotWindow.o release/moc_PlotApplication.o release/moc_PlotWindowContainer.o release/moc_PlotMainWindow.o rm -f debug/Plot.o debug/PlotZoomer.o debug/Legend.o debug/PlotPanner.o debug/PlotPicker.o debug/PlotGrid.o debug/PlotCurve.o debug/PlotWindow.o debug/PlotApplication.o debug/PlotWindowContainer.o debug/PlotMainWindow.o debug/ScaleDraw.o debug/LogScaleEngine.o debug/LinearScaleEngine.o debug/qrc_resource_omplot.o debug/moc_OMPlot.o debug/moc_PlotZoomer.o debug/moc_Legend.o debug/moc_PlotPanner.o debug/moc_PlotWindow.o debug/moc_PlotApplication.o debug/moc_PlotWindowContainer.o debug/moc_PlotMainWindow.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' rm -rf ../bin/libOMPlot.a ../bin/OMPlot.exe Makefile Makefile.Debug Makefile.Release Makefile.lib Makefile.lib.Debug Makefile.lib.Release object_script.* make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot' make -C OMEdit -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit' qmake -r "CONFIG+=release" Reading C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/OMEditLIB.pro WARNING: Failure to find: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp WARNING: Failure to find: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h WARNING: Failure to find: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp WARNING: Failure to find: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h Reading C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI/OMEditGUI.pro WARNING: Failure to find: debug/rc_omedit_res.o make -C OMEditLIB/Debugger/Parser -f Makefile.lib.omdev.mingw clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Debugger/Parser' rm -f *.o *.a \ GDBMIOutput.tokens \ GDBMIOutputLexer.c GDBMIOutputLexer.h \ GDBMIOutputParser.c GDBMIOutputParser.h make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Debugger/Parser' test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit' cd OMEditLIB/ && ( test -e Makefile || C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -o Makefile C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/OMEditLIB.pro CONFIG+=release ) && make -f Makefile clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' rm -f generatedfiles/rcc/qrc_resource_omedit.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' rm -f generatedfiles/rcc/qrc_resource_omedit.cpp rm -f generatedfiles/moc/moc_predefs.h rm -f generatedfiles/moc/moc_predefs.h rm -f generatedfiles/moc/moc_Helper.cpp generatedfiles/moc/moc_Utilities.cpp generatedfiles/moc/moc_StringHandler.cpp generatedfiles/moc/moc_OutputPlainTextEdit.cpp generatedfiles/moc/moc_MainWindow.cpp generatedfiles/moc/moc_OMCProxy.cpp generatedfiles/moc/moc_MessagesWidget.cpp generatedfiles/moc/moc_ItemDelegate.cpp generatedfiles/moc/moc_LibraryTreeWidget.cpp generatedfiles/moc/moc_ModelWidgetContainer.cpp generatedfiles/moc/moc_ModelicaClassDialog.cpp generatedfiles/moc/moc_InstallLibraryDialog.cpp generatedfiles/moc/moc_SearchWidget.cpp generatedfiles/moc/moc_OptionsDialog.cpp generatedfiles/moc/moc_BaseEditor.cpp generatedfiles/moc/moc_ModelicaEditor.cpp generatedfiles/moc/moc_TransformationsEditor.cpp generatedfiles/moc/moc_TextEditor.cpp generatedfiles/moc/moc_CEditor.cpp generatedfiles/moc/moc_CompositeModelEditor.cpp generatedfiles/moc/moc_OMSimulatorEditor.cpp generatedfiles/moc/moc_MetaModelicaEditor.cpp generatedfiles/moc/moc_HTMLEditor.cpp generatedfiles/moc/moc_PlotWindowContainer.cpp generatedfiles/moc/moc_Element.cpp generatedfiles/moc/moc_ShapeAnnotation.cpp generatedfiles/moc/moc_CornerItem.cpp generatedfiles/moc/moc_LineAnnotation.cpp generatedfiles/moc/moc_PolygonAnnotation.cpp generatedfiles/moc/moc_RectangleAnnotation.cpp generatedfiles/moc/moc_EllipseAnnotation.cpp generatedfiles/moc/moc_TextAnnotation.cpp generatedfiles/moc/moc_BitmapAnnotation.cpp generatedfiles/moc/moc_ElementProperties.cpp generatedfiles/moc/moc_DocumentationWidget.cpp generatedfiles/moc/moc_TranslationFlagsWidget.cpp generatedfiles/moc/moc_SimulationDialog.cpp generatedfiles/moc/moc_SimulationOutputWidget.cpp generatedfiles/moc/moc_SimulationOutputHandler.cpp generatedfiles/moc/moc_OpcUaClient.cpp generatedfiles/moc/moc_ArchivedSimulationsWidget.cpp generatedfiles/moc/moc_FetchInterfaceDataDialog.cpp generatedfiles/moc/moc_FetchInterfaceDataThread.cpp generatedfiles/moc/moc_TLMCoSimulationDialog.cpp generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp generatedfiles/moc/moc_TLMCoSimulationThread.cpp rm -f generatedfiles/moc/moc_Helper.cpp generatedfiles/moc/moc_Utilities.cpp generatedfiles/moc/moc_StringHandler.cpp generatedfiles/moc/moc_OutputPlainTextEdit.cpp generatedfiles/moc/moc_MainWindow.cpp generatedfiles/moc/moc_OMCProxy.cpp generatedfiles/moc/moc_MessagesWidget.cpp generatedfiles/moc/moc_ItemDelegate.cpp generatedfiles/moc/moc_LibraryTreeWidget.cpp generatedfiles/moc/moc_ModelWidgetContainer.cpp generatedfiles/moc/moc_ModelicaClassDialog.cpp generatedfiles/moc/moc_InstallLibraryDialog.cpp generatedfiles/moc/moc_SearchWidget.cpp generatedfiles/moc/moc_OptionsDialog.cpp generatedfiles/moc/moc_BaseEditor.cpp generatedfiles/moc/moc_ModelicaEditor.cpp generatedfiles/moc/moc_TransformationsEditor.cpp generatedfiles/moc/moc_TextEditor.cpp generatedfiles/moc/moc_CEditor.cpp generatedfiles/moc/moc_CompositeModelEditor.cpp generatedfiles/moc/moc_OMSimulatorEditor.cpp generatedfiles/moc/moc_MetaModelicaEditor.cpp generatedfiles/moc/moc_HTMLEditor.cpp generatedfiles/moc/moc_PlotWindowContainer.cpp generatedfiles/moc/moc_Element.cpp generatedfiles/moc/moc_ShapeAnnotation.cpp generatedfiles/moc/moc_CornerItem.cpp generatedfiles/moc/moc_LineAnnotation.cpp generatedfiles/moc/moc_PolygonAnnotation.cpp generatedfiles/moc/moc_RectangleAnnotation.cpp generatedfiles/moc/moc_EllipseAnnotation.cpp generatedfiles/moc/moc_TextAnnotation.cpp generatedfiles/moc/moc_BitmapAnnotation.cpp generatedfiles/moc/moc_ElementProperties.cpp generatedfiles/moc/moc_DocumentationWidget.cpp generatedfiles/moc/moc_TranslationFlagsWidget.cpp generatedfiles/moc/moc_SimulationDialog.cpp generatedfiles/moc/moc_SimulationOutputWidget.cpp generatedfiles/moc/moc_SimulationOutputHandler.cpp generatedfiles/moc/moc_OpcUaClient.cpp generatedfiles/moc/moc_ArchivedSimulationsWidget.cpp generatedfiles/moc/moc_FetchInterfaceDataDialog.cpp generatedfiles/moc/moc_FetchInterfaceDataThread.cpp generatedfiles/moc/moc_TLMCoSimulationDialog.cpp generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp generatedfiles/moc/moc_TLMCoSimulationThread.cpp rm: cannot remove 'generatedfiles/moc/moc_predefs.h': Permission denied make[4]: [Makefile.Debug:999: compiler_moc_predefs_clean] Error 1 (ignored) rm: cannot remove 'generatedfiles/moc/moc_Helper.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_StringHandler.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_MainWindow.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_LibraryTreeWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_ModelicaClassDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_OptionsDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_RectangleAnnotation.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_DocumentationWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_SimulationOutputWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_SimulationOutputHandler.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_FetchInterfaceDataThread.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_TLMCoSimulationDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp': Permission denied make[4]: [Makefile.Debug:1005: compiler_moc_header_clean] Error 1 (ignored) rm -f generatedfiles/moc/moc_ImportFMUDialog.cpp generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp generatedfiles/moc/moc_VariablesWidget.cpp generatedfiles/moc/moc_DiagramWindow.cpp generatedfiles/moc/moc_NotificationsDialog.cpp generatedfiles/moc/moc_ShapePropertiesDialog.cpp generatedfiles/moc/moc_TransformationsWidget.cpp generatedfiles/moc/moc_GDBAdapter.cpp generatedfiles/moc/moc_StackFramesWidget.cpp generatedfiles/moc/moc_LocalsWidget.cpp generatedfiles/moc/moc_ModelicaValue.cpp generatedfiles/moc/moc_BreakpointMarker.cpp generatedfiles/moc/moc_BreakpointsWidget.cpp generatedfiles/moc/moc_BreakpointDialog.cpp generatedfiles/moc/moc_DebuggerConfigurationsDialog.cpp generatedfiles/moc/moc_AttachToProcessDialog.cpp generatedfiles/moc/moc_ProcessListModel.cpp generatedfiles/moc/moc_GDBBacktrace.cpp generatedfiles/moc/moc_CrashReportDialog.cpp generatedfiles/moc/moc_GitCommands.cpp generatedfiles/moc/moc_CommitChangesDialog.cpp generatedfiles/moc/moc_RevertCommitsDialog.cpp generatedfiles/moc/moc_CleanDialog.cpp generatedfiles/moc/moc_OMEditApplication.cpp generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp generatedfiles/moc/moc_TraceabilityInformationURI.cpp generatedfiles/moc/moc_OMSProxy.cpp generatedfiles/moc/moc_ModelDialog.cpp generatedfiles/moc/moc_BusDialog.cpp generatedfiles/moc/moc_ElementPropertiesDialog.cpp generatedfiles/moc/moc_SystemSimulationInformationDialog.cpp generatedfiles/moc/moc_OMSSimulationDialog.cpp generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp generatedfiles/moc/moc_NetworkAccessManager.cpp generatedfiles/moc/moc_AbstractAnimationWindow.cpp generatedfiles/moc/moc_ViewerWidget.cpp generatedfiles/moc/moc_AnimationWindow.cpp generatedfiles/moc/moc_ThreeDViewer.cpp generatedfiles/moc/moc_FMUSettingsDialog.cpp make[4]: [Makefile.Release:1006: compiler_moc_header_clean] Error 1 (ignored) rm -f generatedfiles/moc/moc_ImportFMUDialog.cpp generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp generatedfiles/moc/moc_VariablesWidget.cpp generatedfiles/moc/moc_DiagramWindow.cpp generatedfiles/moc/moc_NotificationsDialog.cpp generatedfiles/moc/moc_ShapePropertiesDialog.cpp generatedfiles/moc/moc_TransformationsWidget.cpp generatedfiles/moc/moc_GDBAdapter.cpp generatedfiles/moc/moc_StackFramesWidget.cpp generatedfiles/moc/moc_LocalsWidget.cpp generatedfiles/moc/moc_ModelicaValue.cpp generatedfiles/moc/moc_BreakpointMarker.cpp generatedfiles/moc/moc_BreakpointsWidget.cpp generatedfiles/moc/moc_BreakpointDialog.cpp generatedfiles/moc/moc_DebuggerConfigurationsDialog.cpp generatedfiles/moc/moc_AttachToProcessDialog.cpp generatedfiles/moc/moc_ProcessListModel.cpp generatedfiles/moc/moc_GDBBacktrace.cpp generatedfiles/moc/moc_CrashReportDialog.cpp generatedfiles/moc/moc_GitCommands.cpp generatedfiles/moc/moc_CommitChangesDialog.cpp generatedfiles/moc/moc_RevertCommitsDialog.cpp generatedfiles/moc/moc_CleanDialog.cpp generatedfiles/moc/moc_OMEditApplication.cpp generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp generatedfiles/moc/moc_TraceabilityInformationURI.cpp generatedfiles/moc/moc_OMSProxy.cpp generatedfiles/moc/moc_ModelDialog.cpp generatedfiles/moc/moc_BusDialog.cpp generatedfiles/moc/moc_ElementPropertiesDialog.cpp generatedfiles/moc/moc_SystemSimulationInformationDialog.cpp generatedfiles/moc/moc_OMSSimulationDialog.cpp generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp generatedfiles/moc/moc_NetworkAccessManager.cpp generatedfiles/moc/moc_AbstractAnimationWindow.cpp generatedfiles/moc/moc_ViewerWidget.cpp generatedfiles/moc/moc_AnimationWindow.cpp generatedfiles/moc/moc_ThreeDViewer.cpp generatedfiles/moc/moc_FMUSettingsDialog.cpp rm: cannot remove 'generatedfiles/moc/moc_ImportFMUDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_NotificationsDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_ShapePropertiesDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_StackFramesWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_BreakpointDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_DebuggerConfigurationsDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_OMSProxy.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_OMSSimulationDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_ThreeDViewer.cpp': Permission denied make[4]: [Makefile.Release:1007: compiler_moc_header_clean] Error 1 (ignored) make[4]: [Makefile.Debug:1006: compiler_moc_header_clean] Error 1 (ignored) rm -f debug/Helper.o debug/Utilities.o debug/StringHandler.o debug/OutputPlainTextEdit.o debug/MainWindow.o debug/OpenModelicaScriptingAPIQt.o debug/OMCProxy.o debug/Model.o debug/MessagesWidget.o debug/ItemDelegate.o debug/LibraryTreeWidget.o debug/Commands.o debug/CoOrdinateSystem.o debug/ModelWidgetContainer.o debug/ModelicaClassDialog.o debug/FunctionArgumentDialog.o debug/InstallLibraryDialog.o debug/SearchWidget.o debug/OptionsDialog.o debug/BaseEditor.o debug/ModelicaEditor.o debug/TransformationsEditor.o debug/TextEditor.o debug/CEditor.o debug/CompositeModelEditor.o debug/OMSimulatorEditor.o debug/MetaModelicaEditor.o debug/HTMLEditor.o debug/PlotWindowContainer.o debug/Element.o debug/ShapeAnnotation.o debug/CornerItem.o debug/LineAnnotation.o debug/PolygonAnnotation.o debug/RectangleAnnotation.o debug/EllipseAnnotation.o debug/TextAnnotation.o debug/BitmapAnnotation.o debug/DynamicAnnotation.o debug/BooleanAnnotation.o debug/PointAnnotation.o debug/RealAnnotation.o debug/ColorAnnotation.o debug/LinePatternAnnotation.o debug/FillPatternAnnotation.o debug/PointArrayAnnotation.o debug/ArrowAnnotation.o debug/SmoothAnnotation.o debug/ExtentAnnotation.o debug/BorderPatternAnnotation.o debug/EllipseClosureAnnotation.o debug/StringAnnotation.o debug/TextAlignmentAnnotation.o debug/TextStyleAnnotation.o debug/ElementProperties.o debug/Transformation.o debug/DocumentationWidget.o debug/TranslationFlagsWidget.o debug/SimulationDialog.o debug/SimulationOutputWidget.o debug/SimulationOutputHandler.o debug/OpcUaClient.o debug/ArchivedSimulationsWidget.o debug/FetchInterfaceDataDialog.o debug/FetchInterfaceDataThread.o debug/TLMCoSimulationDialog.o debug/TLMCoSimulationOutputWidget.o debug/TLMCoSimulationThread.o debug/ImportFMUDialog.o debug/ImportFMUModelDescriptionDialog.o debug/VariablesWidget.o debug/DiagramWindow.o debug/NotificationsDialog.o debug/ShapePropertiesDialog.o debug/OMDumpXML.o debug/diff_match_patch.o debug/TransformationsWidget.o debug/CommandFactory.o debug/GDBAdapter.o rm -f release/Helper.o release/Utilities.o release/StringHandler.o release/OutputPlainTextEdit.o release/MainWindow.o release/OpenModelicaScriptingAPIQt.o release/OMCProxy.o release/Model.o release/MessagesWidget.o release/ItemDelegate.o release/LibraryTreeWidget.o release/Commands.o release/CoOrdinateSystem.o release/ModelWidgetContainer.o release/ModelicaClassDialog.o release/FunctionArgumentDialog.o release/InstallLibraryDialog.o release/SearchWidget.o release/OptionsDialog.o release/BaseEditor.o release/ModelicaEditor.o release/TransformationsEditor.o release/TextEditor.o release/CEditor.o release/CompositeModelEditor.o release/OMSimulatorEditor.o release/MetaModelicaEditor.o release/HTMLEditor.o release/PlotWindowContainer.o release/Element.o release/ShapeAnnotation.o release/CornerItem.o release/LineAnnotation.o release/PolygonAnnotation.o release/RectangleAnnotation.o release/EllipseAnnotation.o release/TextAnnotation.o release/BitmapAnnotation.o release/DynamicAnnotation.o release/BooleanAnnotation.o release/PointAnnotation.o release/RealAnnotation.o release/ColorAnnotation.o release/LinePatternAnnotation.o release/FillPatternAnnotation.o release/PointArrayAnnotation.o release/ArrowAnnotation.o release/SmoothAnnotation.o release/ExtentAnnotation.o release/BorderPatternAnnotation.o release/EllipseClosureAnnotation.o release/StringAnnotation.o release/TextAlignmentAnnotation.o release/TextStyleAnnotation.o release/ElementProperties.o release/Transformation.o release/DocumentationWidget.o release/TranslationFlagsWidget.o release/SimulationDialog.o release/SimulationOutputWidget.o release/SimulationOutputHandler.o release/OpcUaClient.o release/ArchivedSimulationsWidget.o release/FetchInterfaceDataDialog.o release/FetchInterfaceDataThread.o release/TLMCoSimulationDialog.o release/TLMCoSimulationOutputWidget.o release/TLMCoSimulationThread.o release/ImportFMUDialog.o release/ImportFMUModelDescriptionDialog.o release/VariablesWidget.o release/DiagramWindow.o release/NotificationsDialog.o rm -f debug/StackFramesWidget.o debug/LocalsWidget.o debug/ModelicaValue.o debug/BreakpointMarker.o debug/BreakpointsWidget.o debug/BreakpointDialog.o debug/DebuggerConfigurationsDialog.o debug/AttachToProcessDialog.o debug/ProcessListModel.o debug/backtrace.o debug/GDBBacktrace.o debug/CrashReportDialog.o debug/GitCommands.o debug/CommitChangesDialog.o debug/RevertCommitsDialog.o debug/CleanDialog.o debug/OMEditApplication.o debug/TraceabilityGraphViewWidget.o debug/TraceabilityInformationURI.o debug/OMSProxy.o debug/ModelDialog.o debug/BusDialog.o debug/ElementPropertiesDialog.o debug/SystemSimulationInformationDialog.o debug/OMSSimulationDialog.o debug/OMSSimulationOutputWidget.o debug/TimeManager.o debug/ResourceCache.o debug/NetworkAccessManager.o debug/Expression.o debug/ExpressionFuncs.o debug/Parser.o debug/OpenGLWidget.o debug/AbstractAnimationWindow.o debug/ViewerWidget.o debug/AnimationWindow.o debug/ThreeDViewer.o debug/ExtraShapes.o debug/Visualization.o debug/VisualizationMAT.o debug/VisualizationCSV.o debug/VisualizationFMU.o debug/FMUSettingsDialog.o debug/FMUWrapper.o debug/AbstractVisualizer.o debug/Shape.o debug/Vector.o debug/qrc_resource_omedit.o debug/moc_Helper.o debug/moc_Utilities.o debug/moc_StringHandler.o debug/moc_OutputPlainTextEdit.o debug/moc_MainWindow.o debug/moc_OMCProxy.o debug/moc_MessagesWidget.o debug/moc_ItemDelegate.o debug/moc_LibraryTreeWidget.o debug/moc_ModelWidgetContainer.o debug/moc_ModelicaClassDialog.o debug/moc_InstallLibraryDialog.o debug/moc_SearchWidget.o debug/moc_OptionsDialog.o debug/moc_BaseEditor.o debug/moc_ModelicaEditor.o debug/moc_TransformationsEditor.o debug/moc_TextEditor.o debug/moc_CEditor.o debug/moc_CompositeModelEditor.o debug/moc_OMSimulatorEditor.o debug/moc_MetaModelicaEditor.o debug/moc_HTMLEditor.o debug/moc_PlotWindowContainer.o debug/moc_Element.o debug/moc_ShapeAnnotation.o debug/moc_CornerItem.o debug/moc_LineAnnotation.o debug/moc_PolygonAnnotation.o debug/moc_RectangleAnnotation.o debug/moc_EllipseAnnotation.o rm -f debug/moc_TextAnnotation.o debug/moc_BitmapAnnotation.o debug/moc_ElementProperties.o debug/moc_DocumentationWidget.o debug/moc_TranslationFlagsWidget.o debug/moc_SimulationDialog.o debug/moc_SimulationOutputWidget.o debug/moc_SimulationOutputHandler.o debug/moc_OpcUaClient.o debug/moc_ArchivedSimulationsWidget.o debug/moc_FetchInterfaceDataDialog.o debug/moc_FetchInterfaceDataThread.o debug/moc_TLMCoSimulationDialog.o debug/moc_TLMCoSimulationOutputWidget.o debug/moc_TLMCoSimulationThread.o debug/moc_ImportFMUDialog.o debug/moc_ImportFMUModelDescriptionDialog.o debug/moc_VariablesWidget.o debug/moc_DiagramWindow.o debug/moc_NotificationsDialog.o debug/moc_ShapePropertiesDialog.o debug/moc_TransformationsWidget.o debug/moc_GDBAdapter.o debug/moc_StackFramesWidget.o debug/moc_LocalsWidget.o debug/moc_ModelicaValue.o debug/moc_BreakpointMarker.o debug/moc_BreakpointsWidget.o debug/moc_BreakpointDialog.o debug/moc_DebuggerConfigurationsDialog.o debug/moc_AttachToProcessDialog.o debug/moc_ProcessListModel.o debug/moc_GDBBacktrace.o debug/moc_CrashReportDialog.o debug/moc_GitCommands.o debug/moc_CommitChangesDialog.o debug/moc_RevertCommitsDialog.o debug/moc_CleanDialog.o debug/moc_OMEditApplication.o debug/moc_TraceabilityGraphViewWidget.o debug/moc_TraceabilityInformationURI.o debug/moc_OMSProxy.o debug/moc_ModelDialog.o debug/moc_BusDialog.o debug/moc_ElementPropertiesDialog.o debug/moc_SystemSimulationInformationDialog.o debug/moc_OMSSimulationDialog.o debug/moc_OMSSimulationOutputWidget.o debug/moc_NetworkAccessManager.o debug/moc_AbstractAnimationWindow.o debug/moc_ViewerWidget.o debug/moc_AnimationWindow.o debug/moc_ThreeDViewer.o debug/moc_FMUSettingsDialog.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' rm -f release/ShapePropertiesDialog.o release/OMDumpXML.o release/diff_match_patch.o release/TransformationsWidget.o release/CommandFactory.o release/GDBAdapter.o release/StackFramesWidget.o release/LocalsWidget.o release/ModelicaValue.o release/BreakpointMarker.o release/BreakpointsWidget.o release/BreakpointDialog.o release/DebuggerConfigurationsDialog.o release/AttachToProcessDialog.o release/ProcessListModel.o release/backtrace.o release/GDBBacktrace.o release/CrashReportDialog.o release/GitCommands.o release/CommitChangesDialog.o release/RevertCommitsDialog.o release/CleanDialog.o release/OMEditApplication.o release/TraceabilityGraphViewWidget.o release/TraceabilityInformationURI.o release/OMSProxy.o release/ModelDialog.o release/BusDialog.o release/ElementPropertiesDialog.o release/SystemSimulationInformationDialog.o release/OMSSimulationDialog.o release/OMSSimulationOutputWidget.o release/TimeManager.o release/ResourceCache.o release/NetworkAccessManager.o release/Expression.o release/ExpressionFuncs.o release/Parser.o release/OpenGLWidget.o release/AbstractAnimationWindow.o release/ViewerWidget.o release/AnimationWindow.o release/ThreeDViewer.o release/ExtraShapes.o release/Visualization.o release/VisualizationMAT.o release/VisualizationCSV.o release/VisualizationFMU.o release/FMUSettingsDialog.o release/FMUWrapper.o release/AbstractVisualizer.o release/Shape.o release/Vector.o release/qrc_resource_omedit.o release/moc_Helper.o release/moc_Utilities.o release/moc_StringHandler.o release/moc_OutputPlainTextEdit.o release/moc_MainWindow.o release/moc_OMCProxy.o release/moc_MessagesWidget.o release/moc_ItemDelegate.o release/moc_LibraryTreeWidget.o release/moc_ModelWidgetContainer.o release/moc_ModelicaClassDialog.o release/moc_InstallLibraryDialog.o release/moc_SearchWidget.o release/moc_OptionsDialog.o release/moc_BaseEditor.o release/moc_ModelicaEditor.o release/moc_TransformationsEditor.o release/moc_TextEditor.o release/moc_CEditor.o release/moc_CompositeModelEditor.o rm -f release/moc_OMSimulatorEditor.o release/moc_MetaModelicaEditor.o release/moc_HTMLEditor.o release/moc_PlotWindowContainer.o release/moc_Element.o release/moc_ShapeAnnotation.o release/moc_CornerItem.o release/moc_LineAnnotation.o release/moc_PolygonAnnotation.o release/moc_RectangleAnnotation.o release/moc_EllipseAnnotation.o release/moc_TextAnnotation.o release/moc_BitmapAnnotation.o release/moc_ElementProperties.o release/moc_DocumentationWidget.o release/moc_TranslationFlagsWidget.o release/moc_SimulationDialog.o release/moc_SimulationOutputWidget.o release/moc_SimulationOutputHandler.o release/moc_OpcUaClient.o release/moc_ArchivedSimulationsWidget.o release/moc_FetchInterfaceDataDialog.o release/moc_FetchInterfaceDataThread.o release/moc_TLMCoSimulationDialog.o release/moc_TLMCoSimulationOutputWidget.o release/moc_TLMCoSimulationThread.o release/moc_ImportFMUDialog.o release/moc_ImportFMUModelDescriptionDialog.o release/moc_VariablesWidget.o release/moc_DiagramWindow.o release/moc_NotificationsDialog.o release/moc_ShapePropertiesDialog.o release/moc_TransformationsWidget.o release/moc_GDBAdapter.o release/moc_StackFramesWidget.o release/moc_LocalsWidget.o release/moc_ModelicaValue.o release/moc_BreakpointMarker.o release/moc_BreakpointsWidget.o release/moc_BreakpointDialog.o release/moc_DebuggerConfigurationsDialog.o release/moc_AttachToProcessDialog.o release/moc_ProcessListModel.o release/moc_GDBBacktrace.o release/moc_CrashReportDialog.o release/moc_GitCommands.o release/moc_CommitChangesDialog.o release/moc_RevertCommitsDialog.o release/moc_CleanDialog.o release/moc_OMEditApplication.o release/moc_TraceabilityGraphViewWidget.o release/moc_TraceabilityInformationURI.o release/moc_OMSProxy.o release/moc_ModelDialog.o release/moc_BusDialog.o release/moc_ElementPropertiesDialog.o release/moc_SystemSimulationInformationDialog.o release/moc_OMSSimulationDialog.o release/moc_OMSSimulationOutputWidget.o release/moc_NetworkAccessManager.o release/moc_AbstractAnimationWindow.o rm -f release/moc_ViewerWidget.o release/moc_AnimationWindow.o release/moc_ThreeDViewer.o release/moc_FMUSettingsDialog.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' cd OMEditGUI/ && ( test -e Makefile || C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -o Makefile C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI/OMEditGUI.pro CONFIG+=release ) && make -f Makefile clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' rm -f release/moc_predefs.h make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' rm -f debug/moc_predefs.h rm -f release/rc_omedit_res.o release/main.o rm -f debug/rc_omedit_res.o debug/main.o rm -f debug/rc_omedit_res.o rm -f release/rc_omedit_res.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit' rm -f bin/OMEdit.exe bin/libOMEdit.a rm -rf omedit_config.h Makefile OMEditLIB/debug OMEditLIB/release OMEditLIB/generatedfiles OMEditLIB/Makefile OMEditLIB/Makefile.Debug OMEditLIB/Makefile.Release OMEditLIB/object_script.* OMEditGUI/debug OMEditGUI/release OMEditGUI/Makefile OMEditGUI/Makefile.Debug OMEditGUI/Makefile.Release make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit' make -C OMNotebook/OMNotebook/OMNotebookGUI -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' rm -f ../generatedfiles/rcc/qrc_res_qt.cpp make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' rm -f ../generatedfiles/rcc/qrc_res_qt.cpp rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_cellapplication.cpp ../generatedfiles/moc/moc_stylesheet.cpp ../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp ../generatedfiles/moc/moc_cellcursor.cpp ../generatedfiles/moc/moc_document.cpp ../generatedfiles/moc/moc_textcell.cpp ../generatedfiles/moc/moc_celldocument.cpp ../generatedfiles/moc/moc_documentview.cpp ../generatedfiles/moc/moc_treeview.cpp ../generatedfiles/moc/moc_cellgroup.cpp ../generatedfiles/moc/moc_qcombobox_search.cpp ../generatedfiles/moc/moc_cell.cpp ../generatedfiles/moc/moc_inputcell.cpp ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_notebook.cpp ../generatedfiles/moc/moc_searchform.cpp ../generatedfiles/moc/moc_graphcell.cpp ../generatedfiles/moc/moc_latexcell.cpp rm -f ../generatedfiles/moc/moc_cellapplication.cpp ../generatedfiles/moc/moc_stylesheet.cpp ../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp ../generatedfiles/moc/moc_cellcursor.cpp ../generatedfiles/moc/moc_document.cpp ../generatedfiles/moc/moc_textcell.cpp ../generatedfiles/moc/moc_celldocument.cpp ../generatedfiles/moc/moc_documentview.cpp ../generatedfiles/moc/moc_treeview.cpp ../generatedfiles/moc/moc_cellgroup.cpp ../generatedfiles/moc/moc_qcombobox_search.cpp ../generatedfiles/moc/moc_cell.cpp ../generatedfiles/moc/moc_inputcell.cpp ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_notebook.cpp ../generatedfiles/moc/moc_searchform.cpp ../generatedfiles/moc/moc_graphcell.cpp ../generatedfiles/moc/moc_latexcell.cpp rm -f ../generatedfiles/ui/ui_ImageSizeDlg.h ../generatedfiles/ui/ui_OtherDlg.h ../generatedfiles/ui/ui_searchform.h rm -f ../generatedfiles/ui/ui_ImageSizeDlg.h ../generatedfiles/ui/ui_OtherDlg.h ../generatedfiles/ui/ui_searchform.h rm: cannot remove '../generatedfiles/moc/moc_stylesheet.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_document.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_inputcell.cpp': Permission denied make[3]: [Makefile.Release:361: compiler_moc_header_clean] Error 1 (ignored) make[3]: [Makefile.Debug:361: compiler_moc_header_clean] Error 1 (ignored) rm -f debug/rc_omnotebook_res.o debug/cellapplication.o debug/cellparserfactory.o debug/stylesheet.o debug/cellcommandcenter.o debug/chaptercountervisitor.o debug/omcinteractiveenvironment.o debug/textcell.o debug/cellcommands.o debug/commandcompletion.o debug/ModelicaTextHighlighter.o debug/textcursorcommands.o debug/cell.o debug/printervisitor.o debug/treeview.o debug/cellcursor.o debug/puretextvisitor.o debug/updategroupcellvisitor.o debug/celldocument.o debug/inputcell.o debug/qcombobox_search.o debug/updatelinkvisitor.o debug/cellfactory.o debug/notebook.o debug/qtapp.o debug/xmlparser.o debug/searchform.o debug/cellgroup.o debug/serializingvisitor.o debug/graphcell.o debug/latexcell.o debug/indent.o debug/qrc_res_qt.o debug/moc_cellapplication.o debug/moc_stylesheet.o debug/moc_ModelicaTextHighlighter.o debug/moc_cellcursor.o debug/moc_document.o debug/moc_textcell.o debug/moc_celldocument.o debug/moc_documentview.o debug/moc_treeview.o debug/moc_cellgroup.o debug/moc_qcombobox_search.o debug/moc_cell.o debug/moc_inputcell.o debug/moc_commandcompletion.o debug/moc_notebook.o debug/moc_searchform.o debug/moc_graphcell.o debug/moc_latexcell.o rm -f release/rc_omnotebook_res.o release/cellapplication.o release/cellparserfactory.o release/stylesheet.o release/cellcommandcenter.o release/chaptercountervisitor.o release/omcinteractiveenvironment.o release/textcell.o release/cellcommands.o release/commandcompletion.o release/ModelicaTextHighlighter.o release/textcursorcommands.o release/cell.o release/printervisitor.o release/treeview.o release/cellcursor.o release/puretextvisitor.o release/updategroupcellvisitor.o release/celldocument.o release/inputcell.o release/qcombobox_search.o release/updatelinkvisitor.o release/cellfactory.o release/notebook.o release/qtapp.o release/xmlparser.o release/searchform.o release/cellgroup.o release/serializingvisitor.o release/graphcell.o release/latexcell.o release/indent.o release/qrc_res_qt.o release/moc_cellapplication.o release/moc_stylesheet.o release/moc_ModelicaTextHighlighter.o release/moc_cellcursor.o release/moc_document.o release/moc_textcell.o release/moc_celldocument.o release/moc_documentview.o release/moc_treeview.o release/moc_cellgroup.o release/moc_qcombobox_search.o release/moc_cell.o release/moc_inputcell.o release/moc_commandcompletion.o release/moc_notebook.o release/moc_searchform.o release/moc_graphcell.o release/moc_latexcell.o rm -f debug/rc_omnotebook_res.o make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' rm -f release/rc_omnotebook_res.o make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' rm -rf ../bin/OMNotebook.exe Makefile Makefile.Debug Makefile.Release object_script.* make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' make -C OMShell/OMShell/OMShellGUI -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' rm -f OMShell_de.qm OMShell_sv.qm make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' rm -f OMShell_de.qm OMShell_sv.qm rm -f ../generatedfiles/rcc/qrc_oms.cpp rm -f ../generatedfiles/rcc/qrc_oms.cpp rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_predefs.h rm -f ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_oms.cpp rm -f ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_oms.cpp rm: cannot remove '../generatedfiles/rcc/qrc_oms.cpp': Permission denied make[3]: [Makefile.Release:128: compiler_rcc_clean] Error 1 (ignored) rm: cannot remove '../generatedfiles/moc/moc_predefs.h': Permission denied make[3]: [Makefile.Debug:137: compiler_moc_predefs_clean] Error 1 (ignored) rm: cannot remove '../generatedfiles/moc/moc_oms.cpp': Permission denied rm -f debug/rc_omshell_res.o debug/commandcompletion.o debug/omcinteractiveenvironment.o debug/oms.o debug/main.o debug/qrc_oms.o debug/moc_commandcompletion.o debug/moc_oms.o make[3]: [Makefile.Release:143: compiler_moc_header_clean] Error 1 (ignored) rm -f release/rc_omshell_res.o release/commandcompletion.o release/omcinteractiveenvironment.o release/oms.o release/main.o release/qrc_oms.o release/moc_commandcompletion.o release/moc_oms.o rm -f debug/rc_omshell_res.o make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' rm -f release/rc_omshell_res.o make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' rm -rf ../bin/OMShell.exe Makefile Makefile.Debug Makefile.Release object_script.* make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' make -C OMOptim -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clean make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim' make -C OMOptimBasis/build -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' rm -f release/generatedfiles/rcc/qrc_OMOptimBasis.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' rm -f debug/generatedfiles/rcc/qrc_OMOptimBasis.cpp rm -f release/generatedfiles/moc/moc_predefs.h rm -f debug/generatedfiles/moc/moc_predefs.h rm -f release/generatedfiles/moc/moc_Variable.cpp release/generatedfiles/moc/moc_MOThreads.cpp release/generatedfiles/moc/moc_MOTableView.cpp release/generatedfiles/moc/moc_MOParameter.cpp release/generatedfiles/moc/moc_MOOptVector.cpp release/generatedfiles/moc/moc_MOItem.cpp release/generatedfiles/moc/moc_WidgetMOItem.cpp release/generatedfiles/moc/moc_WidgetFilesList.cpp release/generatedfiles/moc/moc_Result.cpp release/generatedfiles/moc/moc_ProblemInterface.cpp release/generatedfiles/moc/moc_Problem.cpp release/generatedfiles/moc/moc_OMCases.cpp release/generatedfiles/moc/moc_OMCase.cpp release/generatedfiles/moc/moc_InfoSender.cpp release/generatedfiles/moc/moc_Info.cpp release/generatedfiles/moc/moc_qsciencespinbox.cpp release/generatedfiles/moc/moc_Load.cpp release/generatedfiles/moc/moc_ProjectBase.cpp release/generatedfiles/moc/moc_MOParametersDlg.cpp release/generatedfiles/moc/moc_OMProcess.cpp release/generatedfiles/moc/moc_MyTreeView.cpp release/generatedfiles/moc/moc_MyTextLog.cpp release/generatedfiles/moc/moc_MyDelegates.cpp release/generatedfiles/moc/moc_MOSplitter.cpp release/generatedfiles/moc/moc_GuiTools.cpp release/generatedfiles/moc/moc_TabGeneric.cpp release/generatedfiles/moc/moc_MOTab.cpp release/generatedfiles/moc/moc_MOMainTab.cpp release/generatedfiles/moc/moc_MO2ColTab.cpp release/generatedfiles/moc/moc_WidgetTableVar.cpp release/generatedfiles/moc/moc_MOPlot.cpp release/generatedfiles/moc/moc_TabProjectBase.cpp release/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp release/generatedfiles/moc/moc_DlgSettings.cpp release/generatedfiles/moc/moc_DlgSelectVars.cpp release/generatedfiles/moc/moc_DlgSelectFiles.cpp release/generatedfiles/moc/moc_WidgetSelectVars.cpp release/generatedfiles/moc/moc_WidgetList.cpp release/generatedfiles/moc/moc_NewProjectBaseForm.cpp release/generatedfiles/moc/moc_registermetatypes.cpp release/generatedfiles/moc/moc_DlgSelect.cpp release/generatedfiles/moc/moc_WidgetMOItemsList.cpp release/generatedfiles/moc/moc_MOItemModel.cpp rm -f debug/generatedfiles/moc/moc_Variable.cpp debug/generatedfiles/moc/moc_MOThreads.cpp debug/generatedfiles/moc/moc_MOTableView.cpp debug/generatedfiles/moc/moc_MOParameter.cpp debug/generatedfiles/moc/moc_MOOptVector.cpp debug/generatedfiles/moc/moc_MOItem.cpp debug/generatedfiles/moc/moc_WidgetMOItem.cpp debug/generatedfiles/moc/moc_WidgetFilesList.cpp debug/generatedfiles/moc/moc_Result.cpp debug/generatedfiles/moc/moc_ProblemInterface.cpp debug/generatedfiles/moc/moc_Problem.cpp debug/generatedfiles/moc/moc_OMCases.cpp debug/generatedfiles/moc/moc_OMCase.cpp debug/generatedfiles/moc/moc_InfoSender.cpp debug/generatedfiles/moc/moc_Info.cpp debug/generatedfiles/moc/moc_qsciencespinbox.cpp debug/generatedfiles/moc/moc_Load.cpp debug/generatedfiles/moc/moc_ProjectBase.cpp debug/generatedfiles/moc/moc_MOParametersDlg.cpp debug/generatedfiles/moc/moc_OMProcess.cpp debug/generatedfiles/moc/moc_MyTreeView.cpp debug/generatedfiles/moc/moc_MyTextLog.cpp debug/generatedfiles/moc/moc_MyDelegates.cpp debug/generatedfiles/moc/moc_MOSplitter.cpp debug/generatedfiles/moc/moc_GuiTools.cpp debug/generatedfiles/moc/moc_TabGeneric.cpp debug/generatedfiles/moc/moc_MOTab.cpp debug/generatedfiles/moc/moc_MOMainTab.cpp debug/generatedfiles/moc/moc_MO2ColTab.cpp debug/generatedfiles/moc/moc_WidgetTableVar.cpp debug/generatedfiles/moc/moc_MOPlot.cpp debug/generatedfiles/moc/moc_TabProjectBase.cpp debug/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp debug/generatedfiles/moc/moc_DlgSettings.cpp debug/generatedfiles/moc/moc_DlgSelectVars.cpp debug/generatedfiles/moc/moc_DlgSelectFiles.cpp debug/generatedfiles/moc/moc_WidgetSelectVars.cpp debug/generatedfiles/moc/moc_WidgetList.cpp debug/generatedfiles/moc/moc_NewProjectBaseForm.cpp debug/generatedfiles/moc/moc_registermetatypes.cpp debug/generatedfiles/moc/moc_DlgSelect.cpp debug/generatedfiles/moc/moc_WidgetMOItemsList.cpp debug/generatedfiles/moc/moc_MOItemModel.cpp debug/generatedfiles/moc/moc_MOItemViews.cpp debug/generatedfiles/moc/moc_scriptparser.cpp rm -f release/generatedfiles/ui/ui_WidgetFilesList.h release/generatedfiles/ui/ui_WidgetMOItem.h release/generatedfiles/ui/ui_TabGeneric.h release/generatedfiles/ui/ui_TabProjectBase.h release/generatedfiles/ui/ui_WidgetProjectBaseInfos.h release/generatedfiles/ui/ui_WidgetSelectVars.h release/generatedfiles/ui/ui_NewProjectBaseForm.h release/generatedfiles/ui/ui_WidgetMOItemsList.h release/generatedfiles/ui/ui_ScriptTextDlg.h release/generatedfiles/ui/ui_HelpDlg.h release/generatedfiles/ui/ui_ConsoleWindow.h rm -f debug/generatedfiles/ui/ui_WidgetFilesList.h debug/generatedfiles/ui/ui_WidgetMOItem.h debug/generatedfiles/ui/ui_TabGeneric.h debug/generatedfiles/ui/ui_TabProjectBase.h debug/generatedfiles/ui/ui_WidgetProjectBaseInfos.h debug/generatedfiles/ui/ui_WidgetSelectVars.h debug/generatedfiles/ui/ui_NewProjectBaseForm.h debug/generatedfiles/ui/ui_WidgetMOItemsList.h debug/generatedfiles/ui/ui_ScriptTextDlg.h debug/generatedfiles/ui/ui_HelpDlg.h debug/generatedfiles/ui/ui_ConsoleWindow.h rm -f debug/generatedfiles/moc/moc_ScriptTextDlg.cpp debug/generatedfiles/moc/moc_HelpDlg.cpp debug/generatedfiles/moc/moc_ConsoleWindow.cpp rm -f debug/generatedfiles/Variables.o debug/generatedfiles/Variable.o debug/generatedfiles/MOThreads.o debug/generatedfiles/MOTableView.o debug/generatedfiles/MOParameter.o debug/generatedfiles/MOOptVector.o debug/generatedfiles/MOItem.o debug/generatedfiles/WidgetMOItem.o debug/generatedfiles/WidgetFilesList.o debug/generatedfiles/METemperature.o debug/generatedfiles/MESurface.o debug/generatedfiles/MESpecHeatCapacity.o debug/generatedfiles/MEQflow.o debug/generatedfiles/MEMassFlow.o debug/generatedfiles/MEHTCoeff.o debug/generatedfiles/MEDimValue.o debug/generatedfiles/XMLTools.o debug/generatedfiles/LowTools.o debug/generatedfiles/Results.o debug/generatedfiles/Result.o debug/generatedfiles/Problems.o debug/generatedfiles/ProblemInterface.o debug/generatedfiles/ProblemConfig.o debug/generatedfiles/Problem.o debug/generatedfiles/OMCases.o debug/generatedfiles/OMCase.o debug/generatedfiles/InfoSender.o debug/generatedfiles/Info.o debug/generatedfiles/qsciencespinbox.o debug/generatedfiles/XML.o debug/generatedfiles/Save.o debug/generatedfiles/Load.o debug/generatedfiles/CSVBase.o debug/generatedfiles/ProjectBase.o debug/generatedfiles/MOSettings.o debug/generatedfiles/HighTools.o debug/generatedfiles/MOParametersDlg.o debug/generatedfiles/OMProcess.o debug/generatedfiles/MyTreeView.o debug/generatedfiles/MyTextLog.o debug/generatedfiles/MyDelegates.o debug/generatedfiles/MOStyleSheet.o debug/generatedfiles/MOSplitter.o debug/generatedfiles/GuiTools.o debug/generatedfiles/TabGeneric.o debug/generatedfiles/MOTabBase.o debug/generatedfiles/MOTab.o debug/generatedfiles/MOMainTab.o debug/generatedfiles/MO2ColTab.o debug/generatedfiles/WidgetTableVar.o debug/generatedfiles/MyQwtPlotPicker.o debug/generatedfiles/MOPlot.o debug/generatedfiles/TabProjectBase.o debug/generatedfiles/WidgetProjectBaseInfos.o debug/generatedfiles/DlgSettings.o debug/generatedfiles/DlgSelectVars.o debug/generatedfiles/DlgSelectFiles.o debug/generatedfiles/WidgetSelectVars.o debug/generatedfiles/WidgetList.o rm -f debug/generatedfiles/NewProjectBaseForm.o debug/generatedfiles/ProblemInterfaces.o debug/generatedfiles/registermetatypes.o debug/generatedfiles/METime.o debug/generatedfiles/DlgSelect.o debug/generatedfiles/WidgetMOItemsList.o debug/generatedfiles/MOItemModel.o debug/generatedfiles/MOItemViews.o debug/generatedfiles/MEGeneric.o debug/generatedfiles/scriptparser.o debug/generatedfiles/ScriptTextDlg.o debug/generatedfiles/HelpDlg.o debug/generatedfiles/ConsoleWindow.o debug/generatedfiles/qrc_OMOptimBasis.o debug/generatedfiles/moc_Variable.o debug/generatedfiles/moc_MOThreads.o debug/generatedfiles/moc_MOTableView.o debug/generatedfiles/moc_MOParameter.o debug/generatedfiles/moc_MOOptVector.o debug/generatedfiles/moc_MOItem.o debug/generatedfiles/moc_WidgetMOItem.o debug/generatedfiles/moc_WidgetFilesList.o debug/generatedfiles/moc_Result.o debug/generatedfiles/moc_ProblemInterface.o debug/generatedfiles/moc_Problem.o debug/generatedfiles/moc_OMCases.o debug/generatedfiles/moc_OMCase.o debug/generatedfiles/moc_InfoSender.o debug/generatedfiles/moc_Info.o debug/generatedfiles/moc_qsciencespinbox.o debug/generatedfiles/moc_Load.o debug/generatedfiles/moc_ProjectBase.o debug/generatedfiles/moc_MOParametersDlg.o debug/generatedfiles/moc_OMProcess.o debug/generatedfiles/moc_MyTreeView.o debug/generatedfiles/moc_MyTextLog.o debug/generatedfiles/moc_MyDelegates.o debug/generatedfiles/moc_MOSplitter.o debug/generatedfiles/moc_GuiTools.o debug/generatedfiles/moc_TabGeneric.o debug/generatedfiles/moc_MOTab.o debug/generatedfiles/moc_MOMainTab.o debug/generatedfiles/moc_MO2ColTab.o debug/generatedfiles/moc_WidgetTableVar.o debug/generatedfiles/moc_MOPlot.o debug/generatedfiles/moc_TabProjectBase.o debug/generatedfiles/moc_WidgetProjectBaseInfos.o debug/generatedfiles/moc_DlgSettings.o debug/generatedfiles/moc_DlgSelectVars.o debug/generatedfiles/moc_DlgSelectFiles.o debug/generatedfiles/moc_WidgetSelectVars.o debug/generatedfiles/moc_WidgetList.o debug/generatedfiles/moc_NewProjectBaseForm.o rm -f debug/generatedfiles/moc_registermetatypes.o debug/generatedfiles/moc_DlgSelect.o debug/generatedfiles/moc_WidgetMOItemsList.o debug/generatedfiles/moc_MOItemModel.o debug/generatedfiles/moc_MOItemViews.o debug/generatedfiles/moc_scriptparser.o debug/generatedfiles/moc_ScriptTextDlg.o debug/generatedfiles/moc_HelpDlg.o debug/generatedfiles/moc_ConsoleWindow.o rm -f release/generatedfiles/moc/moc_MOItemViews.cpp release/generatedfiles/moc/moc_scriptparser.cpp release/generatedfiles/moc/moc_ScriptTextDlg.cpp release/generatedfiles/moc/moc_HelpDlg.cpp release/generatedfiles/moc/moc_ConsoleWindow.cpp make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' rm -f release/generatedfiles/Variables.o release/generatedfiles/Variable.o release/generatedfiles/MOThreads.o release/generatedfiles/MOTableView.o release/generatedfiles/MOParameter.o release/generatedfiles/MOOptVector.o release/generatedfiles/MOItem.o release/generatedfiles/WidgetMOItem.o release/generatedfiles/WidgetFilesList.o release/generatedfiles/METemperature.o release/generatedfiles/MESurface.o release/generatedfiles/MESpecHeatCapacity.o release/generatedfiles/MEQflow.o release/generatedfiles/MEMassFlow.o release/generatedfiles/MEHTCoeff.o release/generatedfiles/MEDimValue.o release/generatedfiles/XMLTools.o release/generatedfiles/LowTools.o release/generatedfiles/Results.o release/generatedfiles/Result.o release/generatedfiles/Problems.o release/generatedfiles/ProblemInterface.o release/generatedfiles/ProblemConfig.o release/generatedfiles/Problem.o release/generatedfiles/OMCases.o release/generatedfiles/OMCase.o release/generatedfiles/InfoSender.o release/generatedfiles/Info.o release/generatedfiles/qsciencespinbox.o release/generatedfiles/XML.o release/generatedfiles/Save.o release/generatedfiles/Load.o release/generatedfiles/CSVBase.o release/generatedfiles/ProjectBase.o release/generatedfiles/MOSettings.o release/generatedfiles/HighTools.o release/generatedfiles/MOParametersDlg.o release/generatedfiles/OMProcess.o release/generatedfiles/MyTreeView.o release/generatedfiles/MyTextLog.o release/generatedfiles/MyDelegates.o release/generatedfiles/MOStyleSheet.o release/generatedfiles/MOSplitter.o release/generatedfiles/GuiTools.o release/generatedfiles/TabGeneric.o release/generatedfiles/MOTabBase.o release/generatedfiles/MOTab.o release/generatedfiles/MOMainTab.o release/generatedfiles/MO2ColTab.o release/generatedfiles/WidgetTableVar.o release/generatedfiles/MyQwtPlotPicker.o release/generatedfiles/MOPlot.o release/generatedfiles/TabProjectBase.o release/generatedfiles/WidgetProjectBaseInfos.o release/generatedfiles/DlgSettings.o release/generatedfiles/DlgSelectVars.o rm -f release/generatedfiles/DlgSelectFiles.o release/generatedfiles/WidgetSelectVars.o release/generatedfiles/WidgetList.o release/generatedfiles/NewProjectBaseForm.o release/generatedfiles/ProblemInterfaces.o release/generatedfiles/registermetatypes.o release/generatedfiles/METime.o release/generatedfiles/DlgSelect.o release/generatedfiles/WidgetMOItemsList.o release/generatedfiles/MOItemModel.o release/generatedfiles/MOItemViews.o release/generatedfiles/MEGeneric.o release/generatedfiles/scriptparser.o release/generatedfiles/ScriptTextDlg.o release/generatedfiles/HelpDlg.o release/generatedfiles/ConsoleWindow.o release/generatedfiles/qrc_OMOptimBasis.o release/generatedfiles/moc_Variable.o release/generatedfiles/moc_MOThreads.o release/generatedfiles/moc_MOTableView.o release/generatedfiles/moc_MOParameter.o release/generatedfiles/moc_MOOptVector.o release/generatedfiles/moc_MOItem.o release/generatedfiles/moc_WidgetMOItem.o release/generatedfiles/moc_WidgetFilesList.o release/generatedfiles/moc_Result.o release/generatedfiles/moc_ProblemInterface.o release/generatedfiles/moc_Problem.o release/generatedfiles/moc_OMCases.o release/generatedfiles/moc_OMCase.o release/generatedfiles/moc_InfoSender.o release/generatedfiles/moc_Info.o release/generatedfiles/moc_qsciencespinbox.o release/generatedfiles/moc_Load.o release/generatedfiles/moc_ProjectBase.o release/generatedfiles/moc_MOParametersDlg.o release/generatedfiles/moc_OMProcess.o release/generatedfiles/moc_MyTreeView.o release/generatedfiles/moc_MyTextLog.o release/generatedfiles/moc_MyDelegates.o release/generatedfiles/moc_MOSplitter.o release/generatedfiles/moc_GuiTools.o release/generatedfiles/moc_TabGeneric.o release/generatedfiles/moc_MOTab.o release/generatedfiles/moc_MOMainTab.o release/generatedfiles/moc_MO2ColTab.o release/generatedfiles/moc_WidgetTableVar.o release/generatedfiles/moc_MOPlot.o release/generatedfiles/moc_TabProjectBase.o release/generatedfiles/moc_WidgetProjectBaseInfos.o release/generatedfiles/moc_DlgSettings.o rm -f release/generatedfiles/moc_DlgSelectVars.o release/generatedfiles/moc_DlgSelectFiles.o release/generatedfiles/moc_WidgetSelectVars.o release/generatedfiles/moc_WidgetList.o release/generatedfiles/moc_NewProjectBaseForm.o release/generatedfiles/moc_registermetatypes.o release/generatedfiles/moc_DlgSelect.o release/generatedfiles/moc_WidgetMOItemsList.o release/generatedfiles/moc_MOItemModel.o release/generatedfiles/moc_MOItemViews.o release/generatedfiles/moc_scriptparser.o release/generatedfiles/moc_ScriptTextDlg.o release/generatedfiles/moc_HelpDlg.o release/generatedfiles/moc_ConsoleWindow.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' rm -rf ../bin/libOMOptimBasis.a Makefile Makefile.Debug Makefile.Release object_script.* debug/ release/ make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' make -C OMOptim/build -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' rm -f release/generatedfiles/rcc/qrc_OMOptim.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' rm -f debug/generatedfiles/rcc/qrc_OMOptim.cpp rm -f release/generatedfiles/moc/moc_predefs.h rm -f debug/generatedfiles/moc/moc_predefs.h rm -f debug/generatedfiles/rc_omoptim_res.o debug/generatedfiles/main.o debug/generatedfiles/qrc_OMOptim.o rm -f release/generatedfiles/rc_omoptim_res.o release/generatedfiles/main.o release/generatedfiles/qrc_OMOptim.o rm -f debug/generatedfiles/rc_omoptim_res.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' rm -f release/generatedfiles/rc_omoptim_res.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' test ! -f MakefileLib || make -f MakefileLib clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' make -f MakefileLib.Release clean make -f MakefileLib.Debug clean make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' rm -f release/generatedfiles/moc/moc_predefs.h make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' rm -f debug/generatedfiles/moc/moc_predefs.h rm -f release/generatedfiles/moc/moc_Project.cpp release/generatedfiles/moc/moc_MainWindow.cpp release/generatedfiles/moc/moc_LoadOMOptim.cpp release/generatedfiles/moc/moc_ModItem.cpp release/generatedfiles/moc/moc_ModItemsTree.cpp release/generatedfiles/moc/moc_ModExecution.cpp release/generatedfiles/moc/moc_ModModelPlus.cpp release/generatedfiles/moc/moc_ModPlusCtrl.cpp release/generatedfiles/moc/moc_ModLoader.cpp release/generatedfiles/moc/moc_inputcelldelegate.cpp release/generatedfiles/moc/moc_MOomc.cpp release/generatedfiles/moc/moc_omc_communicator.cpp release/generatedfiles/moc/moc_omcinteractiveenvironment.cpp release/generatedfiles/moc/moc_OneSimResult.cpp release/generatedfiles/moc/moc_Optimization.cpp release/generatedfiles/moc/moc_OptimResult.cpp release/generatedfiles/moc/moc_AboutOMOptim.cpp release/generatedfiles/moc/moc_newprojectform.cpp release/generatedfiles/moc/moc_MOOptPlot.cpp release/generatedfiles/moc/moc_arrow.cpp release/generatedfiles/moc/moc_diagramscene.cpp release/generatedfiles/moc/moc_diagramtextitem.cpp release/generatedfiles/moc/moc_WidgetCalculateMooPoints.cpp release/generatedfiles/moc/moc_WidgetMooPlot.cpp release/generatedfiles/moc/moc_WidgetOneSimVars.cpp release/generatedfiles/moc/moc_WidgetOptParameters.cpp release/generatedfiles/moc/moc_WidgetOptTable.cpp release/generatedfiles/moc/moc_WidgetProgress.cpp release/generatedfiles/moc/moc_WidgetSelectModModel.cpp release/generatedfiles/moc/moc_WidgetSelectOptVars.cpp release/generatedfiles/moc/moc_WidgetSelPointScan.cpp release/generatedfiles/moc/moc_WidgetTableRecVar.cpp release/generatedfiles/moc/moc_WidgetToolBar.cpp release/generatedfiles/moc/moc_widgetloadexemodel.cpp release/generatedfiles/moc/moc_EABase.cpp release/generatedfiles/moc/moc_OptimAlgo.cpp release/generatedfiles/moc/moc_OMEAProgress.cpp release/generatedfiles/moc/moc_WidgetMooPointsList.cpp release/generatedfiles/moc/moc_WidgetProjectInfos.cpp release/generatedfiles/moc/moc_WidgetProblemActions.cpp release/generatedfiles/moc/moc_TabOMC.cpp rm -f debug/generatedfiles/moc/moc_Project.cpp debug/generatedfiles/moc/moc_MainWindow.cpp debug/generatedfiles/moc/moc_LoadOMOptim.cpp debug/generatedfiles/moc/moc_ModItem.cpp debug/generatedfiles/moc/moc_ModItemsTree.cpp debug/generatedfiles/moc/moc_ModExecution.cpp debug/generatedfiles/moc/moc_ModModelPlus.cpp debug/generatedfiles/moc/moc_ModPlusCtrl.cpp debug/generatedfiles/moc/moc_ModLoader.cpp debug/generatedfiles/moc/moc_inputcelldelegate.cpp debug/generatedfiles/moc/moc_MOomc.cpp debug/generatedfiles/moc/moc_omc_communicator.cpp debug/generatedfiles/moc/moc_omcinteractiveenvironment.cpp debug/generatedfiles/moc/moc_OneSimResult.cpp debug/generatedfiles/moc/moc_Optimization.cpp debug/generatedfiles/moc/moc_OptimResult.cpp debug/generatedfiles/moc/moc_AboutOMOptim.cpp debug/generatedfiles/moc/moc_newprojectform.cpp debug/generatedfiles/moc/moc_MOOptPlot.cpp debug/generatedfiles/moc/moc_arrow.cpp debug/generatedfiles/moc/moc_diagramscene.cpp debug/generatedfiles/moc/moc_diagramtextitem.cpp debug/generatedfiles/moc/moc_WidgetCalculateMooPoints.cpp debug/generatedfiles/moc/moc_WidgetMooPlot.cpp debug/generatedfiles/moc/moc_WidgetOneSimVars.cpp debug/generatedfiles/moc/moc_WidgetOptParameters.cpp debug/generatedfiles/moc/moc_WidgetOptTable.cpp debug/generatedfiles/moc/moc_WidgetProgress.cpp debug/generatedfiles/moc/moc_WidgetSelectModModel.cpp debug/generatedfiles/moc/moc_WidgetSelectOptVars.cpp debug/generatedfiles/moc/moc_WidgetSelPointScan.cpp debug/generatedfiles/moc/moc_WidgetTableRecVar.cpp debug/generatedfiles/moc/moc_WidgetToolBar.cpp debug/generatedfiles/moc/moc_widgetloadexemodel.cpp debug/generatedfiles/moc/moc_EABase.cpp debug/generatedfiles/moc/moc_OptimAlgo.cpp debug/generatedfiles/moc/moc_OMEAProgress.cpp debug/generatedfiles/moc/moc_WidgetMooPointsList.cpp debug/generatedfiles/moc/moc_WidgetProjectInfos.cpp debug/generatedfiles/moc/moc_WidgetProblemActions.cpp debug/generatedfiles/moc/moc_TabOMC.cpp debug/generatedfiles/moc/moc_TabOneSim.cpp rm -f release/generatedfiles/ui/ui_MainWindow.h release/generatedfiles/ui/ui_AboutOMOptim.h release/generatedfiles/ui/ui_newprojectform.h release/generatedfiles/ui/ui_OtherDlg.h release/generatedfiles/ui/ui_WidgetCalculateMooPoints.h release/generatedfiles/ui/ui_WidgetMooPlot.h release/generatedfiles/ui/ui_WidgetOptParameters.h release/generatedfiles/ui/ui_WidgetOptTable.h release/generatedfiles/ui/ui_WidgetProgress.h release/generatedfiles/ui/ui_WidgetSelectModModel.h release/generatedfiles/ui/ui_WidgetSelPointScan.h release/generatedfiles/ui/ui_WidgetTableRecVar.h release/generatedfiles/ui/ui_WidgetToolBar.h release/generatedfiles/ui/ui_WidgetMooPointsList.h release/generatedfiles/ui/ui_WidgetProjectInfos.h release/generatedfiles/ui/ui_WidgetProblemActions.h release/generatedfiles/ui/ui_TabResOptimization.h release/generatedfiles/ui/ui_TabProject.h release/generatedfiles/ui/ui_TabOptimization.h release/generatedfiles/ui/ui_TabOMC.h release/generatedfiles/ui/ui_WidgetResultInfos.h release/generatedfiles/ui/ui_WidgetModelsList.h release/generatedfiles/ui/ui_widgetloadexemodel.h release/generatedfiles/ui/ui_WidgetSelectEditVars.h rm -f debug/generatedfiles/ui/ui_MainWindow.h debug/generatedfiles/ui/ui_AboutOMOptim.h debug/generatedfiles/ui/ui_newprojectform.h debug/generatedfiles/ui/ui_OtherDlg.h debug/generatedfiles/ui/ui_WidgetCalculateMooPoints.h debug/generatedfiles/ui/ui_WidgetMooPlot.h debug/generatedfiles/ui/ui_WidgetOptParameters.h debug/generatedfiles/ui/ui_WidgetOptTable.h debug/generatedfiles/ui/ui_WidgetProgress.h debug/generatedfiles/ui/ui_WidgetSelectModModel.h debug/generatedfiles/ui/ui_WidgetSelPointScan.h debug/generatedfiles/ui/ui_WidgetTableRecVar.h debug/generatedfiles/ui/ui_WidgetToolBar.h debug/generatedfiles/ui/ui_WidgetMooPointsList.h debug/generatedfiles/ui/ui_WidgetProjectInfos.h debug/generatedfiles/ui/ui_WidgetProblemActions.h debug/generatedfiles/ui/ui_TabResOptimization.h debug/generatedfiles/ui/ui_TabProject.h debug/generatedfiles/ui/ui_TabOptimization.h debug/generatedfiles/ui/ui_TabOMC.h debug/generatedfiles/ui/ui_WidgetResultInfos.h debug/generatedfiles/ui/ui_WidgetModelsList.h debug/generatedfiles/ui/ui_widgetloadexemodel.h debug/generatedfiles/ui/ui_WidgetSelectEditVars.h rm -f debug/generatedfiles/moc/moc_TabOptimization.cpp debug/generatedfiles/moc/moc_TabProject.cpp debug/generatedfiles/moc/moc_TabResOneSim.cpp debug/generatedfiles/moc/moc_TabResOptimization.cpp debug/generatedfiles/moc/moc_ModPlusCtrls.cpp debug/generatedfiles/moc/moc_WidgetCtrlParameters.cpp debug/generatedfiles/moc/moc_WidgetResultInfos.cpp debug/generatedfiles/moc/moc_OMCThreads.cpp debug/generatedfiles/moc/moc_OMOptimGuiTools.cpp debug/generatedfiles/moc/moc_WidgetModelsList.cpp debug/generatedfiles/moc/moc_ModExePlus.cpp debug/generatedfiles/moc/moc_ModelPlus.cpp debug/generatedfiles/moc/moc_WidgetSelectEditVars.cpp debug/generatedfiles/moc/moc_ComponentInfo.cpp debug/generatedfiles/moc/moc_Helper.cpp debug/generatedfiles/moc/moc_StringHandler.cpp rm -f debug/generatedfiles/OptObjective.o debug/generatedfiles/ParetoDominance.o debug/generatedfiles/Project.o debug/generatedfiles/MainWindow.o debug/generatedfiles/Dymola.o debug/generatedfiles/ModPlusDymolaCtrl.o debug/generatedfiles/CSV.o debug/generatedfiles/LoadOMOptim.o debug/generatedfiles/SaveOMOptim.o debug/generatedfiles/ModItem.o debug/generatedfiles/ModItemsTree.o debug/generatedfiles/ModComponent.o debug/generatedfiles/ModelicaConnection.o debug/generatedfiles/ModelicaModifier.o debug/generatedfiles/ModExecution.o debug/generatedfiles/ModModel.o debug/generatedfiles/ModModelPlus.o debug/generatedfiles/ModPackage.o debug/generatedfiles/ModPlusCtrl.o debug/generatedfiles/ModLoader.o debug/generatedfiles/ModRecord.o debug/generatedfiles/MOomc.o debug/generatedfiles/omc_communication.o debug/generatedfiles/omc_communicator.o debug/generatedfiles/omcinteractiveenvironment.o debug/generatedfiles/ModPlusOMCtrl.o debug/generatedfiles/OpenModelica.o debug/generatedfiles/OneSimResult.o debug/generatedfiles/OneSimulation.o debug/generatedfiles/Optimization.o debug/generatedfiles/OptimResult.o debug/generatedfiles/reportingHook.o debug/generatedfiles/vqtconvert.o debug/generatedfiles/AboutOMOptim.o debug/generatedfiles/newprojectform.o debug/generatedfiles/arrow.o debug/generatedfiles/diagramitem.o debug/generatedfiles/diagramscene.o debug/generatedfiles/diagramtextitem.o debug/generatedfiles/TabOMC.o debug/generatedfiles/TabOneSim.o debug/generatedfiles/TabOptimization.o debug/generatedfiles/TabProject.o debug/generatedfiles/TabResOneSim.o debug/generatedfiles/TabResOptimization.o debug/generatedfiles/WidgetCalculateMooPoints.o debug/generatedfiles/WidgetMooPlot.o debug/generatedfiles/WidgetOneSimVars.o debug/generatedfiles/WidgetOptParameters.o debug/generatedfiles/WidgetOptTable.o debug/generatedfiles/WidgetProgress.o debug/generatedfiles/WidgetSelectModModel.o debug/generatedfiles/WidgetSelectOptVars.o debug/generatedfiles/WidgetSelPointScan.o debug/generatedfiles/WidgetTableRecVar.o rm -f release/generatedfiles/moc/moc_TabOneSim.cpp release/generatedfiles/moc/moc_TabOptimization.cpp release/generatedfiles/moc/moc_TabProject.cpp release/generatedfiles/moc/moc_TabResOneSim.cpp release/generatedfiles/moc/moc_TabResOptimization.cpp release/generatedfiles/moc/moc_ModPlusCtrls.cpp release/generatedfiles/moc/moc_WidgetCtrlParameters.cpp release/generatedfiles/moc/moc_WidgetResultInfos.cpp release/generatedfiles/moc/moc_OMCThreads.cpp release/generatedfiles/moc/moc_OMOptimGuiTools.cpp release/generatedfiles/moc/moc_WidgetModelsList.cpp release/generatedfiles/moc/moc_ModExePlus.cpp release/generatedfiles/moc/moc_ModelPlus.cpp release/generatedfiles/moc/moc_WidgetSelectEditVars.cpp release/generatedfiles/moc/moc_ComponentInfo.cpp release/generatedfiles/moc/moc_Helper.cpp release/generatedfiles/moc/moc_StringHandler.cpp rm -f debug/generatedfiles/WidgetToolBar.o debug/generatedfiles/widgetloadexemodel.o debug/generatedfiles/AlgoParameter.o debug/generatedfiles/EABase.o debug/generatedfiles/OptimAlgo.o debug/generatedfiles/MyEoGnuplot.o debug/generatedfiles/MyEoGnuplot1DMonitor.o debug/generatedfiles/NSGA2.o debug/generatedfiles/SPEA2.o debug/generatedfiles/SPEA2Adapt.o debug/generatedfiles/OMCHelper.o debug/generatedfiles/WidgetMooPointsList.o debug/generatedfiles/WidgetProjectInfos.o debug/generatedfiles/WidgetProblemActions.o debug/generatedfiles/SA1.o debug/generatedfiles/PSO.o debug/generatedfiles/OptObjectives.o debug/generatedfiles/ModPlusCtrls.o debug/generatedfiles/WidgetCtrlParameters.o debug/generatedfiles/optimizationinterface.o debug/generatedfiles/onesimulationinterface.o debug/generatedfiles/WidgetResultInfos.o debug/generatedfiles/OMCThreads.o debug/generatedfiles/VariablesManip.o debug/generatedfiles/OMOptimGuiTools.o debug/generatedfiles/OMOptimSettings.o debug/generatedfiles/WidgetModelsList.o debug/generatedfiles/OptimAlgosList.o debug/generatedfiles/ModPlusExeCtrl.o debug/generatedfiles/ModExePlus.o debug/generatedfiles/ModelPlus.o debug/generatedfiles/ExeModel.o debug/generatedfiles/ModPlusOMExeCtrl.o debug/generatedfiles/ModPlusDymolaExeCtrl.o debug/generatedfiles/ModPlusBlackBoxExeCtrl.o debug/generatedfiles/scriptparseromoptim.o debug/generatedfiles/WidgetSelectEditVars.o debug/generatedfiles/ComponentInfo.o debug/generatedfiles/Helper.o debug/generatedfiles/StringHandler.o debug/generatedfiles/Utilities.o debug/generatedfiles/moc_Project.o debug/generatedfiles/moc_MainWindow.o debug/generatedfiles/moc_LoadOMOptim.o debug/generatedfiles/moc_ModItem.o debug/generatedfiles/moc_ModItemsTree.o debug/generatedfiles/moc_ModExecution.o debug/generatedfiles/moc_ModModelPlus.o debug/generatedfiles/moc_ModPlusCtrl.o debug/generatedfiles/moc_ModLoader.o debug/generatedfiles/moc_inputcelldelegate.o debug/generatedfiles/moc_MOomc.o debug/generatedfiles/moc_omc_communicator.o rm -f debug/generatedfiles/moc_omcinteractiveenvironment.o debug/generatedfiles/moc_OneSimResult.o debug/generatedfiles/moc_Optimization.o debug/generatedfiles/moc_OptimResult.o debug/generatedfiles/moc_AboutOMOptim.o debug/generatedfiles/moc_newprojectform.o debug/generatedfiles/moc_MOOptPlot.o debug/generatedfiles/moc_arrow.o debug/generatedfiles/moc_diagramscene.o debug/generatedfiles/moc_diagramtextitem.o debug/generatedfiles/moc_WidgetCalculateMooPoints.o debug/generatedfiles/moc_WidgetMooPlot.o debug/generatedfiles/moc_WidgetOneSimVars.o debug/generatedfiles/moc_WidgetOptParameters.o debug/generatedfiles/moc_WidgetOptTable.o debug/generatedfiles/moc_WidgetProgress.o debug/generatedfiles/moc_WidgetSelectModModel.o debug/generatedfiles/moc_WidgetSelectOptVars.o debug/generatedfiles/moc_WidgetSelPointScan.o debug/generatedfiles/moc_WidgetTableRecVar.o debug/generatedfiles/moc_WidgetToolBar.o debug/generatedfiles/moc_widgetloadexemodel.o debug/generatedfiles/moc_EABase.o debug/generatedfiles/moc_OptimAlgo.o debug/generatedfiles/moc_OMEAProgress.o debug/generatedfiles/moc_WidgetMooPointsList.o debug/generatedfiles/moc_WidgetProjectInfos.o debug/generatedfiles/moc_WidgetProblemActions.o debug/generatedfiles/moc_TabOMC.o debug/generatedfiles/moc_TabOneSim.o debug/generatedfiles/moc_TabOptimization.o debug/generatedfiles/moc_TabProject.o debug/generatedfiles/moc_TabResOneSim.o debug/generatedfiles/moc_TabResOptimization.o debug/generatedfiles/moc_ModPlusCtrls.o debug/generatedfiles/moc_WidgetCtrlParameters.o debug/generatedfiles/moc_WidgetResultInfos.o debug/generatedfiles/moc_OMCThreads.o debug/generatedfiles/moc_OMOptimGuiTools.o debug/generatedfiles/moc_WidgetModelsList.o debug/generatedfiles/moc_ModExePlus.o debug/generatedfiles/moc_ModelPlus.o debug/generatedfiles/moc_WidgetSelectEditVars.o debug/generatedfiles/moc_ComponentInfo.o debug/generatedfiles/moc_Helper.o debug/generatedfiles/moc_StringHandler.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' rm -f release/generatedfiles/OptObjective.o release/generatedfiles/ParetoDominance.o release/generatedfiles/Project.o release/generatedfiles/MainWindow.o release/generatedfiles/Dymola.o release/generatedfiles/ModPlusDymolaCtrl.o release/generatedfiles/CSV.o release/generatedfiles/LoadOMOptim.o release/generatedfiles/SaveOMOptim.o release/generatedfiles/ModItem.o release/generatedfiles/ModItemsTree.o release/generatedfiles/ModComponent.o release/generatedfiles/ModelicaConnection.o release/generatedfiles/ModelicaModifier.o release/generatedfiles/ModExecution.o release/generatedfiles/ModModel.o release/generatedfiles/ModModelPlus.o release/generatedfiles/ModPackage.o release/generatedfiles/ModPlusCtrl.o release/generatedfiles/ModLoader.o release/generatedfiles/ModRecord.o release/generatedfiles/MOomc.o release/generatedfiles/omc_communication.o release/generatedfiles/omc_communicator.o release/generatedfiles/omcinteractiveenvironment.o release/generatedfiles/ModPlusOMCtrl.o release/generatedfiles/OpenModelica.o release/generatedfiles/OneSimResult.o release/generatedfiles/OneSimulation.o release/generatedfiles/Optimization.o release/generatedfiles/OptimResult.o release/generatedfiles/reportingHook.o release/generatedfiles/vqtconvert.o release/generatedfiles/AboutOMOptim.o release/generatedfiles/newprojectform.o release/generatedfiles/arrow.o release/generatedfiles/diagramitem.o release/generatedfiles/diagramscene.o release/generatedfiles/diagramtextitem.o release/generatedfiles/TabOMC.o release/generatedfiles/TabOneSim.o release/generatedfiles/TabOptimization.o release/generatedfiles/TabProject.o release/generatedfiles/TabResOneSim.o release/generatedfiles/TabResOptimization.o release/generatedfiles/WidgetCalculateMooPoints.o release/generatedfiles/WidgetMooPlot.o release/generatedfiles/WidgetOneSimVars.o release/generatedfiles/WidgetOptParameters.o release/generatedfiles/WidgetOptTable.o release/generatedfiles/WidgetProgress.o release/generatedfiles/WidgetSelectModModel.o rm -f release/generatedfiles/WidgetSelectOptVars.o release/generatedfiles/WidgetSelPointScan.o release/generatedfiles/WidgetTableRecVar.o release/generatedfiles/WidgetToolBar.o release/generatedfiles/widgetloadexemodel.o release/generatedfiles/AlgoParameter.o release/generatedfiles/EABase.o release/generatedfiles/OptimAlgo.o release/generatedfiles/MyEoGnuplot.o release/generatedfiles/MyEoGnuplot1DMonitor.o release/generatedfiles/NSGA2.o release/generatedfiles/SPEA2.o release/generatedfiles/SPEA2Adapt.o release/generatedfiles/OMCHelper.o release/generatedfiles/WidgetMooPointsList.o release/generatedfiles/WidgetProjectInfos.o release/generatedfiles/WidgetProblemActions.o release/generatedfiles/SA1.o release/generatedfiles/PSO.o release/generatedfiles/OptObjectives.o release/generatedfiles/ModPlusCtrls.o release/generatedfiles/WidgetCtrlParameters.o release/generatedfiles/optimizationinterface.o release/generatedfiles/onesimulationinterface.o release/generatedfiles/WidgetResultInfos.o release/generatedfiles/OMCThreads.o release/generatedfiles/VariablesManip.o release/generatedfiles/OMOptimGuiTools.o release/generatedfiles/OMOptimSettings.o release/generatedfiles/WidgetModelsList.o release/generatedfiles/OptimAlgosList.o release/generatedfiles/ModPlusExeCtrl.o release/generatedfiles/ModExePlus.o release/generatedfiles/ModelPlus.o release/generatedfiles/ExeModel.o release/generatedfiles/ModPlusOMExeCtrl.o release/generatedfiles/ModPlusDymolaExeCtrl.o release/generatedfiles/ModPlusBlackBoxExeCtrl.o release/generatedfiles/scriptparseromoptim.o release/generatedfiles/WidgetSelectEditVars.o release/generatedfiles/ComponentInfo.o release/generatedfiles/Helper.o release/generatedfiles/StringHandler.o release/generatedfiles/Utilities.o release/generatedfiles/moc_Project.o release/generatedfiles/moc_MainWindow.o release/generatedfiles/moc_LoadOMOptim.o release/generatedfiles/moc_ModItem.o release/generatedfiles/moc_ModItemsTree.o release/generatedfiles/moc_ModExecution.o release/generatedfiles/moc_ModModelPlus.o rm -f release/generatedfiles/moc_ModPlusCtrl.o release/generatedfiles/moc_ModLoader.o release/generatedfiles/moc_inputcelldelegate.o release/generatedfiles/moc_MOomc.o release/generatedfiles/moc_omc_communicator.o release/generatedfiles/moc_omcinteractiveenvironment.o release/generatedfiles/moc_OneSimResult.o release/generatedfiles/moc_Optimization.o release/generatedfiles/moc_OptimResult.o release/generatedfiles/moc_AboutOMOptim.o release/generatedfiles/moc_newprojectform.o release/generatedfiles/moc_MOOptPlot.o release/generatedfiles/moc_arrow.o release/generatedfiles/moc_diagramscene.o release/generatedfiles/moc_diagramtextitem.o release/generatedfiles/moc_WidgetCalculateMooPoints.o release/generatedfiles/moc_WidgetMooPlot.o release/generatedfiles/moc_WidgetOneSimVars.o release/generatedfiles/moc_WidgetOptParameters.o release/generatedfiles/moc_WidgetOptTable.o release/generatedfiles/moc_WidgetProgress.o release/generatedfiles/moc_WidgetSelectModModel.o release/generatedfiles/moc_WidgetSelectOptVars.o release/generatedfiles/moc_WidgetSelPointScan.o release/generatedfiles/moc_WidgetTableRecVar.o release/generatedfiles/moc_WidgetToolBar.o release/generatedfiles/moc_widgetloadexemodel.o release/generatedfiles/moc_EABase.o release/generatedfiles/moc_OptimAlgo.o release/generatedfiles/moc_OMEAProgress.o release/generatedfiles/moc_WidgetMooPointsList.o release/generatedfiles/moc_WidgetProjectInfos.o release/generatedfiles/moc_WidgetProblemActions.o release/generatedfiles/moc_TabOMC.o release/generatedfiles/moc_TabOneSim.o release/generatedfiles/moc_TabOptimization.o release/generatedfiles/moc_TabProject.o release/generatedfiles/moc_TabResOneSim.o release/generatedfiles/moc_TabResOptimization.o release/generatedfiles/moc_ModPlusCtrls.o release/generatedfiles/moc_WidgetCtrlParameters.o release/generatedfiles/moc_WidgetResultInfos.o release/generatedfiles/moc_OMCThreads.o release/generatedfiles/moc_OMOptimGuiTools.o release/generatedfiles/moc_WidgetModelsList.o release/generatedfiles/moc_ModExePlus.o rm -f release/generatedfiles/moc_ModelPlus.o release/generatedfiles/moc_WidgetSelectEditVars.o release/generatedfiles/moc_ComponentInfo.o release/generatedfiles/moc_Helper.o release/generatedfiles/moc_StringHandler.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' rm -rf ../bin/libOMOptim.a ../bin/OMOptim.exe omc_communication.* Makefile Makefile.Debug Makefile.Release MakefileLib MakefileLib.Debug MakefileLib.Release object_script.* debug/ release/ make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' test ! -d ParadisEO-2.0.1/build || rm -r ParadisEO-2.0.1/build make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim' + make -k -r -f Makefile.omdev.mingw -j32 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler/3rdParty' Removing antlr/3.2/libantlr3c-3.2/.deps/ Removing antlr/3.2/libantlr3c-3.2/Makefile Removing antlr/3.2/libantlr3c-3.2/config.log Removing antlr/3.2/libantlr3c-3.2/config.status Removing antlr/3.2/libantlr3c-3.2/libtool Removing antlr/3.2/libantlr3c-3.2/stamp-h1 Removing cppzmq/build/ Removing gc/.deps/ Removing gc/Makefile.in Removing gc/aclocal.m4 Removing gc/autom4te.cache/ Removing gc/compile Removing gc/config.guess Removing gc/config.guess~ Removing gc/config.sub Removing gc/config.sub~ Removing gc/configure Removing gc/cord/.deps/ Removing gc/cord/tests/.deps/ Removing gc/depcomp Removing gc/extra/.deps/ Removing gc/include/config.h.in Removing gc/install-sh Removing gc/install-sh~ Removing gc/libatomic_ops/Makefile.in Removing gc/libatomic_ops/aclocal.m4 Removing gc/libatomic_ops/autom4te.cache/ Removing gc/libatomic_ops/compile Removing gc/libatomic_ops/config.guess Removing gc/libatomic_ops/config.guess~ Removing gc/libatomic_ops/config.sub Removing gc/libatomic_ops/config.sub~ Removing gc/libatomic_ops/configure Removing gc/libatomic_ops/depcomp Removing gc/libatomic_ops/doc/Makefile.in Removing gc/libatomic_ops/install-sh Removing gc/libatomic_ops/install-sh~ Removing gc/libatomic_ops/ltmain.sh Removing gc/libatomic_ops/m4/libtool.m4 Removing gc/libatomic_ops/m4/ltoptions.m4 Removing gc/libatomic_ops/m4/ltsugar.m4 Removing gc/libatomic_ops/m4/ltversion.m4 Removing gc/libatomic_ops/m4/lt~obsolete.m4 Removing gc/libatomic_ops/missing Removing gc/libatomic_ops/src/.deps/ Removing gc/libatomic_ops/src/Makefile.in Removing gc/libatomic_ops/src/config.h.in Removing gc/libatomic_ops/test-driver Removing gc/libatomic_ops/tests/Makefile.in Removing gc/ltmain.sh Removing gc/m4/libtool.m4 Removing gc/m4/ltoptions.m4 Removing gc/m4/ltsugar.m4 Removing gc/m4/ltversion.m4 Removing gc/m4/lt~obsolete.m4 Removing gc/missing Removing gc/test-driver Removing gc/tests/.deps/ Removing libffi/Makefile Removing libffi/Makefile.in Removing libffi/aclocal.m4 Removing libffi/autom4te.cache/ Removing libffi/compile Removing libffi/configure Removing libffi/depcomp Removing libffi/doc/Makefile.in Removing libffi/fficonfig.h.in Removing libffi/include/Makefile.in Removing libffi/install-sh Removing libffi/install/ Removing libffi/ltmain.sh Removing libffi/m4/libtool.m4 Removing libffi/m4/ltoptions.m4 Removing libffi/m4/ltsugar.m4 Removing libffi/m4/ltversion.m4 Removing libffi/m4/lt~obsolete.m4 Removing libffi/makefile.sed~ Removing libffi/man/Makefile.in Removing libffi/mdate-sh Removing libffi/missing Removing libffi/testsuite/Makefile.in Removing libffi/texinfo.tex Removing libffi/x86_64-w64-mingw32/ Removing libzmq/build/ Removing lis-1.4.12/autom4te.cache/ Removing lis-1.4.12/config.log Removing lis-1.4.12/config.status Removing lis-1.4.12/configure Removing lis-1.4.12/include/Makefile Removing lis-1.4.12/include/lis_config.h Removing lis-1.4.12/include/lisf.h Removing lis-1.4.12/include/stamp-h1 Removing lis-1.4.12/libtool Removing lis-1.4.12/src/Makefile Removing lis-1.4.12/src/esolver/Makefile Removing lis-1.4.12/src/fortran/Makefile Removing lis-1.4.12/src/fortran/amg/Makefile Removing lis-1.4.12/src/matrix/Makefile Removing lis-1.4.12/src/matvec/Makefile Removing lis-1.4.12/src/precision/Makefile Removing lis-1.4.12/src/precon/Makefile Removing lis-1.4.12/src/solver/Makefile Removing lis-1.4.12/src/system/Makefile Removing lis-1.4.12/src/vector/Makefile Removing lis-1.4.12/test/Makefile Removing metis-5.1.0/build/ Removing ryu/ryu/d2fixed.o Removing ryu/ryu/d2s.o Removing ryu/ryu/f2s.o Removing ryu/ryu/libryu.a Removing ryu/ryu/om_format.o Removing tbb/build_cmake/ Removing tbb/src/tbb/win32-gcc-tbb-export.def Entering 'OMOptim' Removing OMOptim/Core/OMC/omc_communication.cpp Removing OMOptim/Core/OMC/omc_communication.h Removing OMOptim/bin/ Removing OMOptim/build/.qmake.stash Removing OMOptim/omc_config.h Removing OMOptimBasis/bin/ Removing OMOptimBasis/build/.qmake.stash Entering 'OMOptim/common' Entering 'OMSens' Removing fortran_interface/Curvif.o Removing fortran_interface/Rut.o Removing fortran_interface/Rutf.o Removing fortran_interface/curvif_simplified.cp311-mingw_x86_64_ucrt.pyd Removing fortran_interface/libgcc_s_seh-1.dll Removing fortran_interface/libgfortran-5.dll Removing fortran_interface/libquadmath-0.dll Removing fortran_interface/libwinpthread-1.dll Entering 'OMSens_Qt' Removing .qmake.stash Removing Makefile Removing Makefile.Debug Removing Makefile.Release Removing bin/ Removing debug/ Removing generatedfiles/ Removing object_script.omsensplugin.Debug Removing object_script.omsensplugin.Release Removing release/ Entering 'OMSens_Qt/common' Entering 'OMSimulator' Removing build/ Removing install/ Entering 'OMSimulator/3rdParty' git clean -fdx -e OpenModelicaSetup -e OMSetup -e OMEncryption -e .project -e *.launch -e .vscode/ Removing OMCompiler/Compiler/OpenModelicaBootstrappingHeader.h Removing OMCompiler/Compiler/OpenModelicaBootstrappingHeader.h.log Removing OMCompiler/Compiler/Template/AbsynDumpTpl.mo.log Removing OMCompiler/Compiler/Template/AbsynJLDumpTpl.mo.log Removing OMCompiler/Compiler/Template/AbsynToJulia.mo.log Removing OMCompiler/Compiler/Template/CodegenC.mo.log Removing OMCompiler/Compiler/Template/CodegenCFunctions.mo.log Removing OMCompiler/Compiler/Template/CodegenCpp.mo.log Removing OMCompiler/Compiler/Template/CodegenCppCommon.mo.log Removing OMCompiler/Compiler/Template/CodegenCppHpcom.mo.log Removing OMCompiler/Compiler/Template/CodegenCppHpcomOMSI.mo.log Removing OMCompiler/Compiler/Template/CodegenCppInit.mo.log Removing OMCompiler/Compiler/Template/CodegenCppOMSI.mo.log Removing OMCompiler/Compiler/Template/CodegenEmbeddedC.mo.log Removing OMCompiler/Compiler/Template/CodegenFMU.mo.log Removing OMCompiler/Compiler/Template/CodegenFMU1.mo.log Removing OMCompiler/Compiler/Template/CodegenFMU2.mo.log Removing OMCompiler/Compiler/Template/CodegenFMUCommon.mo.log Removing OMCompiler/Compiler/Template/CodegenFMUCpp.mo.log Removing OMCompiler/Compiler/Template/CodegenFMUCppHpcom.mo.log Removing OMCompiler/Compiler/Template/CodegenFMUCppHpcomOMSI.mo.log Removing OMCompiler/Compiler/Template/CodegenFMUCppOMSI.mo.log Removing OMCompiler/Compiler/Template/CodegenJS.mo.log Removing OMCompiler/Compiler/Template/CodegenMidToC.mo.log Removing OMCompiler/Compiler/Template/CodegenOMSIC.mo.log Removing OMCompiler/Compiler/Template/CodegenOMSIC_Equations.mo.log Removing OMCompiler/Compiler/Template/CodegenOMSICpp.mo.log Removing OMCompiler/Compiler/Template/CodegenOMSI_common.mo.log Removing OMCompiler/Compiler/Template/CodegenUtil.mo.log Removing OMCompiler/Compiler/Template/CodegenUtilSimulation.mo.log Removing OMCompiler/Compiler/Template/CodegenXML.mo.log Removing OMCompiler/Compiler/Template/DAEDumpTpl.mo.log Removing OMCompiler/Compiler/Template/ExpressionDumpTpl.mo.log Removing OMCompiler/Compiler/Template/GenerateAPIFunctionsTpl.mo.log Removing OMCompiler/Compiler/Template/GraphMLDumpTpl.mo.log Removing OMCompiler/Compiler/Template/GraphvizDump.mo.log Removing OMCompiler/Compiler/Template/NFInstDumpTpl.mo.log Removing OMCompiler/Compiler/Template/SCodeDumpTpl.mo.log Removing OMCompiler/Compiler/Template/SimCodeDump.mo.log Removing OMCompiler/Compiler/Template/TplCodegen.mo Removing OMCompiler/Compiler/Template/TplCodegen.mo.log Removing OMCompiler/Compiler/Template/Unparsing.mo.log Removing OMCompiler/Compiler/Template/VisualXMLTpl.mo.log Removing OMCompiler/Compiler/Util/Autoconf.mo Removing OMCompiler/Compiler/susan_codegen/TplCodegen.mo Removing OMCompiler/SimulationRuntime/OMSICpp/Build_CAPI/ Removing OMCompiler/SimulationRuntime/OMSICpp/Build_dynamic/ Removing OMCompiler/SimulationRuntime/OMSICpp/Build_static/ Removing OMCompiler/SimulationRuntime/ParModelica/auto/Makefile.dependencies Removing OMCompiler/SimulationRuntime/ParModelica/auto/libParModelicaAuto.a Removing OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_equation.o Removing OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_interface.o Removing OMCompiler/SimulationRuntime/ParModelica/auto/om_pm_model.o Removing OMCompiler/SimulationRuntime/ParModelica/auto/pm_utility.o Removing OMCompiler/SimulationRuntime/ParModelica/auto/pm_win_timer.o Removing OMCompiler/SimulationRuntime/c/RuntimeSources.mo Removing OMCompiler/SimulationRuntime/c/headers.tmp Removing OMCompiler/SimulationRuntime/c/libOpenModelicaRuntimeC.dll Removing OMCompiler/SimulationRuntime/c/libSimulationRuntimeC.dll Removing OMCompiler/SimulationRuntime/c/sources.tmp Removing OMCompiler/SimulationRuntime/opc/ua/libomopcua.dll Removing OMCompiler/SimulationRuntime/opc/ua/omc_opc_ua.o Removing OMCompiler/SimulationRuntime/opc/ua/open62541.c Removing OMCompiler/SimulationRuntime/opc/ua/open62541.h Removing OMCompiler/SimulationRuntime/opc/ua/open62541.o Removing OMCompiler/revision.h Removing OMCompiler/tools/debugging/BreakProcess.exe Removing OMEdit/.qmake.stash Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_de.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_es.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_fr.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_it.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_ja.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_ro.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_ru.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_sv.qm Removing OMEdit/OMEditLIB/Resources/nls/OMEdit_zh_CN.qm Removing OMEdit/OMEditLIB/Resources/nls/qm.stamp Removing OMEdit/bin/ Removing OMNotebook/OMNotebook/OMNotebookGUI/.qmake.stash Removing OMNotebook/OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.qm Removing OMNotebook/OMNotebook/OMNotebookGUI/Resources/nls/qm.stamp Removing OMNotebook/OMNotebook/OMNotebookGUI/debug/ Removing OMNotebook/OMNotebook/OMNotebookGUI/omc_config.h Removing OMNotebook/OMNotebook/OMNotebookGUI/release/ Removing OMNotebook/OMNotebook/bin/ Removing OMNotebook/OMNotebook/generatedfiles/ Removing OMParser/3rdParty/antlr4/runtime/Cpp/build/ Removing OMParser/libOMParser.a Removing OMParser/modelica.interp Removing OMParser/modelica.tokens Removing OMParser/modelicaBaseListener.cpp Removing OMParser/modelicaBaseListener.h Removing OMParser/modelicaBaseListener.o Removing OMParser/modelicaBaseVisitor.cpp Removing OMParser/modelicaBaseVisitor.h Removing OMParser/modelicaBaseVisitor.o Removing OMParser/modelicaLexer.cpp Removing OMParser/modelicaLexer.h Removing OMParser/modelicaLexer.interp Removing OMParser/modelicaLexer.o Removing OMParser/modelicaLexer.tokens Removing OMParser/modelicaListener.cpp Removing OMParser/modelicaListener.h Removing OMParser/modelicaListener.o Removing OMParser/modelicaParser.cpp Removing OMParser/modelicaParser.h Removing OMParser/modelicaParser.o Removing OMParser/modelicaVisitor.cpp Removing OMParser/modelicaVisitor.h Removing OMParser/modelicaVisitor.o Removing OMPlot/OMPlot/OMPlotGUI/.qmake.stash Removing OMPlot/OMPlot/OMPlotGUI/debug/ Removing OMPlot/OMPlot/OMPlotGUI/release/ Removing OMPlot/OMPlot/bin/ Removing OMPlot/OMPlot/generatedfiles/ Removing OMPlot/qwt/.qmake.stash Removing OMShell/OMShell/OMShellGUI/.qmake.stash Removing OMShell/OMShell/OMShellGUI/debug/ Removing OMShell/OMShell/OMShellGUI/release/ Removing OMShell/OMShell/bin/ Removing OMShell/OMShell/generatedfiles/ Removing buildWindows.sh Removing libraries/.openmodelica/ Removing libraries/installing/ Removing testsuite/ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mat Removing testsuite/ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mat Removing testsuite/ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mat Removing testsuite/ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mat Removing testsuite/ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mat Removing testsuite/ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mat Removing testsuite/ReferenceFiles/Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleVectorizedAndClocked.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.ShiftSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SubSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.UpSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClock.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample1.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleVectorizedAndClocked.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWith_AD_DA_Effects.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.Continuous.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mat Removing testsuite/ReferenceFiles/Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mat Removing testsuite/ReferenceFiles/PlanarMechanics/ControlledCraneCrab.mat Removing testsuite/ReferenceFiles/PlanarMechanics/CounterSpin.mat Removing testsuite/ReferenceFiles/PlanarMechanics/CraneCrab.mat Removing testsuite/ReferenceFiles/PlanarMechanics/DoublePendulum.mat Removing testsuite/ReferenceFiles/PlanarMechanics/FreeBody.mat Removing testsuite/ReferenceFiles/PlanarMechanics/InvertedCraneCrab.mat Removing testsuite/ReferenceFiles/PlanarMechanics/KinematicLoop.mat Removing testsuite/ReferenceFiles/PlanarMechanics/Pendulum.mat Removing testsuite/ReferenceFiles/PlanarMechanics/PistonEngine.mat Removing testsuite/ReferenceFiles/PlanarMechanics/SimpleCarWithDifferentialGear.mat Removing testsuite/ReferenceFiles/PlanarMechanics/SingleTrackWithEngine.mat Removing testsuite/ReferenceFiles/PlanarMechanics/TestDryFrictionWheel.mat Removing testsuite/ReferenceFiles/PlanarMechanics/TestIdealWheel.mat Removing testsuite/ReferenceFiles/PlanarMechanics/TestSlipBasedWheel.mat Removing testsuite/ReferenceFiles/PlanarMechanics/WheelBasedCranCrab.mat Removing testsuite/ReferenceFiles/SiemensPower/wall_test.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat Removing testsuite/ReferenceFiles/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat Removing testsuite/ReferenceFiles/cppruntime/MultipleBaseClocks.mat Removing testsuite/ReferenceFiles/hpcom/BouncingBall.mat Removing testsuite/ReferenceFiles/hpcom/ElectricalCircuit.mat Removing testsuite/ReferenceFiles/hpcom/EngineCylinder.mat Removing testsuite/ReferenceFiles/hpcom/MergingExample.mat Removing testsuite/ReferenceFiles/hpcom/SimpleResistor.mat Removing testsuite/ReferenceFiles/linear_system/NPendulum_10.mat Removing testsuite/ReferenceFiles/linear_system/NPendulum_40.mat Removing testsuite/ReferenceFiles/linear_system/Ticket4254.mat Removing testsuite/ReferenceFiles/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat Removing testsuite/ReferenceFiles/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat Removing testsuite/ReferenceFiles/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mat Removing testsuite/ReferenceFiles/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat Removing testsuite/ReferenceFiles/msl31/Modelica.Mechanics.Translational.Examples.Friction.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.BusUsage.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.Filter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.Interaction1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.InverseModel.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.PID_Controller.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.RealNetwork1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mat Removing testsuite/ReferenceFiles/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.NandGate.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Adder4.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Counter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Counter3.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.INV3S.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.NXFER.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.RAM.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Digital.Examples.WiredX.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Nand.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Nor.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.HeatingSystem.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.InverseParameterization.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.PumpingSystem.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.First.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Brake.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Damper.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Friction.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.IdealGasH2O.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.MixtureGases.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.MoistAir.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.R134a.R134a1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.R134a.R134a2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.SimpleLiquidWater.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Examples.WaterIF97.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.ControlledTanks.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.FirstExample.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.ShowExceptions.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.Source.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.Tank.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.TankController.mat Removing testsuite/ReferenceFiles/msl32/Modelica.StateGraph.Examples.Utilities.valve.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat Removing testsuite/ReferenceFiles/msl32/Modelica.Utilities.Examples.readRealParameterModel.mat Removing testsuite/ReferenceFiles/resolveLoops/ElectricalCircuit1.mat Removing testsuite/ReferenceFiles/resolveLoops/ElectricalCircuit2.mat Removing testsuite/ReferenceFiles/resolveLoops/ElectricalCircuit3.mat Removing testsuite/ReferenceFiles/resolveLoops/ElectricalCircuit4.mat Removing testsuite/ReferenceFiles/resolveLoops/ElectricalCircuit5.mat Removing testsuite/ReferenceFiles/resolveLoops/ElectricalCircuit6.mat Removing testsuite/ReferenceFiles/resolveLoops/Pendulum2.mat Removing testsuite/ReferenceFiles/resolveLoops/Pendulum3.mat Removing testsuite/ReferenceFiles/solver/testSolver.problem1.mat Removing testsuite/ReferenceFiles/solver/testSolver.problem2.mat Removing testsuite/difftool/lex.yy.c Removing testsuite/difftool/lex.yy.o Removing testsuite/flattening/libraries/3rdParty/Buildings/DewPointTemperatureDerivativeCheck_amb.mo.result.xml Removing testsuite/flattening/libraries/3rdParty/Buildings/System2.mo.result.xml Removing testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos.fail_log Removing testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/siemens/translateFlueGasZones.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/siemens/translateHeatExchanger.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/siemens/translateJunctions.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/siemens/translatePipes.mos.result.xml Removing testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos.result.xml Removing testsuite/flattening/libraries/biochem/BiochemModels.mos.result.xml Removing testsuite/flattening/libraries/biochem/EnzMM.mos.fail_log Removing testsuite/flattening/libraries/biochem/EnzMM.mos.result.xml Removing testsuite/flattening/libraries/biochem/Glycolysis.mos.result.xml Removing testsuite/flattening/libraries/biochem/InsulinSignaling_Sedaghat.mos.result.xml Removing testsuite/flattening/libraries/biochem/UniBi.mos.fail_log Removing testsuite/flattening/libraries/biochem/UniBi.mos.result.xml Removing testsuite/flattening/libraries/biochem/UniUni.mos.fail_log Removing testsuite/flattening/libraries/biochem/UniUni.mos.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Algorithm1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Algorithm2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Algorithm3.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmCondAssign2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmElseOpt.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmFor1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmFor2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmFor3.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmFor4.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmFor5.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmFor6.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmNoRetCall.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AlgorithmSection.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ArrayRange.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AssignmentErrorConstant.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AssignmentErrorInput.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AssignmentFunction.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AssignmentFunctionMultiple1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AssignmentSimple.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/AssignmentToInput.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Break.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/CheckPartialFunctionCall1.mos.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ComponentFunctions.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ElementWiseMultiplication.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ErrorExternalAlgorithm.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/EvalUnknownDim.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Faculty1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Faculty2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Faculty3.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Faculty5.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FilterBlock1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FlatTank.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ForIteratorType.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ForLoopHideVariable.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ForNested.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/ForSimple.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FuncDer.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FuncMultResults.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function10.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function11.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function12.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function5.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function5_test.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function6.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function7.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function8.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Function9.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionBreak.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionBubblesort.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionCall.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgs.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgs2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgsCycle.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionDefaultArgsMod.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval10.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval11.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval12.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval3.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval4.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval6.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval7.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval8.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEval9.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEvalBuiltin.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEvalFail.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionEvalSlice.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionInvalidVar2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionInverse.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionMultiReturn.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionProtectedInput.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionReturn.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionSimple.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionSimplex.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/FunctionVariability.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/IfExpression1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/InvalidFunctionBinding.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/JoinThreeVectors2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/LeastSquares.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/LogCall1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/MRFcall.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/MultFuncCall.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/PrefixPartialFunctionApplication.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/RecursiveCallExtends.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/RecursiveFunctionCall.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/StackOverflowTest.mos.fail_log Removing testsuite/flattening/modelica/algorithms-functions/StackOverflowTest.mos.result.xml Removing testsuite/flattening/modelica/algorithms-functions/SumSeriesWhile.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/SumVectorForIf.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Summation.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/TestGravityAcceleration.mo.fail_log Removing testsuite/flattening/modelica/algorithms-functions/TestGravityAcceleration.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Ticket4365.mos.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Ticket4786.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Ticket4838.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/TupleAssignmentMismatch1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/TupleError.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/TupleSingleAssign.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/UnknownDimensionFunctionCall.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/UnusedInput.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Vectorizable1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Vectorizable3.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Vectorizable5.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Vectorizable6.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/Vectorizable7.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/WhenElseNested.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/WhenNested.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/WhenPriority.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/WhenStatement1.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/WhenStatement2.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/WhenStatement3.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/While.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/modelica_1_1_Function10.mo.result.xml Removing testsuite/flattening/modelica/algorithms-functions/tupleSubset.mo.result.xml Removing testsuite/flattening/modelica/arrays/ABCDsystem.mo.result.xml Removing testsuite/flattening/modelica/arrays/AdvancedDimensions.mo.result.xml Removing testsuite/flattening/modelica/arrays/AppendElement.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array1.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array10.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array11.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array12.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array13.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array14.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array15.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array2.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array3.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array4.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array7.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array8.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array9.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAccess.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAddEmpty.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAddSub.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAddSub1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAddition.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAddition2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAsAlias.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAsAliasInExtends.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAssignEmpty.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayAssignWholeDim.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayBrackets.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayCall.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayConstruct1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayCurlyBrackets.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDeclaration1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDeclaration2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDeclaration3.mo.fail_log Removing testsuite/flattening/modelica/arrays/ArrayDeclaration3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDeclaration4.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDeclaration5.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDim1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDim2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDim3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDim4.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDiv.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDivError.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayDivision.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOps1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOps2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOps3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOps4.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOps5.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOps6.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOpsCEval1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOpsCEval2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOpsCEval3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOpsCEval4.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayEWOpsCEval5.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayExponentiation.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayExtend.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayExtendsUnknown.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayIndex.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayIndex2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayIndex3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayInvalidDims.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayLogic.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul4.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul5.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixMatrixMul6.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixSimplifier.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul4.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMatrixVectorMul5.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayModification1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayModification2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMulMatrixSimplifier.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMult.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayMultiplication.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayOperators.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayOuterParamExpand.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayRange.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayRecursiveDim1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayReduce.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayReduce2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayRemoveIndex1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArraySizeFromFunc.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArraySlice1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArraySlice2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArraySubtraction.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayTuple.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul4.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorMatrixMul5.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorVectorMul1.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorVectorMul2.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorVectorMul3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArrayVectorVectorMul4.mo.result.xml Removing testsuite/flattening/modelica/arrays/Array_builtin.mo.result.xml Removing testsuite/flattening/modelica/arrays/ArraysInitLegal.mo.result.xml Removing testsuite/flattening/modelica/arrays/BadVariabilityBug3150.mo.result.xml Removing testsuite/flattening/modelica/arrays/BlockMatrix.mo.result.xml Removing testsuite/flattening/modelica/arrays/BlockMatrix2.mo.result.xml Removing testsuite/flattening/modelica/arrays/BlockMatrix3.mo.result.xml Removing testsuite/flattening/modelica/arrays/BooleanArrayEq.mo.result.xml Removing testsuite/flattening/modelica/arrays/Concat3.mo.result.xml Removing testsuite/flattening/modelica/arrays/ConstructFunc.mo.result.xml Removing testsuite/flattening/modelica/arrays/DiscreteVectorStateSpace.mo.result.xml Removing testsuite/flattening/modelica/arrays/DoubleWhenSequential.mo.result.xml Removing testsuite/flattening/modelica/arrays/EmptyArray.mo.result.xml Removing testsuite/flattening/modelica/arrays/EmptyArrayAlgorithm.mo.result.xml Removing testsuite/flattening/modelica/arrays/EmptyArraySubscript.mo.result.xml Removing testsuite/flattening/modelica/arrays/EmptyAsubSliceSubscript.mo.result.xml Removing testsuite/flattening/modelica/arrays/FillSubscriptsTest.mo.result.xml Removing testsuite/flattening/modelica/arrays/FixedFinalParameter.mo.result.xml Removing testsuite/flattening/modelica/arrays/InOutArray.mo.result.xml Removing testsuite/flattening/modelica/arrays/InOutArray2.mo.result.xml Removing testsuite/flattening/modelica/arrays/Matrix.mo.result.xml Removing testsuite/flattening/modelica/arrays/Matrix1.mo.result.xml Removing testsuite/flattening/modelica/arrays/Matrix2.mo.result.xml Removing testsuite/flattening/modelica/arrays/Matrix3.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixAddition.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixBrackets.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixEquation.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixImplCast.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixMulVector.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixPow.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixRowIndexing.mo.result.xml Removing testsuite/flattening/modelica/arrays/MatrixSubtraction.mo.result.xml Removing testsuite/flattening/modelica/arrays/NestedSubscriptFor.mo.result.xml Removing testsuite/flattening/modelica/arrays/PolynomialEvaluator1.mo.fail_log Removing testsuite/flattening/modelica/arrays/PolynomialEvaluator1.mo.result.xml Removing testsuite/flattening/modelica/arrays/PolynomialEvaluator2.mo.result.xml Removing testsuite/flattening/modelica/arrays/PolynomialEvaluator3.mo.result.xml Removing testsuite/flattening/modelica/arrays/PolynomialEvaluatorA.mo.result.xml Removing testsuite/flattening/modelica/arrays/PolynomialEvaluatorB.mo.result.xml Removing testsuite/flattening/modelica/arrays/QualifiedEnd.mo.result.xml Removing testsuite/flattening/modelica/arrays/QualifiedSlicing.mo.result.xml Removing testsuite/flattening/modelica/arrays/Range1.mo.result.xml Removing testsuite/flattening/modelica/arrays/Range2.mo.result.xml Removing testsuite/flattening/modelica/arrays/RangeSlicing.mo.result.xml Removing testsuite/flattening/modelica/arrays/RangeVector.mo.result.xml Removing testsuite/flattening/modelica/arrays/SliceMultiplication.mo.result.xml Removing testsuite/flattening/modelica/arrays/SubscriptsFill1.mo.result.xml Removing testsuite/flattening/modelica/arrays/TestArrayUnknown.mo.result.xml Removing testsuite/flattening/modelica/arrays/TestFill.mo.result.xml Removing testsuite/flattening/modelica/arrays/TypeTest.mos.fail_log Removing testsuite/flattening/modelica/arrays/TypeTest.mos.result.xml Removing testsuite/flattening/modelica/arrays/UnknownDimensionMod.mo.result.xml Removing testsuite/flattening/modelica/arrays/VectorizeConstCref2D.mo.result.xml Removing testsuite/flattening/modelica/arrays/VectorizeOneReturnValue.mo.result.xml Removing testsuite/flattening/modelica/arrays/VectorizeSeveralArguments.mo.result.xml Removing testsuite/flattening/modelica/arrays/WrongNumberOfSubscripts1.mo.result.xml Removing testsuite/flattening/modelica/arrays/XPowers1.mo.result.xml Removing testsuite/flattening/modelica/arrays/XPowers2.mo.result.xml Removing testsuite/flattening/modelica/arrays/XPowers3.mo.result.xml Removing testsuite/flattening/modelica/arrays/modelica_1_1_Array9.mo.result.xml Removing testsuite/flattening/modelica/asserts/AssertTest.mo.result.xml Removing testsuite/flattening/modelica/asserts/AssertTest1.mo.result.xml Removing testsuite/flattening/modelica/asserts/AssertTest2.mo.result.xml Removing testsuite/flattening/modelica/asserts/EncapsulatedAssert.mo.result.xml Removing testsuite/flattening/modelica/asserts/StaticAssertSuccess.mo.result.xml Removing testsuite/flattening/modelica/asserts/Ticket4304.mo.fail_log Removing testsuite/flattening/modelica/asserts/Ticket4304.mo.result.xml Removing testsuite/flattening/modelica/blocks/BlockComponents.mo.result.xml Removing testsuite/flattening/modelica/blocks/BlockIllegal.mo.result.xml Removing testsuite/flattening/modelica/blocks/BlockResult.mo.result.xml Removing testsuite/flattening/modelica/blocks/BlockSimple.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Abs.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Abs1.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Abs2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/AbsIssues.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Acos.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Asin.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Atan.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Atan2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/CatFunc.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Ceil.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/ConstantSize.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Cos.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Cosh.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Cross.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay3.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay4.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay5.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay6.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay7.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Delay8.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/DerConstant1.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/DerConstant2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/DerConstant3.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/DiagonalSimplify1.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Div.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/EventFunctions.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Exp.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/FillSize.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Floor.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Identity1.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Identity2.mo.fail_log Removing testsuite/flattening/modelica/built-in-functions/Identity2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Identity3.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Identity4.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Integer.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Integer2Real.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex1.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/InvalidSizeIndex2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/InvalidSizeScalar.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Linspace1.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Linspace2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Log.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Log10.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/MathematicalFunctions.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/MaxArray.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/MinMax.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/MinMaxEnum.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Mod.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/MultiFunctionReturnValueUseOnlyFirst.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/NumericFunctions.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/OuterProduct.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Product.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Rem.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Scalar.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/ScalarizeMinMax.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Sign.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Sin.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Sinh.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Skew.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Sqrt.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Sum.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/SumArray.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/SumScalar.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/SumVar.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Symmetric.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Symmetric2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Symmetric3.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Tan.mo.fail_log Removing testsuite/flattening/modelica/built-in-functions/Tan.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Tanh.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Transpose.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Transpose2.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Transpose3.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/TrigIdentity.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/VectorBuiltin.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/VectorDimension.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/VectorTest.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/Vectorizable4.mo.result.xml Removing testsuite/flattening/modelica/built-in-functions/VectorizeUnknownDim.mo.result.xml Removing testsuite/flattening/modelica/connectors/Bug3649.mos.result.xml Removing testsuite/flattening/modelica/connectors/CGraphBug.mos.fail_log Removing testsuite/flattening/modelica/connectors/CGraphBug.mos.result.xml Removing testsuite/flattening/modelica/connectors/Connect1.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect12.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect13.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect14.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect15.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect16.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect17.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect18.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect2.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect4.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect5.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect6.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect7.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect8.mo.result.xml Removing testsuite/flattening/modelica/connectors/Connect9.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectArray1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectArrayCond.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectEnumArray.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectFlowEffort.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectFlowEffort2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectHierarchical1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectHierarchical2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInner1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInner2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInner3.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInnerOuter.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInnerOuter2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInnerOuter3.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInnerOuter4.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectInnerOuterArray1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectParamArray.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectTheSameConnector.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectTwoSources.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectTypes.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectionOrder1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectionOrder2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance3.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance4.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance5.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance6.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance7.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance8.mos.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorBalance9.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorCompOrder.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorComponents.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorIllegal.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorIllegal2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorInheritance1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorSimple.mo.result.xml Removing testsuite/flattening/modelica/connectors/ConnectorSubtypeComp.mo.result.xml Removing testsuite/flattening/modelica/connectors/EnumArrayConnector.mo.result.xml Removing testsuite/flattening/modelica/connectors/EqualityConstraintLookup1.mo.result.xml Removing testsuite/flattening/modelica/connectors/HeatTank.mo.result.xml Removing testsuite/flattening/modelica/connectors/HeatTankExpanded.mo.result.xml Removing testsuite/flattening/modelica/connectors/InitialConnection.mo.result.xml Removing testsuite/flattening/modelica/connectors/MultipleInheritanceConnect.mo.result.xml Removing testsuite/flattening/modelica/connectors/Tank.mo.result.xml Removing testsuite/flattening/modelica/connectors/TankHybridPI.mo.result.xml Removing testsuite/flattening/modelica/connectors/TankHybridPID.mo.result.xml Removing testsuite/flattening/modelica/connectors/TankPI.mo.result.xml Removing testsuite/flattening/modelica/connectors/TankPID.mo.result.xml Removing testsuite/flattening/modelica/connectors/TanksConnectedPI.mo.result.xml Removing testsuite/flattening/modelica/connectors/Ticket4062.mo.result.xml Removing testsuite/flattening/modelica/connectors/TypeConnector.mo.result.xml Removing testsuite/flattening/modelica/connectors/Units2.mo.result.xml Removing testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow1.mo.result.xml Removing testsuite/flattening/modelica/connectors/ZeroDimUnconnectedFlow2.mo.result.xml Removing testsuite/flattening/modelica/declarations/Annotations.mo.result.xml Removing testsuite/flattening/modelica/declarations/BuiltinTime1.mo.result.xml Removing testsuite/flattening/modelica/declarations/BuiltinTimeInvalid1.mo.result.xml Removing testsuite/flattening/modelica/declarations/BuiltinTimeInvalid2.mo.result.xml Removing testsuite/flattening/modelica/declarations/ClassRestriction1.mo.result.xml Removing testsuite/flattening/modelica/declarations/CondDeclaration.mo.fail_log Removing testsuite/flattening/modelica/declarations/CondDeclaration.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConnectorRestriction1.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConnectorRestriction2.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConnectorRestriction3.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConnectorRestriction4.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConnectorRestriction5.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConnectorRestriction6.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConnectorRestriction7.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant1.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant10.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant12.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant13.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant2.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant3.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant4.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant5.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant6.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant7.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant8.mo.result.xml Removing testsuite/flattening/modelica/declarations/Constant9.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConstantDeclConnector.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConstantDeclRecord.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConstantDeclType.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConstantReductions.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConstructParameters.mo.result.xml Removing testsuite/flattening/modelica/declarations/ConstructParameters2.mo.result.xml Removing testsuite/flattening/modelica/declarations/DeclarationEquation1.mo.result.xml Removing testsuite/flattening/modelica/declarations/DeclarationEquation2.mo.result.xml Removing testsuite/flattening/modelica/declarations/DeclarationEquation3.mo.result.xml Removing testsuite/flattening/modelica/declarations/DeclarationOrder.mo.result.xml Removing testsuite/flattening/modelica/declarations/DeclarationOrder1.mo.result.xml Removing testsuite/flattening/modelica/declarations/DeclarationOrder2.mo.result.xml Removing testsuite/flattening/modelica/declarations/DeclareConstant3.mo.result.xml Removing testsuite/flattening/modelica/declarations/Discrete1.mo.result.xml Removing testsuite/flattening/modelica/declarations/DiscreteDeclConnector.mo.result.xml Removing testsuite/flattening/modelica/declarations/DiscreteDeclRecord.mo.result.xml Removing testsuite/flattening/modelica/declarations/DiscreteDeclType.mo.result.xml Removing testsuite/flattening/modelica/declarations/DoubleClassDeclaration1.mo.result.xml Removing testsuite/flattening/modelica/declarations/DoubleClassDeclaration2.mo.result.xml Removing testsuite/flattening/modelica/declarations/DoubleDeclaration.mo.result.xml Removing testsuite/flattening/modelica/declarations/DoubleFuncDeclaration.mo.result.xml Removing testsuite/flattening/modelica/declarations/ErrorExternalModel.mo.result.xml Removing testsuite/flattening/modelica/declarations/ErrorRecursionLimit.mo.result.xml Removing testsuite/flattening/modelica/declarations/FloatingPoint.mo.result.xml Removing testsuite/flattening/modelica/declarations/FlowDeclConnector.mo.result.xml Removing testsuite/flattening/modelica/declarations/FlowDeclRecord.mo.result.xml Removing testsuite/flattening/modelica/declarations/FlowDeclRecord2.mo.result.xml Removing testsuite/flattening/modelica/declarations/FlowDeclType.mo.result.xml Removing testsuite/flattening/modelica/declarations/FunctionRestriction1.mo.result.xml Removing testsuite/flattening/modelica/declarations/FunctionRestriction2.mo.result.xml Removing testsuite/flattening/modelica/declarations/FunctionRestriction3.mo.result.xml Removing testsuite/flattening/modelica/declarations/FunctionRestriction4.mo.result.xml Removing testsuite/flattening/modelica/declarations/FunctionRestriction5.mo.result.xml Removing testsuite/flattening/modelica/declarations/FunctionRestriction6.mo.result.xml Removing testsuite/flattening/modelica/declarations/InputDeclConnector.mo.result.xml Removing testsuite/flattening/modelica/declarations/InputDeclRecord.mo.result.xml Removing testsuite/flattening/modelica/declarations/InputDeclType.mo.result.xml Removing testsuite/flattening/modelica/declarations/LhsIf.mo.result.xml Removing testsuite/flattening/modelica/declarations/MultipleDeclarations.mo.result.xml Removing testsuite/flattening/modelica/declarations/MyPointsInst1.mo.result.xml Removing testsuite/flattening/modelica/declarations/MyPointsInst2.mo.result.xml Removing testsuite/flattening/modelica/declarations/OutputDeclConnector.mo.result.xml Removing testsuite/flattening/modelica/declarations/OutputDeclRecord.mo.result.xml Removing testsuite/flattening/modelica/declarations/OutputDeclType.mo.result.xml Removing testsuite/flattening/modelica/declarations/PackageRestriction1.mo.result.xml Removing testsuite/flattening/modelica/declarations/PackageRestriction2.mo.result.xml Removing testsuite/flattening/modelica/declarations/PackageRestriction3.mo.result.xml Removing testsuite/flattening/modelica/declarations/ParameterDeclConnector.mo.result.xml Removing testsuite/flattening/modelica/declarations/ParameterDeclRecord.mo.result.xml Removing testsuite/flattening/modelica/declarations/ParameterDeclType.mo.result.xml Removing testsuite/flattening/modelica/declarations/RecordRestriction1.mo.result.xml Removing testsuite/flattening/modelica/declarations/RecordRestriction2.mo.result.xml Removing testsuite/flattening/modelica/declarations/RecordRestriction3.mo.result.xml Removing testsuite/flattening/modelica/declarations/ScalarizeBindings.mo.result.xml Removing testsuite/flattening/modelica/declarations/ScopeDeclaration1.mo.result.xml Removing testsuite/flattening/modelica/declarations/ScopeDeclaration2.mo.result.xml Removing testsuite/flattening/modelica/declarations/ScopeDeclaration3.mo.result.xml Removing testsuite/flattening/modelica/declarations/ScopeModification1.mo.result.xml Removing testsuite/flattening/modelica/declarations/ScopeModification2.mo.result.xml Removing testsuite/flattening/modelica/declarations/SimpleIntegrator1.mo.result.xml Removing testsuite/flattening/modelica/declarations/SimpleIntegrator2.mo.result.xml Removing testsuite/flattening/modelica/declarations/SimpleIntegrator3.mo.result.xml Removing testsuite/flattening/modelica/declarations/TestPackageConstantHandling.mo.result.xml Removing testsuite/flattening/modelica/declarations/Ticket4276a.mo.result.xml Removing testsuite/flattening/modelica/declarations/Ticket4276b.mo.result.xml Removing testsuite/flattening/modelica/declarations/TypeRestriction1.mo.result.xml Removing testsuite/flattening/modelica/declarations/TypeRestriction2.mo.result.xml Removing testsuite/flattening/modelica/declarations/TypeRestriction3.mo.result.xml Removing testsuite/flattening/modelica/enums/DerivedEnumDim.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum1.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum10.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum11.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum12.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum13.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum2.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum3.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum4.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum5.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum6.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum7.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum8.mo.result.xml Removing testsuite/flattening/modelica/enums/Enum9.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumArrayDimBinding.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumArrayMod1.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumConnectArray.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumDimSum.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumDuplicateLiteral.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumFor.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumFor2.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumFuncIf.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumFuncRel.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumInnerOuterDim.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumInvalidLiteral.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumMatrixProduct.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumRange.mo.result.xml Removing testsuite/flattening/modelica/enums/EnumRedeclaration.mo.result.xml Removing testsuite/flattening/modelica/equations/ActivateWhenEquation.mo.result.xml Removing testsuite/flattening/modelica/equations/BouncingBall.mo.result.xml Removing testsuite/flattening/modelica/equations/Bug4124.mos.result.xml Removing testsuite/flattening/modelica/equations/Circle.mo.result.xml Removing testsuite/flattening/modelica/equations/ConditionalArrayExpression1.mo.result.xml Removing testsuite/flattening/modelica/equations/ConditionalArrayExpression2.mo.result.xml Removing testsuite/flattening/modelica/equations/ConnectInNonParamIf.mo.result.xml Removing testsuite/flattening/modelica/equations/ConnectInWhen.mo.result.xml Removing testsuite/flattening/modelica/equations/DAEexample.mo.result.xml Removing testsuite/flattening/modelica/equations/EnumEquation1.mo.result.xml Removing testsuite/flattening/modelica/equations/Epidemics1.mo.result.xml Removing testsuite/flattening/modelica/equations/EqualityEquations.mo.result.xml Removing testsuite/flattening/modelica/equations/EqualityEquationsCorrect.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationCall.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationComponent1.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationComponent2.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationComponent3.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationComponent4.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationComponent5.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationFor1.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationFor2.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationFor3.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationFor4.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationFor5.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationFor6.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationFor7.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationIf1.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationIf2.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationIf3.mo.result.xml Removing testsuite/flattening/modelica/equations/EquationIf4.mo.result.xml Removing testsuite/flattening/modelica/equations/Equations.mo.result.xml Removing testsuite/flattening/modelica/equations/FiveForEquations.mo.result.xml Removing testsuite/flattening/modelica/equations/ForIf.mo.result.xml Removing testsuite/flattening/modelica/equations/HelloWorld.mo.result.xml Removing testsuite/flattening/modelica/equations/HideVariableForEquations.mo.result.xml Removing testsuite/flattening/modelica/equations/HydrogenIodide.mo.result.xml Removing testsuite/flattening/modelica/equations/IfEquation.mo.result.xml Removing testsuite/flattening/modelica/equations/InOutBool.mo.result.xml Removing testsuite/flattening/modelica/equations/InitialReduction.mo.result.xml Removing testsuite/flattening/modelica/equations/LotkaVolterra.mo.result.xml Removing testsuite/flattening/modelica/equations/ModifiedFiltersInSeries.mo.result.xml Removing testsuite/flattening/modelica/equations/SimplePeriodicSampler.mo.result.xml Removing testsuite/flattening/modelica/equations/Ticket4157.mos.fail_log Removing testsuite/flattening/modelica/equations/Ticket4157.mos.result.xml Removing testsuite/flattening/modelica/equations/TwoRateSampler.mo.result.xml Removing testsuite/flattening/modelica/equations/VanDerPol.mo.fail_log Removing testsuite/flattening/modelica/equations/VanDerPol.mo.result.xml Removing testsuite/flattening/modelica/equations/VariableRange.mo.result.xml Removing testsuite/flattening/modelica/equations/WatchDog1AlgorithmWhen.mo.result.xml Removing testsuite/flattening/modelica/equations/WatchDog2EquationWhen.mo.result.xml Removing testsuite/flattening/modelica/equations/WaveEquationSample.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenEquation.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenNestedEquation.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenNotInitial.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenNotValid.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenSemantics1.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenValidResult.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenVectorPredicateEquation.mo.result.xml Removing testsuite/flattening/modelica/equations/WhenWithArray.mo.result.xml Removing testsuite/flattening/modelica/expandable/ConnectorTest.mos.fail_log Removing testsuite/flattening/modelica/expandable/ConnectorTest.mos.result.xml Removing testsuite/flattening/modelica/expandable/ExpandableConnectors.mos.result.xml Removing testsuite/flattening/modelica/expandable/ExpandableVariableUsed.mo.result.xml Removing testsuite/flattening/modelica/expandable/TestModelTotal.mos.result.xml Removing testsuite/flattening/modelica/extends/AccessDemoIllegalMod.mo.result.xml Removing testsuite/flattening/modelica/extends/AccessDemoLegalMod.mo.result.xml Removing testsuite/flattening/modelica/extends/ColoredPointLegalMod.mo.result.xml Removing testsuite/flattening/modelica/extends/Colors.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends1.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends10.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends11.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends12.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends13.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends2.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends3.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends4.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends5.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends6.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends7.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends8.mo.result.xml Removing testsuite/flattening/modelica/extends/Extends9.mo.result.xml Removing testsuite/flattening/modelica/extends/ExtendsModWithImport.mo.result.xml Removing testsuite/flattening/modelica/extends/ExtendsVisibility.mo.result.xml Removing testsuite/flattening/modelica/extends/IdenticalEquations.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritanceClassMod.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritanceDiamond.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritanceMultiple.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritanceProtected.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritancePublic.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritanceSeveral.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritanceSimple.mo.result.xml Removing testsuite/flattening/modelica/extends/InheritedFullyQualifiedName.mo.result.xml Removing testsuite/flattening/modelica/extends/InvalidComponentExtends1.mo.result.xml Removing testsuite/flattening/modelica/extends/InvalidComponentExtends2.mo.result.xml Removing testsuite/flattening/modelica/extends/InvalidInheritedExtends1.mo.result.xml Removing testsuite/flattening/modelica/extends/InvalidInheritedExtends2.mo.result.xml Removing testsuite/flattening/modelica/extends/MicroCircuitInvalid.mo.result.xml Removing testsuite/flattening/modelica/extends/MoonLanding.mo.result.xml Removing testsuite/flattening/modelica/extends/OneArgBaseFunction.mo.result.xml Removing testsuite/flattening/modelica/extends/ShortClassdefExtends1.mo.result.xml Removing testsuite/flattening/modelica/extends/ShortClassdefExtends2.mo.result.xml Removing testsuite/flattening/modelica/extends/SimpleInheritance.mo.result.xml Removing testsuite/flattening/modelica/extends/StepAdvanced.mo.result.xml Removing testsuite/flattening/modelica/extends/TempDepResistorCircuit.mo.result.xml Removing testsuite/flattening/modelica/extends/TempDepResistorCircuitInherited.mo.result.xml Removing testsuite/flattening/modelica/external-functions/AddReal1.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunction1.mo.fail_log Removing testsuite/flattening/modelica/external-functions/ExternalFunction1.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunction2.mo.fail_log Removing testsuite/flattening/modelica/external-functions/ExternalFunction2.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunction3.mo.fail_log Removing testsuite/flattening/modelica/external-functions/ExternalFunction3.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunction4.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunction5.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunction6.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunction8.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunctionAnno.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunctionArray.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunctionBuiltin.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunctionExtends.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalFunctionInvalidArg.mo.result.xml Removing testsuite/flattening/modelica/external-functions/ExternalObjectMod.mo.result.xml Removing testsuite/flattening/modelica/external-functions/InvalidExternalObject1.mo.result.xml Removing testsuite/flattening/modelica/external-objects/ExternalObjectSize1.mos.result.xml Removing testsuite/flattening/modelica/external-objects/testExternalObject.mo.result.xml Removing testsuite/flattening/modelica/ffi/ArrayResult1.mos.result.xml Removing testsuite/flattening/modelica/ffi/Boolean1.mos.result.xml Removing testsuite/flattening/modelica/ffi/Boolean2.mos.result.xml Removing testsuite/flattening/modelica/ffi/Enum1.mos.result.xml Removing testsuite/flattening/modelica/ffi/Enum2.mos.result.xml Removing testsuite/flattening/modelica/ffi/Enum3.mos.result.xml Removing testsuite/flattening/modelica/ffi/Exception1.mos.result.xml Removing testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc/FFITestLib.o Removing testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc/FFITestLibCpp.o Removing testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc/libFFITestLib.dll Removing testsuite/flattening/modelica/ffi/FFITest/Resources/Library/ Removing testsuite/flattening/modelica/ffi/Integer1.mos.result.xml Removing testsuite/flattening/modelica/ffi/Integer2.mos.result.xml Removing testsuite/flattening/modelica/ffi/MissingFunction1.mos.fail_log Removing testsuite/flattening/modelica/ffi/MissingFunction1.mos.result.xml Removing testsuite/flattening/modelica/ffi/ModelicaIO_readRealMatrix.mos.result.xml Removing testsuite/flattening/modelica/ffi/ModelicaInternal_countLines.mos.result.xml Removing testsuite/flattening/modelica/ffi/ModelicaStrings_scanInteger.mos.result.xml Removing testsuite/flattening/modelica/ffi/ModelicaStrings_scanReal.mos.result.xml Removing testsuite/flattening/modelica/ffi/ModelicaStrings_scanString.mos.result.xml Removing testsuite/flattening/modelica/ffi/OpenModelica_regex.mos.result.xml Removing testsuite/flattening/modelica/ffi/Real1.mos.result.xml Removing testsuite/flattening/modelica/ffi/Real2.mos.result.xml Removing testsuite/flattening/modelica/ffi/Real3.mos.result.xml Removing testsuite/flattening/modelica/ffi/RealArray1.mos.result.xml Removing testsuite/flattening/modelica/ffi/Record1.mos.result.xml Removing testsuite/flattening/modelica/ffi/Record2.mos.result.xml Removing testsuite/flattening/modelica/ffi/Record3.mos.result.xml Removing testsuite/flattening/modelica/ffi/Record4.mos.result.xml Removing testsuite/flattening/modelica/ffi/String1.mos.result.xml Removing testsuite/flattening/modelica/ffi/String2.mos.result.xml Removing testsuite/flattening/modelica/ffi/StringArray1.mos.result.xml Removing testsuite/flattening/modelica/modification/ArrayModTypeError.mo.result.xml Removing testsuite/flattening/modelica/modification/ArrayModTypeError2.mo.result.xml Removing testsuite/flattening/modelica/modification/ArrayModif.mo.result.xml Removing testsuite/flattening/modelica/modification/Bug3817.mos.fail_log Removing testsuite/flattening/modelica/modification/Bug3817.mos.result.xml Removing testsuite/flattening/modelica/modification/DisturbedResistance1.mo.result.xml Removing testsuite/flattening/modelica/modification/DisturbedResistance3.mo.result.xml Removing testsuite/flattening/modelica/modification/DisturbedResistance4.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateBaseTypeMod.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateMod1.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateMod2.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateMod3.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateMod4.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateMod5.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateMod6.mo.result.xml Removing testsuite/flattening/modelica/modification/DuplicateMod7.mo.result.xml Removing testsuite/flattening/modelica/modification/FinalMod1.mo.result.xml Removing testsuite/flattening/modelica/modification/FinalParameterModification.mo.result.xml Removing testsuite/flattening/modelica/modification/FixedFalse.mo.result.xml Removing testsuite/flattening/modelica/modification/MissingModifiers.mo.result.xml Removing testsuite/flattening/modelica/modification/MissingModifiersPackages.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification1.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification10.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification11.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification12.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification13.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification14.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification15.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification16.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification17.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification2.mo.fail_log Removing testsuite/flattening/modelica/modification/Modification2.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification3.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification4.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification5.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification6.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification7.mo.result.xml Removing testsuite/flattening/modelica/modification/Modification8.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifierClass.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifierExtends.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifierProblem.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifierRedeclare.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifierSubModMerging1.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifierTypeError.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifierVariable.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifyConstant4.mo.fail_log Removing testsuite/flattening/modelica/modification/ModifyConstant4.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifyConstant5.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifyFunction1.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifyUnknown1.mo.result.xml Removing testsuite/flattening/modelica/modification/ModifyUnknown2.mo.result.xml Removing testsuite/flattening/modelica/modification/Overwriting1.mo.result.xml Removing testsuite/flattening/modelica/modification/Overwriting2.mo.result.xml Removing testsuite/flattening/modelica/modification/Shadow1.mo.result.xml Removing testsuite/flattening/modelica/modification/TestMissingModifiers.mos.result.xml Removing testsuite/flattening/modelica/modification/TupleFuncMod.mo.result.xml Removing testsuite/flattening/modelica/modification/UsertypeArrayMod.mo.result.xml Removing testsuite/flattening/modelica/modification/UsertypeModifications.mo.result.xml Removing testsuite/flattening/modelica/modification/modifyOuter.mo.result.xml Removing testsuite/flattening/modelica/modification/modifyOuter2.mo.result.xml Removing testsuite/flattening/modelica/mosfiles/AIMC_DOL.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/Array1.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/BaseClass1.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ComplexConnect.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/DuplicateDefinition.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/DuplicateFunctions.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/EnzMM.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ErrorFunctionCallNumArgs.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ErrorSimPackage.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ExtendsOrder.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ExternalFunctionResultOrder.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ExternalLibraryFunction.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/ExternalLibraryFunction.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/FinalTests.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/FuncNamespace.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/FunctionDefaultArg.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/GroupImport.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ISO-8859-1.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/IntAddSubOverflow.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/IntDivOverflow.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/IntMulOverflow.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/IntPowOverflow.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/LeastSquares.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/LeastSquares.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/LookupBuiltin.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/LookupPackageFail.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/Model1.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/Model1.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/Model2.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/Model2.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ModifierProblem.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ModifierVariabilityError.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/NotbasicType.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/NotbasicType2.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/OverloadingFunc.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/QuotedFunction.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/QuotedIdentifier.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/QuotedIdentifier.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/QuotedIdentifierCSV.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/QuotedIdentifierCSV.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/Return.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/StringArrayReturn.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/StringArrayReturn.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/TestLoadModel.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/TestLoadModel.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/TransformerYY.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/UnpOpPrecedence.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/UnusedVariable.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/WhileStatement.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/WhileStatementIllegal.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ZeroDims.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/ZeroRange.mos.fail_log Removing testsuite/flattening/modelica/mosfiles/ZeroRange.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/cat.mos.result.xml Removing testsuite/flattening/modelica/mosfiles/vaporizing.mos.result.xml Removing testsuite/flattening/modelica/msl/BC1.mo.result.xml Removing testsuite/flattening/modelica/msl/BC10.mo.result.xml Removing testsuite/flattening/modelica/msl/BC11.mo.result.xml Removing testsuite/flattening/modelica/msl/BC2.mo.result.xml Removing testsuite/flattening/modelica/msl/BC3.mo.result.xml Removing testsuite/flattening/modelica/msl/BC4.mo.result.xml Removing testsuite/flattening/modelica/msl/BC5.mo.result.xml Removing testsuite/flattening/modelica/msl/BC6.mo.result.xml Removing testsuite/flattening/modelica/msl/BC7.mo.result.xml Removing testsuite/flattening/modelica/msl/BC8.mo.result.xml Removing testsuite/flattening/modelica/msl/BC9.mo.result.xml Removing testsuite/flattening/modelica/msl/BM1.mo.result.xml Removing testsuite/flattening/modelica/msl/BM10.mo.result.xml Removing testsuite/flattening/modelica/msl/BM11.mo.result.xml Removing testsuite/flattening/modelica/msl/BM12.mo.result.xml Removing testsuite/flattening/modelica/msl/BM13.mo.result.xml Removing testsuite/flattening/modelica/msl/BM14.mo.result.xml Removing testsuite/flattening/modelica/msl/BM15.mo.result.xml Removing testsuite/flattening/modelica/msl/BM16.mo.result.xml Removing testsuite/flattening/modelica/msl/BM17.mo.result.xml Removing testsuite/flattening/modelica/msl/BM18.mo.result.xml Removing testsuite/flattening/modelica/msl/BM19.mo.result.xml Removing testsuite/flattening/modelica/msl/BM2.mo.result.xml Removing testsuite/flattening/modelica/msl/BM20.mo.result.xml Removing testsuite/flattening/modelica/msl/BM21.mo.result.xml Removing testsuite/flattening/modelica/msl/BM22.mo.result.xml Removing testsuite/flattening/modelica/msl/BM23.mo.result.xml Removing testsuite/flattening/modelica/msl/BM24.mo.result.xml Removing testsuite/flattening/modelica/msl/BM25.mo.result.xml Removing testsuite/flattening/modelica/msl/BM26.mo.result.xml Removing testsuite/flattening/modelica/msl/BM27.mo.result.xml Removing testsuite/flattening/modelica/msl/BM28.mo.result.xml Removing testsuite/flattening/modelica/msl/BM3.mo.result.xml Removing testsuite/flattening/modelica/msl/BM4.mo.result.xml Removing testsuite/flattening/modelica/msl/BM5.mo.result.xml Removing testsuite/flattening/modelica/msl/BM6.mo.result.xml Removing testsuite/flattening/modelica/msl/BM7.mo.result.xml Removing testsuite/flattening/modelica/msl/BM8.mo.result.xml Removing testsuite/flattening/modelica/msl/BM9.mo.result.xml Removing testsuite/flattening/modelica/msl/BN1.mo.result.xml Removing testsuite/flattening/modelica/msl/BN2.mo.result.xml Removing testsuite/flattening/modelica/msl/BN3.mo.result.xml Removing testsuite/flattening/modelica/msl/BS1.mo.result.xml Removing testsuite/flattening/modelica/msl/BS10.mo.result.xml Removing testsuite/flattening/modelica/msl/BS11.mo.result.xml Removing testsuite/flattening/modelica/msl/BS12.mo.result.xml Removing testsuite/flattening/modelica/msl/BS13.mo.result.xml Removing testsuite/flattening/modelica/msl/BS14.mo.result.xml Removing testsuite/flattening/modelica/msl/BS15.mo.result.xml Removing testsuite/flattening/modelica/msl/BS16.mo.result.xml Removing testsuite/flattening/modelica/msl/BS17.mo.result.xml Removing testsuite/flattening/modelica/msl/BS2.mo.result.xml Removing testsuite/flattening/modelica/msl/BS3.mo.result.xml Removing testsuite/flattening/modelica/msl/BS4.mo.result.xml Removing testsuite/flattening/modelica/msl/BS5.mo.result.xml Removing testsuite/flattening/modelica/msl/BS6.mo.result.xml Removing testsuite/flattening/modelica/msl/BS7.mo.result.xml Removing testsuite/flattening/modelica/msl/BS8.mo.result.xml Removing testsuite/flattening/modelica/msl/BS9.mo.result.xml Removing testsuite/flattening/modelica/msl/Gear.mo.result.xml Removing testsuite/flattening/modelica/operators/And.mo.result.xml Removing testsuite/flattening/modelica/operators/Cardinality.mo.result.xml Removing testsuite/flattening/modelica/operators/Cardinality3.mo.result.xml Removing testsuite/flattening/modelica/operators/CardinalityArray.mo.result.xml Removing testsuite/flattening/modelica/operators/Cat1.mo.result.xml Removing testsuite/flattening/modelica/operators/CondOperators.mo.result.xml Removing testsuite/flattening/modelica/operators/ConstantLogicalRelations.mo.result.xml Removing testsuite/flattening/modelica/operators/Equals.mo.result.xml Removing testsuite/flattening/modelica/operators/Expressions.mo.result.xml Removing testsuite/flattening/modelica/operators/GreaterThan.mo.result.xml Removing testsuite/flattening/modelica/operators/GreaterThanEqual.mo.result.xml Removing testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid1.mo.result.xml Removing testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid2.mo.result.xml Removing testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid3.mo.result.xml Removing testsuite/flattening/modelica/operators/ImplicitRangeReductionInvalid4.mo.result.xml Removing testsuite/flattening/modelica/operators/ImplicitRangeReductions.mo.result.xml Removing testsuite/flattening/modelica/operators/IntAdd.mo.result.xml Removing testsuite/flattening/modelica/operators/IntDiv.mo.result.xml Removing testsuite/flattening/modelica/operators/IntMul.mo.result.xml Removing testsuite/flattening/modelica/operators/IntPow.mo.result.xml Removing testsuite/flattening/modelica/operators/IntSub.mo.result.xml Removing testsuite/flattening/modelica/operators/LessThan.mo.result.xml Removing testsuite/flattening/modelica/operators/LessThanEqual.mo.result.xml Removing testsuite/flattening/modelica/operators/NoEvent1.mo.result.xml Removing testsuite/flattening/modelica/operators/NonConstantReduction.mo.result.xml Removing testsuite/flattening/modelica/operators/Not.mo.result.xml Removing testsuite/flattening/modelica/operators/NotEquals.mo.result.xml Removing testsuite/flattening/modelica/operators/OperatorComponents.mo.result.xml Removing testsuite/flattening/modelica/operators/OperatorFunction1.mo.result.xml Removing testsuite/flattening/modelica/operators/OperatorSimple.mo.result.xml Removing testsuite/flattening/modelica/operators/Operators.mo.result.xml Removing testsuite/flattening/modelica/operators/OperatorsTuples.mo.result.xml Removing testsuite/flattening/modelica/operators/Or.mo.fail_log Removing testsuite/flattening/modelica/operators/Or.mo.result.xml Removing testsuite/flattening/modelica/operators/RealAdd.mo.result.xml Removing testsuite/flattening/modelica/operators/RealAddEw.mo.result.xml Removing testsuite/flattening/modelica/operators/RealDiv.mo.result.xml Removing testsuite/flattening/modelica/operators/RealDivEw.mo.result.xml Removing testsuite/flattening/modelica/operators/RealMul.mo.result.xml Removing testsuite/flattening/modelica/operators/RealMulEw.mo.result.xml Removing testsuite/flattening/modelica/operators/RealPow.mo.result.xml Removing testsuite/flattening/modelica/operators/RealPow2.mo.result.xml Removing testsuite/flattening/modelica/operators/RealPowEw.mo.result.xml Removing testsuite/flattening/modelica/operators/RealSub.mo.result.xml Removing testsuite/flattening/modelica/operators/RealSubEw.mo.result.xml Removing testsuite/flattening/modelica/operators/Reductions.mo.result.xml Removing testsuite/flattening/modelica/operators/ReinitArray.mo.result.xml Removing testsuite/flattening/modelica/operators/ReinitInvalidType.mo.result.xml Removing testsuite/flattening/modelica/operators/ReinitInvalidType2.mo.result.xml Removing testsuite/flattening/modelica/operators/ReinitInvalidType3.mo.result.xml Removing testsuite/flattening/modelica/operators/Terminal1.mo.result.xml Removing testsuite/flattening/modelica/operators/Terminal2.mo.result.xml Removing testsuite/flattening/modelica/operators/reinit.mo.result.xml Removing testsuite/flattening/modelica/others/BoolArrayTest.mo.result.xml Removing testsuite/flattening/modelica/others/BooleanDim.mo.result.xml Removing testsuite/flattening/modelica/others/BooleanEnumDims.mo.result.xml Removing testsuite/flattening/modelica/others/BooleanLiterals.mo.result.xml Removing testsuite/flattening/modelica/others/BooleanRanges.mo.fail_log Removing testsuite/flattening/modelica/others/BooleanRanges.mo.result.xml Removing testsuite/flattening/modelica/others/CheckInstantiationLimit.mo.result.xml Removing testsuite/flattening/modelica/others/Circuit1.mo.result.xml Removing testsuite/flattening/modelica/others/Class1.mo.result.xml Removing testsuite/flattening/modelica/others/Class2.mo.result.xml Removing testsuite/flattening/modelica/others/Comment1.mo.result.xml Removing testsuite/flattening/modelica/others/Comment2.mo.result.xml Removing testsuite/flattening/modelica/others/ComponentNames.mo.result.xml Removing testsuite/flattening/modelica/others/ComponentNames2.mo.result.xml Removing testsuite/flattening/modelica/others/ComponentNamesRedecl.mo.result.xml Removing testsuite/flattening/modelica/others/ConditionalComponent.mo.result.xml Removing testsuite/flattening/modelica/others/CyclicBindingConditional.mo.fail_log Removing testsuite/flattening/modelica/others/CyclicBindingConditional.mo.result.xml Removing testsuite/flattening/modelica/others/CyclicBindingConst.mo.result.xml Removing testsuite/flattening/modelica/others/CyclicBindingParam.mo.result.xml Removing testsuite/flattening/modelica/others/Derivative1.mo.result.xml Removing testsuite/flattening/modelica/others/DiagonalBlock.mo.result.xml Removing testsuite/flattening/modelica/others/DocString.mo.result.xml Removing testsuite/flattening/modelica/others/DotOperator.mo.result.xml Removing testsuite/flattening/modelica/others/DuplicateElements.mo.result.xml Removing testsuite/flattening/modelica/others/DuplicateElementsExtends.mo.result.xml Removing testsuite/flattening/modelica/others/DuplicateElementsExtendsEquivalent.mo.result.xml Removing testsuite/flattening/modelica/others/DuplicateElementsNonEquivalent.mo.result.xml Removing testsuite/flattening/modelica/others/Each1.mo.result.xml Removing testsuite/flattening/modelica/others/End.mo.result.xml Removing testsuite/flattening/modelica/others/EndIllegal.mo.result.xml Removing testsuite/flattening/modelica/others/EndUnknown.mo.result.xml Removing testsuite/flattening/modelica/others/ExtObjError.mo.result.xml Removing testsuite/flattening/modelica/others/ExtObjError2.mo.result.xml Removing testsuite/flattening/modelica/others/FaultNonPropagation.mo.result.xml Removing testsuite/flattening/modelica/others/FlexibleShaftNonLinearTotal.mo.result.xml Removing testsuite/flattening/modelica/others/FlowInvalid1.mo.result.xml Removing testsuite/flattening/modelica/others/ForIterator1.mo.result.xml Removing testsuite/flattening/modelica/others/ForIterator2.mo.result.xml Removing testsuite/flattening/modelica/others/ForIterator3.mo.result.xml Removing testsuite/flattening/modelica/others/ForceAndTorque.mo.result.xml Removing testsuite/flattening/modelica/others/GetInstanceName.mo.result.xml Removing testsuite/flattening/modelica/others/HideResult1.mo.result.xml Removing testsuite/flattening/modelica/others/Homotopy.mos.result.xml Removing testsuite/flattening/modelica/others/IconsRecursiveTest.mo.result.xml Removing testsuite/flattening/modelica/others/IfExpCombiTable1.mo.result.xml Removing testsuite/flattening/modelica/others/IfExpCombiTable2.mo.result.xml Removing testsuite/flattening/modelica/others/IllegalSubscript.mo.result.xml Removing testsuite/flattening/modelica/others/Influenza.mo.result.xml Removing testsuite/flattening/modelica/others/InvertedPendulumTotal.mo.fail_log Removing testsuite/flattening/modelica/others/InvertedPendulumTotal.mo.result.xml Removing testsuite/flattening/modelica/others/ModelAccess.mo.result.xml Removing testsuite/flattening/modelica/others/ModelSimple.mo.result.xml Removing testsuite/flattening/modelica/others/NamedArguments.mo.result.xml Removing testsuite/flattening/modelica/others/NestedClasses.mo.result.xml Removing testsuite/flattening/modelica/others/NonfixedParamSubscript.mo.result.xml Removing testsuite/flattening/modelica/others/NotDependsRecursive.mo.result.xml Removing testsuite/flattening/modelica/others/OverrideFinalTest.mo.result.xml Removing testsuite/flattening/modelica/others/PDEModelicaTest.mos.result.xml Removing testsuite/flattening/modelica/others/PEXPipeTotal.mo.result.xml Removing testsuite/flattening/modelica/others/Partial1.mo.result.xml Removing testsuite/flattening/modelica/others/Philosopher.mo.result.xml Removing testsuite/flattening/modelica/others/Philosopher2.mo.result.xml Removing testsuite/flattening/modelica/others/Protected1.mo.result.xml Removing testsuite/flattening/modelica/others/ProtectedAccess.mo.result.xml Removing testsuite/flattening/modelica/others/ProtectedAccess2.mo.result.xml Removing testsuite/flattening/modelica/others/PublicAccess.mo.result.xml Removing testsuite/flattening/modelica/others/RecursiveDefinition.mo.result.xml Removing testsuite/flattening/modelica/others/RecursiveShort.mo.result.xml Removing testsuite/flattening/modelica/others/ReturnError.mo.result.xml Removing testsuite/flattening/modelica/others/SampleError.mo.result.xml Removing testsuite/flattening/modelica/others/Sequence.mo.result.xml Removing testsuite/flattening/modelica/others/ShortClassDef.mo.result.xml Removing testsuite/flattening/modelica/others/Simplify.mo.result.xml Removing testsuite/flattening/modelica/others/Simplify2.mo.result.xml Removing testsuite/flattening/modelica/others/SimplifyAbs.mo.result.xml Removing testsuite/flattening/modelica/others/SimplifyBinary.mo.result.xml Removing testsuite/flattening/modelica/others/SimplifyInteger1.mo.result.xml Removing testsuite/flattening/modelica/others/SimplifyRangeInCall.mo.result.xml Removing testsuite/flattening/modelica/others/SmallLinsys.mo.result.xml Removing testsuite/flattening/modelica/others/Splice.mo.result.xml Removing testsuite/flattening/modelica/others/SpliceUnknownDest.mo.result.xml Removing testsuite/flattening/modelica/others/StringBoolean.mo.result.xml Removing testsuite/flattening/modelica/others/StringConcatenation.mo.result.xml Removing testsuite/flattening/modelica/others/StringConversion.mo.result.xml Removing testsuite/flattening/modelica/others/StringInteger.mo.result.xml Removing testsuite/flattening/modelica/others/StringLiterals.mo.result.xml Removing testsuite/flattening/modelica/others/StringPool.mo.fail_log Removing testsuite/flattening/modelica/others/StringPool.mo.result.xml Removing testsuite/flattening/modelica/others/StringReal.mo.result.xml Removing testsuite/flattening/modelica/others/StructuralParameter1.mo.result.xml Removing testsuite/flattening/modelica/others/SubScript1.mo.result.xml Removing testsuite/flattening/modelica/others/SubScript2.mo.result.xml Removing testsuite/flattening/modelica/others/SubScript3.mo.result.xml Removing testsuite/flattening/modelica/others/SubscriptEval.mo.result.xml Removing testsuite/flattening/modelica/others/Switch.mo.result.xml Removing testsuite/flattening/modelica/others/TestEnumAsInteger.mos.result.xml Removing testsuite/flattening/modelica/others/TestTopLevelOuter.mos.result.xml Removing testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos.result.xml Removing testsuite/flattening/modelica/others/VectorizeExtendedType.mo.result.xml Removing testsuite/flattening/modelica/others/WillowForest.mo.result.xml Removing testsuite/flattening/modelica/others/if_then_elseif_else.mo.result.xml Removing testsuite/flattening/modelica/others/prtest.mo.result.xml Removing testsuite/flattening/modelica/packages/ComplexNumbers.mo.result.xml Removing testsuite/flattening/modelica/packages/Encapsulated1.mo.result.xml Removing testsuite/flattening/modelica/packages/Encapsulated2.mo.result.xml Removing testsuite/flattening/modelica/packages/Encapsulated3.mo.result.xml Removing testsuite/flattening/modelica/packages/Encapsulated4.mo.result.xml Removing testsuite/flattening/modelica/packages/Import1.mo.result.xml Removing testsuite/flattening/modelica/packages/Import2.mo.result.xml Removing testsuite/flattening/modelica/packages/Import3.mo.result.xml Removing testsuite/flattening/modelica/packages/Import4.mo.result.xml Removing testsuite/flattening/modelica/packages/Import5.mo.result.xml Removing testsuite/flattening/modelica/packages/Import6.mo.result.xml Removing testsuite/flattening/modelica/packages/Import7.mo.result.xml Removing testsuite/flattening/modelica/packages/ImportSelf1.mo.result.xml Removing testsuite/flattening/modelica/packages/PackageComponents.mo.result.xml Removing testsuite/flattening/modelica/packages/PackageIllegal.mo.result.xml Removing testsuite/flattening/modelica/packages/PackageParameter.mo.result.xml Removing testsuite/flattening/modelica/packages/PackageSimple.mo.result.xml Removing testsuite/flattening/modelica/packages/package-s-1.mo.result.xml Removing testsuite/flattening/modelica/packages/packages1.mo.result.xml Removing testsuite/flattening/modelica/packages/packages2.mo.result.xml Removing testsuite/flattening/modelica/records/ComplexBinding1.mo.result.xml Removing testsuite/flattening/modelica/records/DefaultRecordParameters.mo.result.xml Removing testsuite/flattening/modelica/records/Derived1.mo.result.xml Removing testsuite/flattening/modelica/records/Derived2.mo.result.xml Removing testsuite/flattening/modelica/records/EmptyRecordTestConstructor.mos.fail_log Removing testsuite/flattening/modelica/records/EmptyRecordTestConstructor.mos.result.xml Removing testsuite/flattening/modelica/records/EmptyRecordTestInput.mos.result.xml Removing testsuite/flattening/modelica/records/EngineSAAB95Total.mo.result.xml Removing testsuite/flattening/modelica/records/IntegerRealCast.mo.result.xml Removing testsuite/flattening/modelica/records/NestedRecordTestConstructor.mos.fail_log Removing testsuite/flattening/modelica/records/NestedRecordTestConstructor.mos.result.xml Removing testsuite/flattening/modelica/records/NestedRecordTestInput.mos.result.xml Removing testsuite/flattening/modelica/records/OperatorOverloadComplex.mo.result.xml Removing testsuite/flattening/modelica/records/OperatorOverloadComplexArray.mo.result.xml Removing testsuite/flattening/modelica/records/Record1.mo.result.xml Removing testsuite/flattening/modelica/records/RecordAssignment.mo.result.xml Removing testsuite/flattening/modelica/records/RecordBindingsOrdered.mo.result.xml Removing testsuite/flattening/modelica/records/RecordClassModOutput.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConnections.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConstant1.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConstant2.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConstant3.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConstant4.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConstructorVectorization.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConstructors.mo.result.xml Removing testsuite/flattening/modelica/records/RecordConstructors2.mo.result.xml Removing testsuite/flattening/modelica/records/RecordDefaultArg.mo.result.xml Removing testsuite/flattening/modelica/records/RecordDefaultArgMod.mo.result.xml Removing testsuite/flattening/modelica/records/RecordEnumBinding.mo.result.xml Removing testsuite/flattening/modelica/records/RecordEquationSize.mos.result.xml Removing testsuite/flattening/modelica/records/RecordFuncParam.mo.result.xml Removing testsuite/flattening/modelica/records/RecordFuncParam.mos.fail_log Removing testsuite/flattening/modelica/records/RecordFuncParam.mos.result.xml Removing testsuite/flattening/modelica/records/RecordModifications2.mo.result.xml Removing testsuite/flattening/modelica/records/RecordNonPublic.mo.result.xml Removing testsuite/flattening/modelica/records/RecordParameters.mos.result.xml Removing testsuite/flattening/modelica/records/RecordSimple.mo.result.xml Removing testsuite/flattening/modelica/records/RecordSliceAssign.mo.fail_log Removing testsuite/flattening/modelica/records/RecordSliceAssign.mo.result.xml Removing testsuite/flattening/modelica/records/RecordVariability.mo.result.xml Removing testsuite/flattening/modelica/records/SimpleRecordTestConstructor.mos.fail_log Removing testsuite/flattening/modelica/records/SimpleRecordTestConstructor.mos.result.xml Removing testsuite/flattening/modelica/records/SimpleRecordTestInput.mos.result.xml Removing testsuite/flattening/modelica/redeclare/AttributesPropagation.mo.result.xml Removing testsuite/flattening/modelica/redeclare/BranchingDynamicPipes.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Bug2695.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Bug2727.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Bug2784.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Bug3239.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ClassExtends1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ClassExtends2.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ClassExtends3.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ClassExtends4.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ClassExtends5.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ClassExtends6.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ClassExtendsInvalid2.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ComparePSD.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ConstantRedeclareModifier.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ConstrainedByMods.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Dependency.mos.result.xml Removing testsuite/flattening/modelica/redeclare/DuplicateRedeclares1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/DuplicateRedeclares2.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ExtendsDerived.mo.result.xml Removing testsuite/flattening/modelica/redeclare/FinalRedeclareModifier.mo.result.xml Removing testsuite/flattening/modelica/redeclare/FinalRedeclareModifier2.mo.result.xml Removing testsuite/flattening/modelica/redeclare/IgnoreReplaceable.mo.result.xml Removing testsuite/flattening/modelica/redeclare/ModifiersPriority.mo.result.xml Removing testsuite/flattening/modelica/redeclare/NonexistentElementRedeclare1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/NonexistentElementRedeclare2.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RDCL.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Redeclare1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Redeclare2.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Redeclare3.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Redeclare4.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Redeclare5.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Redeclare6.mo.result.xml Removing testsuite/flattening/modelica/redeclare/Redeclare6.mos.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareArrayComponent1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareBaseClass1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareClass1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareClass4.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareComponentInvalidDims1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareElementCondition.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareFlowEffort.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareFunction.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareFunction1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareFunctionSameType.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareInClassModification.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareLocalClass.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareModifierInvalid1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareModifierInvalid2.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareNoCC1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareRecordComponent1.mo.result.xml Removing testsuite/flattening/modelica/redeclare/RedeclareVisibility.mo.result.xml Removing testsuite/flattening/modelica/redeclare/TestPackageInheritance.mos.result.xml Removing testsuite/flattening/modelica/scodeinst/ActualStream.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ActualStreamMinMax1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ActualStreamMinMax2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ActualStreamNoStream1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ActualStreamNonCref1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ActualStreamVariability1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ActualStreamVariability2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Algorithm1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Algorithm2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Algorithm3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayBounds1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayBounds2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayBounds3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayBoundsAlg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayBoundsBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayBoundsEq1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayBoundsEq2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConnect1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConnect2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConnect3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConnect4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConnect5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConstructorComplex1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConstructorRecord1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayConstructorRecord2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ArrayEquation1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Assert1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Assert2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Assert3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Assert4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssertInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssertInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssertInvalid3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssertInvalid4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssignConstant1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssignInput1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssignModel1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssignPackage1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/AssignParameter1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Binding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingArray9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingInvalidType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingInvalidType3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingInvalidType4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BindingInvalidType5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BooleanDim.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Break1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Break2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BreakModifier1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BreakModifier2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BreakModifier3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute14.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute15.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute16.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute17.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute18.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute19.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute20.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute21.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute22.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute23.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute24.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute25.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute26.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinAttribute9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinLookup1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinTime.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/BuiltinTimeSubscripted.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/BuiltinTimeSubscripted.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Cardinality1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Cardinality2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Cardinality3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Cardinality4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CardinalityInvalidArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CardinalityInvalidArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CardinalityInvalidContext1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CardinalityInvalidContext2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalAbs1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalAcos1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalAcos2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalAdd1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalArray1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalArrayConstant1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalArrayConstant2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalArrayConstant3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalArrayConstructor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalArrayConstructor2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalAsin1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalAtan1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalAtan21.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalBinding9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalCeil1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalConstant1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalCos1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalCosh1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalCross1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalDer1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalDer2.mo_temp3744/ Removing testsuite/flattening/modelica/scodeinst/CevalDiagonal1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalDiv1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalExp1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFill1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFloor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFunc1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncArray1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncArray2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncArray3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncArray4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncArray5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncArray6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncAssert1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncAssert2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/CevalFuncAssert2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncFor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncFor2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncIf1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncRecord1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncRecord2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncRecord5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncRecord6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncRecord7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncRecursive1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncRecursive2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncSubscript1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncSubscript2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncWhile1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalFuncWhile2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalIdentity1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalIf1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalInteger1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalIntegerEnum1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalLinspace1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalLog1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalLog101.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalLog102.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalLog2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalLogical1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMatrix1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMatrixPow1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMatrixProduct1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMatrixVectorMul1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMax1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMax2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMin1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMin2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalMul1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalNoEvent1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalOnes1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalProduct1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecord1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecord2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecord3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecord4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecord5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecord6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecord7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRecordArray9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalReduction1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/CevalReduction1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalReduction2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRelation1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalRem1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalScalar1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalSign1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalSin1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalSinh1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalSkew1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalSqrt1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalString1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalSub1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalSum1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalTan1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalTanh1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalTranspose1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalVector1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalVectorMatrixMul1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalVectorProduct1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CevalZeros1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassAsComponentError.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassAttributes1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassAttributes2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassAttributes3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassAttributes4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtends9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtendsBuiltin1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtendsBuiltin2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtendsBuiltin3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtendsMissing1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtendsMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassExtendsMod2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassMod2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassMod3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassMod4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassMod5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClassMod6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Clock1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Clock2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Clock3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Clock4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Clock5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Clock6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ClockConstructor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CombineSubscripts1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CombineSubscripts2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CombineSubscripts3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Comment1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/CompAsFunc.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ComponentAsTypeError.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ComponentAttributes1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ComponentAttributes2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Concatenation.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Concatenation2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Condition9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConditionInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConditionInvalidBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConditionInvalidBinding2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConditionInvalidContext1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConditionInvalidContext2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConditionInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Connect1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Connect2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Connect4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Connect5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectAlgorithm.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectArrays1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectArrays2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectArrays3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectArrays4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectArraysInvalidSubscript1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectComplex1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectComplexFlow1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectDiffOrder1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectDiffOrder2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectExtendsBuiltin1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectExternalObject1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectInitial.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectInvalidForm1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectInvalidType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectNonConnector1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectNonConnector2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectNonConnector3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectNonConnector4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectNonConnector5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectNonConnector6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConnectStream1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstantConnector1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstantConnector2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstantConnector3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstrainingClass1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstrainingClass2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstrainingClass3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstrainingClassFunc1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ConstrainingClassFunc2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DerivedRootClass1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimCyclic1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimCyclic2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimCyclic3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimCyclic4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimInvalidExp1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimInvalidExp2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimInvalidExp3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimInvalidType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimNegative1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimNegative2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimRagged1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimRagged2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimSize1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimSize2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimSize3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimSize4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimSize5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown14.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown15.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown6.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/DimUnknown6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DimUnknown9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DumpFlatModel1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElements9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElementsValid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateElementsValid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateMod2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateMod3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateMod4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/DuplicateMod5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Each1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Each2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Each3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Each4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Each5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Each6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EmptyArray1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EmptyArray2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EmptyArray3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Encapsulated1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Encapsulated2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EncapsulatingInst1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/End1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/End2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/End3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/End4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/End5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EndInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EndInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EnumConversion1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EnumConversion2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EnumConversion3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EnumInvalidLiteralName1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EnumRangeBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EnumUnspecified1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EqualityConstraint1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EqualityConstraint2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EqualityConstraint3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EquationInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EvaluateAllParams.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/EvaluateAllParams.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EvaluateAllParams2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/EvaluateFalse1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnector9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorComplex1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorFlow1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorFlow2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorNonDecl1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorNonDecl2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorNonDecl3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorNonDecl4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorPresent1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExpandableConnectorPresent2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendConnector1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendImport1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendImport2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendInherited1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendReplaceable1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendReplaceable2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendReplaceable3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendReplaceable4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendSections.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendSelf1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendSelf2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendSelf3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Extends1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Extends2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/Extends2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Extends3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Extends4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Extends5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsLoop1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsShort1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsShort2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsShort3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsVisibility1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsVisibility2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsVisibility3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsVisibility4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExtendsVisibility5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalBuiltin1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalBuiltin2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionExplicit1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionExplicit2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionExplicit3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionImplicit1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionImplicit2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionImplicit3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionImplicit4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionInvalidArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionInvalidArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionInvalidLang1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalFunctionInvalidSection1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObject1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObject2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObject3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObject4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObject5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObject6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectInvalidElement1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectInvalidStructor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectMissingStructor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectReplaceable1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectStructorCall1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectStructorCall2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ExternalObjectVariability1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Final1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Final2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Final3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Final4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Final5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Final6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Final7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForConnect1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForConnect2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquation1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquation2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquation3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquation4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquation5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquation6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquation7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquationEnum1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquationEnum2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquationNonParam.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForEquationShadow1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForStatement1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForStatement2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForStatement3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForStatementArray.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForStatementNonVector.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ForStatementPrefix.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinAbs.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinBackSample1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinCeil.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinChange.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinCross.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinDelay.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinDer.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinDerInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinDerInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinDiagonal.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinDiv.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinEdge.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinEdge2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinFill.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinFill2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinFill3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinFloor.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinGetInstanceName.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinHold1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinHomotopy.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinIdentity.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinInitial1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinInitial2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinInteger.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinLinspace.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMath.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMatrix.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMatrixWrongType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMax.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMax.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMax2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMax2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMin.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMin.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMin2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMin2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinMod.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinNdims.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinNoClock1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinOnes.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinOuterProduct.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPotentialRoot1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPre.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPrevious4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinProduct.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPromote.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPromoteInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPure1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinPure2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinReduction.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinReduction.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinRem.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSample.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinScalar2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSemiLinear.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinShiftSample1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSign.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSize.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSkew.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSmooth.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSmoothNonParam.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSmoothWrongArgs1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSmoothWrongType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSmoothWrongType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSpatialDistribution.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSqrt.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSubSample1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSubSample2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSum.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSuperSample1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSuperSample2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSymmetric.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinSymmetric2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinTerminal1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinTerminal2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinTranspose.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinVector.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinVectorWrongType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncBuiltinZeros.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncClassParam.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg7.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FuncDefaultArg7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncDuplicateParams1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncExtends.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncInnerParam.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncInteger.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncIntegerWrongType.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncLocals.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncMap1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncMissingDefault1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FuncMissingDefault1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncOverloadAmbiguousDefault.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncOverloadExactPrefer.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncOverloadMulti.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncOverloadNoMatch.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncOverloadSimple.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncSimple.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncString.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncStringInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncStringInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncUnknownDim1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncUnknownDim2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncUnknownDim3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorization1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorization2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorization3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorization4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorization5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorization6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorizationBuiltin.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorizationCastConflict1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncVectorizationMap1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncViaComp.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncViaComp2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncViaComp3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncWildcard.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncWrongType.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FuncWrongType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionCompOrder1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionCompOrder2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionCompOrder3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionCompOrder4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionDerivative1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionDerivativeInvalidInput1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionDerivativeInvalidOrder1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionDerivativeInvalidOrder2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionDerivativeMissingName1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionExtends1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionInverse1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionInverse2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionInverseInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionInverseInvalid2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FunctionInverseInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionInverseInvalid3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionMultiOutput1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionMultiOutput2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionMultiOutput3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionMultiOutput4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionMultiOutput5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionNoOutput1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionNonInputOutputParameter.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionParamVariability.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionPartialDerivative1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionPartialDerivative2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FunctionPartialDerivative2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionPartialDerivative3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionRecordArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionRecordArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionRecordArg3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionRecordArg4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionRecordArg5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionRecursive1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionRecursive2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionSections1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionSections2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionSections3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionSections4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionSections5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionStreamPrefix.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionUnitialized1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionUnitialized2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionUnitialized3.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/FunctionUnitialized3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionUnitialized4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionalArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionalArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionalArg3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionalArgBinary1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/FunctionalArgInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfConnect1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfConnect2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfConnect3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfConnect4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquation9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquationEval1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquationEval2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquationEval3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquationEval4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquationImpure1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfEquationInvalidCond1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression14.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression15.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression16.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/IfExpression8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeAlg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeAlg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeEq1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeEq2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeEq3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeExp1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeExp2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeExp3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImplicitRangeType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportComponent1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportConflict1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportConflict2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportConflict3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportConflict4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportInCompositeName1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportInCompositeName2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportNamed1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportNamed2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportNamedInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportQualified1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportSubPackage1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportSubPackage2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportUnqualified1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/ImportUnqualified1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportUnqualified2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImportUnqualified3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ImpureCall1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamArray.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamFlowThreshold.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamInsideOutside.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamNoStream1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamNominalThreshold.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamNonCref1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamPipeline.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamReduction1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamTwoInside.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamTwoOutside.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamUnconnected.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InStreamVariability1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/InStreamVariability1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Inline1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Inline2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Inline3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Inline4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Inline5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuter9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterClass1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterConnect1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterDuplicate1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidMod2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidMod3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidMod4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidMod5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidType1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterInvalidType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterMissing9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterNotInner1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterPartialOuter1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterPartialOuter2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterReplaceable1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/InnerOuterReplaceable1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterReplaceable2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InnerOuterReplaceable3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InstanceRestriction1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/InstanceRestriction2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/LookupLibrary1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/LookupLibrary1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MaxInvalidArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MaxInvalidArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MaxInvalidArg3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MergeComponents8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MinInvalidArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MinInvalidArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MinInvalidArg3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MissingRedeclare1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModClass1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModClass2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModClass3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModClass4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModClass5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModClass6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModScope1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ModelBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MultiInheritanceRedeclare1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/MultiInheritanceRedeclare2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NoEvent1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NoEvent2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NoScalarize1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NoScalarize2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NoScalarizeConnect1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NoScalarizeConnect2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NonConnectorFlow1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/NonConnectorFlow1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NonFixedConstant1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NonexistentRedeclareModifier1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/NonexistentRedeclareModifier2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OCGTests.mos.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationAdd1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationAddEW1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationDiv1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationDivEW1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationLogicalBinary1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationLogicalBinary2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationLogicalUnary1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationLogicalUnary2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationMatrixProduct1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationMatrixProduct2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationMatrixProduct3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationMatrixVectorProduct1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationMul1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationMulEW1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationPow1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationPow2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/OperationPow2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationPow3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationPowEW1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationRelational1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationSub1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationSubEW1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationSubEW2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationUnary1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationUnary2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationVectorMatrixProduct1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperationVectorProduct1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorNonEncapsulated1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadArrayOp1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadArrayOp2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadArrayOp3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadArrayOp4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguous.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadBinaryAmbiguousTwoRecords.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadBinaryWithBuiltin.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadComplex.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadConstructor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadConstructorDefault1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadConstructorDefault2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadConstructorHideDefault.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadConstructorInvalidOutput1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadConstructorInvalidOutput2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadConstructorSimple.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadError1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/OperatorOverloadSum1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PackageBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PackageConstant1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PackageConstant3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PackageConstant4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PackageConstant5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PackageConstant6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PackageConstant7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ParameterBug.mos.result.xml Removing testsuite/flattening/modelica/scodeinst/ParameterDer.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialApplication1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialApplication2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialApplication3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialApplicationInvalidArg1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/PartialApplicationInvalidArg1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialApplicationInvalidArg2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialClass1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialFunction1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialFunction2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialLookup1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialLookup2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialLookup3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PartialType3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Prefix1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Prefix2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Prefix3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PrintRecordTypes1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/PropagateExtends.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ProtectedMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ProtectedMod2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ProtectedMod3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ProtectedMod5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ProtectedMod6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ProtectedMod7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ProtectedMod8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RangeInvalidStep1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RangeInvalidStep2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RangeInvalidStep3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RangeInvalidStep4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RangeTypeError1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RangeTypeError2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RangeTypeError3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RealRangeBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding10.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/RecordBinding10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordBinding9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordConstructor1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordConstructor2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordConstructor3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordConstructor4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordExtends1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordExtends2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordUnknownDim1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveConstants1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveExtends1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveExtends2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveExtends3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveExtends4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveInst1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveInst2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecursiveInst3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareClass1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareClass2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareClassComponent.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareComponentClass.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareConnectorType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareConnectorType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareDim1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareDim2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementClass1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementClass2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementComp1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/RedeclareElementComp1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementComp2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementComp3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementComp4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementComp5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementCondition1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementCondition2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementCondition3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementMissing1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareElementMissing2.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/RedeclareElementMissing2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareEnum1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareEnum2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareEnum4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareEnum5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareEnum6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareFunction1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareInvalidConnectorType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareInvalidVariability1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareMod9.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/RedeclareMod9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RedeclareNonReplaceable1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReductionInvalidTypeMax.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReductionInvalidTypeMin.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReductionInvalidTypeProduct.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReductionInvalidTypeSum.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Reinit1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Reinit2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Reinit3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReinitInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReinitInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReinitInvalid3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReinitInvalid4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReinitInvalid5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReinitInvalid6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ReinitInvalid7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Return1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Return2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Size1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Size2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Size3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Size4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Size5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Size6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidArgs1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidArgs2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidIndex1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/SizeInvalidIndex1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidIndex2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidIndex3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidIndex4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SizeInvalidType3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SlicedCref1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SlicedCref2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SlicedCref3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/StateSelect1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/StateSelect2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/StateSelect3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/StateSelectVariability1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/StatementInvalidType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Subscript1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Subscript2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Subscript3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Subscript4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Subscript5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Subscript6.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/Subscript6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Subscript7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptCevalIndex1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptCevalIndexRange1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptCevalSlice1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptCevalSlice2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptCevalWhole1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptEnum1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptIterator1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptReduction1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptTooMany1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptTypename1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptWrongType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptWrongType2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptedExp1.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/SubscriptedExp1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptedExp2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptedExp3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/SubscriptedExp4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Terminate1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TerminateInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TerminateInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TestSampleNoClock.mos.fail_log Removing testsuite/flattening/modelica/scodeinst/TestSampleNoClock.mos.result.xml Removing testsuite/flattening/modelica/scodeinst/Ticket5249.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Ticket5821.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Time1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Time2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Time3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TopLevelInputs1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TopLevelInputs2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleInvalid3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleInvalid4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleOperation1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleOperation2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleOperation3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleOperation4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TupleOperation5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeDim1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeDim2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeDim3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeDim4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeDimNonType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeExtends1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeExtends2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypeMissingBaseType1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypenameInvalid1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypenameInvalid2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/TypenameInvalid3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/UnboundParameter1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/UnboundParameter2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/UnboundParameter3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/UnboundParameter4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/VectorTest.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/VectorizeBindings1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/VectorizeBindings2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/VectorizeBindings3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/VectorizeBindings4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Visibility1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Visibility2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Visibility3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Visibility4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/When8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenClocked1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenClockedElse1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenClockedElse2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenClockedStatement1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenClockedTupleCall1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenCondition1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenCondition2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenCondition3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenCondition4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenCondition5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenIllegalContext1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenIllegalContext2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenIllegalContext3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenIllegalContext4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenInitial1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenInitial2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenInitial3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenInvalidEquation1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenNested1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenNested2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenVariability1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenVariability2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenVariableMismatch1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenVariableMismatch2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/WhenVariableMismatch3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/Wild1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/arrfunc.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/bindings1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/bindings4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/bindings7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ceval1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ceval2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ceval3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ceval4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ceval5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/cond4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/conn9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/conngraph1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const14.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const15.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const16.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const17.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/const8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/dim1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/dim13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/dim16.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/dim18.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/dim19.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/dim7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/dim8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/enum1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/enum2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/enum3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/enum4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/enum5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/enum7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/enum8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq3.mo.fail_log Removing testsuite/flattening/modelica/scodeinst/eq3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/eq8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/func1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/func2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ih1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ih2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/ih3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/inst2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/inst3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/inst4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/inst5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/inst7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/inst8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/lookup1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/lookup2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/lookup3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/lookup4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/loop1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/loop2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/loop3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod8.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/mod9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare10.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare11.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare12.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare13.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare6.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare7.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/redeclare9.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/sts.mos.result.xml Removing testsuite/flattening/modelica/scodeinst/type2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/usertype1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/usertype2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/usertype3.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/usertype4.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/usertype5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/usertype6.mo.result.xml Removing testsuite/flattening/modelica/scoping/DependsMutual.mo.result.xml Removing testsuite/flattening/modelica/scoping/DependsRecursive.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerEnumeration.mo.fail_log Removing testsuite/flattening/modelica/scoping/InnerEnumeration.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerOuter1.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerOuter2.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerOuterArray.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerOuterArray2.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerOuterSamePrefix.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerOuterSystem.mo.result.xml Removing testsuite/flattening/modelica/scoping/InnerOuterWithExtends.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup1.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup10.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup11.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup2.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup3.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup4.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup5.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup6.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup7.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup8.mo.result.xml Removing testsuite/flattening/modelica/scoping/Lookup9.mo.result.xml Removing testsuite/flattening/modelica/scoping/LookupArray.mo.result.xml Removing testsuite/flattening/modelica/scoping/PartialLookup1.mo.result.xml Removing testsuite/flattening/modelica/scoping/PartialLookup2.mo.result.xml Removing testsuite/flattening/modelica/scoping/ProtectedStructural.mo.result.xml Removing testsuite/flattening/modelica/statemachines/ActiveStateTest.mo.result.xml Removing testsuite/flattening/modelica/statemachines/ConferenceTut1.mo.result.xml Removing testsuite/flattening/modelica/statemachines/HierarchicalAndParallelStateMachine.mo.result.xml Removing testsuite/flattening/modelica/statemachines/TicksInStateTest.mo.result.xml Removing testsuite/flattening/modelica/statemachines/TimeInStateTest.mo.result.xml Removing testsuite/flattening/modelica/streams/ActualStream.mo.result.xml Removing testsuite/flattening/modelica/streams/ActualStreamCodeGen.mos_temp8497/ Removing testsuite/flattening/modelica/streams/ActualStreamMinMax.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamFlowThreshold.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamInsideOutside.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamInvalidArgument.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamNominalThreshold.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamPipeline.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamTwoInside.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamTwoOutside.mo.result.xml Removing testsuite/flattening/modelica/streams/InStreamUnconnected.mo.result.xml Removing testsuite/flattening/modelica/streams/StreamConcept_NoMedium_Total.mo.result.xml Removing testsuite/flattening/modelica/streams/StreamUnbalancedConnector.mo.result.xml Removing testsuite/flattening/modelica/synchronous/BackSampleTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/ClockTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/HoldTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/IntervalTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/NoClockTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/PreviousTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/SampleTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/SamplingWithClocks.mos.result.xml Removing testsuite/flattening/modelica/synchronous/ShiftSampleTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/SubSampleTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/SuperSampleTest.mo.result.xml Removing testsuite/flattening/modelica/synchronous/SynchronousFeatures.ControlledMass.mos.result.xml Removing testsuite/flattening/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos.result.xml Removing testsuite/flattening/modelica/synchronous/SynchronousFeatures.SpeedControl.mos.result.xml Removing testsuite/flattening/modelica/synchronous/SynchronousFeatures.VaryingClock.mos.result.xml Removing testsuite/flattening/modelica/synchronous/WhenClocks.mo.result.xml Removing testsuite/flattening/modelica/types/IntegerToEnumeration.mo.result.xml Removing testsuite/flattening/modelica/types/PredefinedTypes.mo.result.xml Removing testsuite/flattening/modelica/types/Real2Integer1.mo.result.xml Removing testsuite/flattening/modelica/types/Real2Integer2.mo.result.xml Removing testsuite/flattening/modelica/types/Real2Integer3.mo.result.xml Removing testsuite/flattening/modelica/types/RefinedSimpleCircuitInvalid.mo.result.xml Removing testsuite/flattening/modelica/types/RefinedSimpleCircuitValid.mo.result.xml Removing testsuite/flattening/modelica/types/RefinedSimpleCircuitValid2.mo.result.xml Removing testsuite/flattening/modelica/types/Type1.mo.result.xml Removing testsuite/flattening/modelica/types/Type10.mo.result.xml Removing testsuite/flattening/modelica/types/Type11.mo.result.xml Removing testsuite/flattening/modelica/types/Type3.mo.result.xml Removing testsuite/flattening/modelica/types/Type4.mo.result.xml Removing testsuite/flattening/modelica/types/Type5.mo.result.xml Removing testsuite/flattening/modelica/types/Type6.mo.result.xml Removing testsuite/flattening/modelica/types/Type7.mo.result.xml Removing testsuite/flattening/modelica/types/Type8.mo.result.xml Removing testsuite/flattening/modelica/types/Type9.mo.result.xml Removing testsuite/flattening/modelica/types/TypeArray.mo.result.xml Removing testsuite/flattening/modelica/types/TypeClass1.mo.result.xml Removing testsuite/flattening/modelica/types/TypeClass2.mo.fail_log Removing testsuite/flattening/modelica/types/TypeClass2.mo.result.xml Removing testsuite/flattening/modelica/types/TypeDeclArray.mo.result.xml Removing testsuite/flattening/modelica/types/TypeEnumeration.mo.result.xml Removing testsuite/flattening/modelica/types/TypeSimple.mo.result.xml Removing testsuite/flattening/modelica/types/modelica_1_1_Type10.mo.result.xml Removing testsuite/flattening/modelica/types/modelica_1_1_Type9.mo.result.xml Removing testsuite/metamodelica/meta/AlgPatternm.mos.result.xml Removing testsuite/metamodelica/meta/AllWild.mos.fail_log Removing testsuite/metamodelica/meta/AllWild.mos.result.xml Removing testsuite/metamodelica/meta/ArraySubscripting.mos.result.xml Removing testsuite/metamodelica/meta/AssignMatchVar.mos.fail_log Removing testsuite/metamodelica/meta/AssignMatchVar.mos.result.xml Removing testsuite/metamodelica/meta/AssignMetaRecordField.mos.result.xml Removing testsuite/metamodelica/meta/BuiltinArray.mos.fail_log Removing testsuite/metamodelica/meta/BuiltinArray.mos.result.xml Removing testsuite/metamodelica/meta/BuiltinBoolean.mos.result.xml Removing testsuite/metamodelica/meta/BuiltinInteger.mos.result.xml Removing testsuite/metamodelica/meta/BuiltinList.mos.fail_log Removing testsuite/metamodelica/meta/BuiltinList.mos.result.xml Removing testsuite/metamodelica/meta/BuiltinMisc.mos.fail_log Removing testsuite/metamodelica/meta/BuiltinMisc.mos.result.xml Removing testsuite/metamodelica/meta/BuiltinReal.mos.fail_log Removing testsuite/metamodelica/meta/BuiltinReal.mos.result.xml Removing testsuite/metamodelica/meta/BuiltinString.mos.fail_log Removing testsuite/metamodelica/meta/BuiltinString.mos.result.xml Removing testsuite/metamodelica/meta/CheckPatternScope.mo.result.xml Removing testsuite/metamodelica/meta/ComplicatedInteractive.mos.result.xml Removing testsuite/metamodelica/meta/Continue.mo.result.xml Removing testsuite/metamodelica/meta/EqPatternm.mos.fail_log Removing testsuite/metamodelica/meta/EqPatternm.mos.result.xml Removing testsuite/metamodelica/meta/Equality.mos.fail_log Removing testsuite/metamodelica/meta/Equality.mos.result.xml Removing testsuite/metamodelica/meta/ErrorInteractiveCallFunctionPtr.mos.result.xml Removing testsuite/metamodelica/meta/ErrorInvalidComplexType.mo.result.xml Removing testsuite/metamodelica/meta/ErrorInvalidMetarecord.mo.result.xml Removing testsuite/metamodelica/meta/ErrorInvalidPattern1.mo.result.xml Removing testsuite/metamodelica/meta/ErrorInvalidPattern2.mo.result.xml Removing testsuite/metamodelica/meta/ErrorInvalidPattern3.mo.result.xml Removing testsuite/metamodelica/meta/ErrorLocalElement1.mo.result.xml Removing testsuite/metamodelica/meta/ErrorLocalElement2.mo.result.xml Removing testsuite/metamodelica/meta/ErrorLocalElement3.mo.result.xml Removing testsuite/metamodelica/meta/ErrorMatchInOut1.mo.result.xml Removing testsuite/metamodelica/meta/ErrorMatchNumOutput.mos.result.xml Removing testsuite/metamodelica/meta/ErrorNone.mos.result.xml Removing testsuite/metamodelica/meta/Failure.mos.fail_log Removing testsuite/metamodelica/meta/Failure.mos.result.xml Removing testsuite/metamodelica/meta/ForIterArray.mos.result.xml Removing testsuite/metamodelica/meta/ForIterList.mos.result.xml Removing testsuite/metamodelica/meta/FunctionPartialApplicationAsGeneralExp.mos.result.xml Removing testsuite/metamodelica/meta/FunctionReturningArray.mos.result.xml Removing testsuite/metamodelica/meta/InvalidWild1.mos.result.xml Removing testsuite/metamodelica/meta/IsPresent.mos.result.xml Removing testsuite/metamodelica/meta/List1.mos.result.xml Removing testsuite/metamodelica/meta/List2.mos.fail_log Removing testsuite/metamodelica/meta/List2.mos.result.xml Removing testsuite/metamodelica/meta/List3.mos.result.xml Removing testsuite/metamodelica/meta/List4.mo.fail_log Removing testsuite/metamodelica/meta/List4.mo.result.xml Removing testsuite/metamodelica/meta/List5.mo.result.xml Removing testsuite/metamodelica/meta/ListInteractive.mos.result.xml Removing testsuite/metamodelica/meta/ListReductionCodegen.mo_temp7386/ Removing testsuite/metamodelica/meta/ListReductionDimError.mo.result.xml Removing testsuite/metamodelica/meta/ListReductionInterpret.mo.result.xml Removing testsuite/metamodelica/meta/MatchCase1.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase10.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase10.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase11.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase11.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase12.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase12.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase13.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase14.mo.fail_log Removing testsuite/metamodelica/meta/MatchCase14.mo.result.xml Removing testsuite/metamodelica/meta/MatchCase16.mo.fail_log Removing testsuite/metamodelica/meta/MatchCase16.mo.result.xml Removing testsuite/metamodelica/meta/MatchCase17.mo.result.xml Removing testsuite/metamodelica/meta/MatchCase2.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase2.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase3.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase3.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase4.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase4.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase5.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase6.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase6.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase7.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase7.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase9.mos.fail_log Removing testsuite/metamodelica/meta/MatchCase9.mos.result.xml Removing testsuite/metamodelica/meta/MatchCaseGuard.mos.fail_log Removing testsuite/metamodelica/meta/MatchCaseGuard.mos.result.xml Removing testsuite/metamodelica/meta/MatchCaseInteractive1.mos.fail_log Removing testsuite/metamodelica/meta/MatchCaseInteractive1.mos.result.xml Removing testsuite/metamodelica/meta/MatchCaseInteractive2.mos.fail_log Removing testsuite/metamodelica/meta/MatchCaseInteractive2.mos.result.xml Removing testsuite/metamodelica/meta/MatchCaseInteractive3.mos_temp969/ Removing testsuite/metamodelica/meta/MatchDotNotation.mos.result.xml Removing testsuite/metamodelica/meta/MatchElse1.mos.fail_log Removing testsuite/metamodelica/meta/MatchElse1.mos.result.xml Removing testsuite/metamodelica/meta/MatchIfEquation1.mos.fail_log Removing testsuite/metamodelica/meta/MatchIfEquation1.mos.result.xml Removing testsuite/metamodelica/meta/MatchNoRetCall.mos.result.xml Removing testsuite/metamodelica/meta/MatchShadowing.mo.result.xml Removing testsuite/metamodelica/meta/OptimizeContinue.mo.result.xml Removing testsuite/metamodelica/meta/OptimizeMatchToIfExp.mo.result.xml Removing testsuite/metamodelica/meta/OptionInteractive.mos.result.xml Removing testsuite/metamodelica/meta/PackageConst1.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn1.mo.result.xml Removing testsuite/metamodelica/meta/PartialFn10.mos.fail_log Removing testsuite/metamodelica/meta/PartialFn10.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn11.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn12.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn13.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn14.mos.fail_log Removing testsuite/metamodelica/meta/PartialFn14.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn15.mo.result.xml Removing testsuite/metamodelica/meta/PartialFn16.mos.fail_log Removing testsuite/metamodelica/meta/PartialFn16.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn2.mo.result.xml Removing testsuite/metamodelica/meta/PartialFn3.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn4.mo.fail_log Removing testsuite/metamodelica/meta/PartialFn4.mo.result.xml Removing testsuite/metamodelica/meta/PartialFn5.mo.result.xml Removing testsuite/metamodelica/meta/PartialFn6.mo.fail_log Removing testsuite/metamodelica/meta/PartialFn6.mo.result.xml Removing testsuite/metamodelica/meta/PartialFn7.mo.result.xml Removing testsuite/metamodelica/meta/PartialFn8.mos.result.xml Removing testsuite/metamodelica/meta/PartialFn9.mos.result.xml Removing testsuite/metamodelica/meta/PartialFnDefaultBinding.mos.result.xml Removing testsuite/metamodelica/meta/PatternMatchInvalidType.mo.result.xml Removing testsuite/metamodelica/meta/Polymorphic.mos.result.xml Removing testsuite/metamodelica/meta/Polymorphic2.mos.result.xml Removing testsuite/metamodelica/meta/PolymorphicCallTypeSpec1.mos.result.xml Removing testsuite/metamodelica/meta/PolymorphicCallTypeSpec2.mos.result.xml Removing testsuite/metamodelica/meta/PolymorphicCallTypeSpec3.mos.result.xml Removing testsuite/metamodelica/meta/PolymorphicReduction.mos.result.xml Removing testsuite/metamodelica/meta/Recursive.mos.result.xml Removing testsuite/metamodelica/meta/ReturnInTryBlock.mos.result.xml Removing testsuite/metamodelica/meta/ScalarArrayOperations.mos.result.xml Removing testsuite/metamodelica/meta/Shadowing1.mos.result.xml Removing testsuite/metamodelica/meta/Shadowing2.mos.result.xml Removing testsuite/metamodelica/meta/Simplify1.mos.result.xml Removing testsuite/metamodelica/meta/StringBoxed.mos.fail_log Removing testsuite/metamodelica/meta/StringBoxed.mos.result.xml Removing testsuite/metamodelica/meta/SwitchString.mos.result.xml Removing testsuite/metamodelica/meta/TailRecursion.mo.fail_log Removing testsuite/metamodelica/meta/TailRecursion.mo.result.xml Removing testsuite/metamodelica/meta/TailRecursionNoretcall.mos.result.xml Removing testsuite/metamodelica/meta/ThreadedReduction.mos.result.xml Removing testsuite/metamodelica/meta/Ticket2974.mos.fail_log Removing testsuite/metamodelica/meta/Ticket2974.mos.result.xml Removing testsuite/metamodelica/meta/Ticket3005.mos.fail_log Removing testsuite/metamodelica/meta/Ticket3005.mos.result.xml Removing testsuite/metamodelica/meta/Try.mos.fail_log Removing testsuite/metamodelica/meta/Try.mos.result.xml Removing testsuite/metamodelica/meta/TryExtends.mos.fail_log Removing testsuite/metamodelica/meta/TryExtends.mos.result.xml Removing testsuite/metamodelica/meta/TupleInteractive.mos.result.xml Removing testsuite/metamodelica/meta/UnboundLocal.mo.result.xml Removing testsuite/metamodelica/meta/UnboxCond.mo.fail_log Removing testsuite/metamodelica/meta/UnboxCond.mo.result.xml Removing testsuite/metamodelica/meta/Uniontype1.mos.fail_log Removing testsuite/metamodelica/meta/Uniontype1.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype10.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype11.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype12.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype13.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype14.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype15.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype2.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype3.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype4.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype5.mos.fail_log Removing testsuite/metamodelica/meta/Uniontype5.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype6.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype7.mos.fail_log Removing testsuite/metamodelica/meta/Uniontype7.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype8.mos.result.xml Removing testsuite/metamodelica/meta/Uniontype9.mos.result.xml Removing testsuite/metamodelica/meta/UniontypeConst1.mos.result.xml Removing testsuite/metamodelica/meta/UniontypeConst2.mos.fail_log Removing testsuite/metamodelica/meta/UniontypeConst2.mos.result.xml Removing testsuite/metamodelica/meta/UniontypeConst3.mos.result.xml Removing testsuite/metamodelica/meta/UniontypeFunc1.mos.fail_log Removing testsuite/metamodelica/meta/UniontypeFunc1.mos.result.xml Removing testsuite/metamodelica/meta/UniontypeNestedSingelton.mos.result.xml Removing testsuite/metamodelica/meta/cref.mos.fail_log Removing testsuite/metamodelica/meta/cref.mos.result.xml Removing testsuite/omsimulator/DualMassOscillator.mos.fail_log Removing testsuite/omsimulator/DualMassOscillator.mos.result.xml Removing testsuite/omsimulator/DualMassOscillator_cs.mos.fail_log Removing testsuite/omsimulator/DualMassOscillator_cs.mos.result.xml Removing testsuite/omsimulator/DualMassOscillator_me.mos.fail_log Removing testsuite/omsimulator/DualMassOscillator_me.mos.result.xml Removing testsuite/omsimulator/Issue_FMU_update_vars.mos.fail_log Removing testsuite/omsimulator/Issue_FMU_update_vars.mos.result.xml Removing testsuite/omsimulator/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos.fail_log Removing testsuite/omsimulator/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos.result.xml Removing testsuite/omsimulator/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos_temp4500/ Removing testsuite/omsimulator/cmakeFMU.mos.fail_log Removing testsuite/omsimulator/cmakeFMU.mos.result.xml Removing testsuite/omsimulator/enumeration.mos.result.xml Removing testsuite/omsimulator/enumeration2.mos.result.xml Removing testsuite/omsimulator/enumeration3.mos.fail_log Removing testsuite/omsimulator/enumeration3.mos.result.xml Removing testsuite/omsimulator/experimentAnnotation.mos.result.xml Removing testsuite/omsimulator/fmiBlackBox.mos.result.xml Removing testsuite/omsimulator/fmiProtected.mos.fail_log Removing testsuite/omsimulator/fmiProtected.mos.result.xml Removing testsuite/omsimulator/fmi_interpolate_cs.mos.fail_log Removing testsuite/omsimulator/fmi_interpolate_cs.mos.result.xml Removing testsuite/omsimulator/initialization.mos.result.xml Removing testsuite/omsimulator/initialization2.mos.result.xml Removing testsuite/omsimulator/initialization2_omc.mos.result.xml Removing testsuite/omsimulator/initialization_omc.mos.result.xml Removing testsuite/omsimulator/outputState.mos.fail_log Removing testsuite/omsimulator/outputState.mos.result.xml Removing testsuite/omsimulator/outputState_omc.mos.fail_log Removing testsuite/omsimulator/outputState_omc.mos.result.xml Removing testsuite/omsimulator/recompileFMU.mos.fail_log Removing testsuite/omsimulator/recompileFMU.mos.result.xml Removing testsuite/omsimulator/reset.mos.result.xml Removing testsuite/omsimulator/resetWithLoops.mos.fail_log Removing testsuite/omsimulator/resetWithLoops.mos.result.xml Removing testsuite/omsimulator/reset_omc.mos.fail_log Removing testsuite/omsimulator/reset_omc.mos.result.xml Removing testsuite/omsimulator/testDirectionalDerivatives.mos.fail_log Removing testsuite/omsimulator/testDirectionalDerivatives.mos.result.xml Removing testsuite/omsimulator/testDirectionalDerivatives.mos_temp2359/ Removing testsuite/omsimulator/testLoopsOverFMUs.mos.fail_log Removing testsuite/omsimulator/testLoopsOverFMUs.mos.result.xml Removing testsuite/omsimulator/testSynchronousFMU_01.mos.fail_log Removing testsuite/omsimulator/testSynchronousFMU_01.mos.result.xml Removing testsuite/omsimulator/testSynchronousFMU_02.mos.fail_log Removing testsuite/omsimulator/testSynchronousFMU_02.mos.result.xml Removing testsuite/omsimulator/whenTest.mos.fail_log Removing testsuite/omsimulator/whenTest.mos.result.xml Removing testsuite/openmodelica/basemodelica/ArrayBinding1.mo.result.xml Removing testsuite/openmodelica/basemodelica/Comments.mo.result.xml Removing testsuite/openmodelica/basemodelica/DoublePendulum.mos.fail_log Removing testsuite/openmodelica/basemodelica/DoublePendulum.mos.result.xml Removing testsuite/openmodelica/basemodelica/Expression1.mo.result.xml Removing testsuite/openmodelica/basemodelica/InStreamNominalThreshold.mo.result.xml Removing testsuite/openmodelica/basemodelica/Record1.mo.result.xml Removing testsuite/openmodelica/basemodelica/Record2.mo.result.xml Removing testsuite/openmodelica/basemodelica/Record3.mo.result.xml Removing testsuite/openmodelica/basemodelica/SD.mo.result.xml Removing testsuite/openmodelica/basemodelica/SimpleCoolingCycle.mo.result.xml Removing testsuite/openmodelica/basemodelica/Tables.mos.result.xml Removing testsuite/openmodelica/bootstrapping/DiffAlgorithm.mos.fail_log Removing testsuite/openmodelica/bootstrapping/DiffAlgorithm.mos.result.xml Removing testsuite/openmodelica/bootstrapping/DumpTest.mos.fail_log Removing testsuite/openmodelica/bootstrapping/DumpTest.mos.result.xml Removing testsuite/openmodelica/bootstrapping/ExpandableArrayTest.mos.fail_log Removing testsuite/openmodelica/bootstrapping/ExpandableArrayTest.mos.result.xml Removing testsuite/openmodelica/bootstrapping/ExpressionTest.mos.fail_log Removing testsuite/openmodelica/bootstrapping/ExpressionTest.mos.result.xml Removing testsuite/openmodelica/bootstrapping/GraphTest.mos.fail_log Removing testsuite/openmodelica/bootstrapping/GraphTest.mos.result.xml Removing testsuite/openmodelica/bootstrapping/HashTableTest.mos.fail_log Removing testsuite/openmodelica/bootstrapping/HashTableTest.mos.result.xml Removing testsuite/openmodelica/bootstrapping/JSONParser.mos.fail_log Removing testsuite/openmodelica/bootstrapping/JSONParser.mos.result.xml Removing testsuite/openmodelica/bootstrapping/PriorityQueue.mos.fail_log Removing testsuite/openmodelica/bootstrapping/PriorityQueue.mos.result.xml Removing testsuite/openmodelica/bootstrapping/SimplifyTest.mos.fail_log Removing testsuite/openmodelica/bootstrapping/SimplifyTest.mos.result.xml Removing testsuite/openmodelica/bootstrapping/System.mos.fail_log Removing testsuite/openmodelica/bootstrapping/System.mos.result.xml Removing testsuite/openmodelica/bootstrapping/UtilTest.mos.fail_log Removing testsuite/openmodelica/bootstrapping/UtilTest.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass1.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass1.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass2.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass2.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass3.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass3.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass4.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass4.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass5.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass5.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass6.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass6.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass7.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass7.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClass8.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClass8.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClassVectorize1.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClassVectorize1.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClassVectorize2.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClassVectorize2.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertClassVectorize3.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertClassVectorize3.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertElement1.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertElement1.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertElement2.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertElement2.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertModifiers1.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertModifiers1.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertModifiers2.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertModifiers2.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertModifiers3.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertModifiers3.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertModifiers4.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertModifiers4.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertModifiersMissingValue1.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertModifiersMissingValue1.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertPackage1.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertPackage1.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertPackage2.mos.fail_log Removing testsuite/openmodelica/conversion/ConvertPackage2.mos.result.xml Removing testsuite/openmodelica/conversion/ConvertPackageMissingUses.mos.result.xml Removing testsuite/openmodelica/cppruntime/BouncingBall.mos.fail_log Removing testsuite/openmodelica/cppruntime/BouncingBall.mos.result.xml Removing testsuite/openmodelica/cppruntime/RefArrayDim2.mos.result.xml Removing testsuite/openmodelica/cppruntime/WhenInitialTerminal.mos.fail_log Removing testsuite/openmodelica/cppruntime/WhenInitialTerminal.mos.result.xml Removing testsuite/openmodelica/cppruntime/WhenStatement1.mos.result.xml Removing testsuite/openmodelica/cppruntime/WhenTuple.mos.fail_log Removing testsuite/openmodelica/cppruntime/WhenTuple.mos.result.xml Removing testsuite/openmodelica/cppruntime/arrayCatTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/arrayOperationsTest.mos.fail_log Removing testsuite/openmodelica/cppruntime/arrayOperationsTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/arraySliceTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/clockedAlgloopTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/clockedEventTest.mos.fail_log Removing testsuite/openmodelica/cppruntime/clockedEventTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/clockedSolverTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/clockedTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/clockedTypesTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/externalArrayInputTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/externalRecordTest.mos.fail_log Removing testsuite/openmodelica/cppruntime/externalRecordTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/Crane_FMU1_CPP.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/1.0/DIC_FMU1_CPP.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/exposeLocalIOs.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/exposeLocalIOs.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/solveOneNonlinearEquationTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testArrayEquations.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCombiTable2D.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCombiTable2D.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testFMU2MatrixIO.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testModelDescription.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/ticket6296.mos.fail_log Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/ticket6296.mos.result.xml Removing testsuite/openmodelica/cppruntime/functionPointerTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos.fail_log Removing testsuite/openmodelica/cppruntime/genDebugSymbols/Modelica.Fluid.Examples.BranchingDynamicPipes_genDebugSymbols.mos.result.xml Removing testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos.fail_log Removing testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos.result.xml Removing testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos_temp7099/ Removing testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads_memory.mos.fail_log Removing testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads_memory.mos.result.xml Removing testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads_memory.mos_temp6470/ Removing testsuite/openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads_spin.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Filter.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Blocks.Examples.Filter.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos_temp2759/ Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos_temp8346/ Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos.fail_log Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos.result.xml Removing testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos.result.xml Removing testsuite/openmodelica/cppruntime/mathFunctionsTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/mslDistributionsTest.mos.fail_log Removing testsuite/openmodelica/cppruntime/mslDistributionsTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/mslElectricalMachinesTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/mslElectricalMachinesTestDAE.mos.fail_log Removing testsuite/openmodelica/cppruntime/mslElectricalMachinesTestDAE.mos.result.xml Removing testsuite/openmodelica/cppruntime/mslElectricalSensorsTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/mslMathFFT1Test.mos.result.xml Removing testsuite/openmodelica/cppruntime/nameClashTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/negatedParameter.mos.result.xml Removing testsuite/openmodelica/cppruntime/recordTupleReturnTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/solveOneNonlinearEquationTest.mos.fail_log Removing testsuite/openmodelica/cppruntime/solveOneNonlinearEquationTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/solveTest.mos.fail_log Removing testsuite/openmodelica/cppruntime/solveTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/tearnonlin1.mos.fail_log Removing testsuite/openmodelica/cppruntime/tearnonlin1.mos.result.xml Removing testsuite/openmodelica/cppruntime/testArrayEquations.mos.fail_log Removing testsuite/openmodelica/cppruntime/testArrayEquations.mos.result.xml Removing testsuite/openmodelica/cppruntime/testDAE.mos.fail_log Removing testsuite/openmodelica/cppruntime/testDAE.mos.result.xml Removing testsuite/openmodelica/cppruntime/testMatrixIO.mos.fail_log Removing testsuite/openmodelica/cppruntime/testMatrixIO.mos.result.xml Removing testsuite/openmodelica/cppruntime/testMatrixState.mos.result.xml Removing testsuite/openmodelica/cppruntime/testRecordStartValue.mos.fail_log Removing testsuite/openmodelica/cppruntime/testRecordStartValue.mos.result.xml Removing testsuite/openmodelica/cppruntime/testReduction.mos.fail_log Removing testsuite/openmodelica/cppruntime/testReduction.mos.result.xml Removing testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos.fail_log Removing testsuite/openmodelica/cppruntime/testVectorizedBlocks.mos.result.xml Removing testsuite/openmodelica/cppruntime/testVectorizedSolarSystem.mos.result.xml Removing testsuite/openmodelica/cppruntime/trapezoidTest.mos.result.xml Removing testsuite/openmodelica/cruntime/debugDumps/testDumpEvents.mos.fail_log Removing testsuite/openmodelica/cruntime/debugDumps/testDumpEvents.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BR.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/BR.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon2.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon2.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon3.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon4.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon5.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon5.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BReqcon.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/BReqcon.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRinitialGuess.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRscale.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/CC.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/CC.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/CM.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/CM2.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/CM2.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/DM.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/DMwarm.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/DMwarm.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/DMwarmCsv.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/DMwarmCsv.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/InputOptIssues.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/LRB.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/LRB.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/LRB2.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/LRB2.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/LV.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/LV.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/LoopTest.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/LoopTest.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/NP.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/NP.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/OSP.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/OSP2.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/OSP2.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/SC.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFC.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC2.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC3.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFC3.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC4.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFC4.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFC5.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC6.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFC6.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC7.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFC7.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFC8.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFC8.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TFCtestFlag.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TFCtestFlag.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TT.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TT.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/VDP.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/issue7969.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/issue7969.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/issue9366.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/noOCP.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/noOCP.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/ocpWithInputs.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/ocpWithInputs.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/pendel.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/pendel.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/reduce1.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/staticOP.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/staticOP.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop1.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop1.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop10.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop10.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop11.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop11.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop2.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop2.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop3.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop4.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop5.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop5.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop6.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop8.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop8.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop9.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testAlgLoop9.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testDerInput.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testDerInput.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testSimpliCon1.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/basic/testSimpliCon1.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos.fail_log Removing testsuite/openmodelica/cruntime/optimization/benchmark/runReduceDrumBoiler.mos.result.xml Removing testsuite/openmodelica/cruntime/sensitivities/testLotkaVoltera.mos.result.xml Removing testsuite/openmodelica/cruntime/sensitivities/testPredatorPrey.mos.result.xml Removing testsuite/openmodelica/cruntime/sensitivities/testVanDerPol.mos.fail_log Removing testsuite/openmodelica/cruntime/sensitivities/testVanDerPol.mos.result.xml Removing testsuite/openmodelica/cruntime/sensitivities/testWorldScenario1.mos.fail_log Removing testsuite/openmodelica/cruntime/sensitivities/testWorldScenario1.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos.fail_log Removing testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos.fail_log Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos.fail_log Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos.fail_log Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos.fail_log Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos.fail_log Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalRK.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testSinglePrecision.mos.fail_log Removing testsuite/openmodelica/cruntime/simoptions/testSinglePrecision.mos.result.xml Removing testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos.fail_log Removing testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos.result.xml Removing testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos.fail_log Removing testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/DistillationTower.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/DistillationTower.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/FourFlows.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/FourFlows.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Pipe1.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Pipe1.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Pipe2.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Pipe2.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Pipe3.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Pipe3.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Pipe4.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Pipe4.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Pipe5.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Pipe5.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Pipe6.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Pipe6.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter1.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter1.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter2.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter2.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter3.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter3.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter4.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter4.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter5c.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter5c.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter5d.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter5d.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter5e.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter5e.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter5f.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter5f.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter5g.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter5g.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/Splitter5h.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/Splitter5h.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows1.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows8.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_FourFlows8.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe1.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe10.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe11.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe2.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe4.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe7.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe8.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Pipe9.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter1.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter2.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter3.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter4.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter5.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter6.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/TSP_Splitter7.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/VDI2048Exple.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/stateEstimation.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/stateEstimation.mos.result.xml Removing testsuite/openmodelica/dataReconciliation/stateEstimation2.mos.fail_log Removing testsuite/openmodelica/dataReconciliation/stateEstimation2.mos.result.xml Removing testsuite/openmodelica/debugDumps/dumpSparsePatternLin.mos.result.xml Removing testsuite/openmodelica/debugDumps/lateInline.mos.result.xml Removing testsuite/openmodelica/debugDumps/libraryCoverageFlags.mos.fail_log Removing testsuite/openmodelica/debugDumps/libraryCoverageFlags.mos.result.xml Removing testsuite/openmodelica/debugDumps/optSimpleSolveDAEdump.mos.fail_log Removing testsuite/openmodelica/debugDumps/optSimpleSolveDAEdump.mos.result.xml Removing testsuite/openmodelica/debugDumps/optdaedump.mos.fail_log Removing testsuite/openmodelica/debugDumps/optdaedump.mos.result.xml Removing testsuite/openmodelica/debugDumps/paramdlowdump.mos.result.xml Removing testsuite/openmodelica/debugDumps/symjacdump.mos.result.xml Removing testsuite/openmodelica/debugDumps/tearingdump.mos.result.xml Removing testsuite/openmodelica/diff/AddClassAnnotation1.mos.result.xml Removing testsuite/openmodelica/diff/AddComment.mos.result.xml Removing testsuite/openmodelica/diff/AddComponent.mos.result.xml Removing testsuite/openmodelica/diff/AddComponent2.mos.result.xml Removing testsuite/openmodelica/diff/AddDeleteComponent.mos.result.xml Removing testsuite/openmodelica/diff/Air.mos.fail_log Removing testsuite/openmodelica/diff/Air.mos.result.xml Removing testsuite/openmodelica/diff/ChangeSourceFile.mos.result.xml Removing testsuite/openmodelica/diff/ClosedDoors.mos.result.xml Removing testsuite/openmodelica/diff/LargeFileChange.mos.fail_log Removing testsuite/openmodelica/diff/LargeFileChange.mos.result.xml Removing testsuite/openmodelica/diff/LimPID.mos.result.xml Removing testsuite/openmodelica/diff/ListFile.mos.result.xml Removing testsuite/openmodelica/diff/MoistAirUnsaturated.mos.result.xml Removing testsuite/openmodelica/diff/MoveComment.mos.result.xml Removing testsuite/openmodelica/diff/MoveComponent.mos.result.xml Removing testsuite/openmodelica/diff/MoveConnection.mos.result.xml Removing testsuite/openmodelica/diff/PartialCoolingCapacity.mos.result.xml Removing testsuite/openmodelica/diff/Pipe.mos.result.xml Removing testsuite/openmodelica/diff/RLC.mos.result.xml Removing testsuite/openmodelica/diff/SimilarNamesAnnotation.mos.result.xml Removing testsuite/openmodelica/diff/SubExpParenthesis.mos.result.xml Removing testsuite/openmodelica/diff/Tables.mos.result.xml Removing testsuite/openmodelica/diff/TestDiffListAPI.mos.fail_log Removing testsuite/openmodelica/diff/TestDiffListAPI.mos.result.xml Removing testsuite/openmodelica/diff/Ticket4110.mos.result.xml Removing testsuite/openmodelica/diff/TrueHoldWithReset.mos.result.xml Removing testsuite/openmodelica/diff/TwoWayFlowElementBuoyancy.mos.result.xml Removing testsuite/openmodelica/diff/UTF8.mos.result.xml Removing testsuite/openmodelica/diff/multipoleFluidTemperature.mos.result.xml Removing testsuite/openmodelica/diff/removeComponentModifiers.mos.result.xml Removing testsuite/openmodelica/diff/ticket3619.mos.result.xml Removing testsuite/openmodelica/diff/ticket3642.mos.result.xml Removing testsuite/openmodelica/diff/ticket4153.mos.result.xml Removing testsuite/openmodelica/diff/ticket4368.mos.result.xml Removing testsuite/openmodelica/diff/ticket4781.mos.result.xml Removing testsuite/openmodelica/diff/ticket5360.mos.result.xml Removing testsuite/openmodelica/diff/ticket5949.mos.fail_log Removing testsuite/openmodelica/diff/ticket5949.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_cmake.mos.fail_log Removing testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_cmake.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos.fail_log Removing testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_dynamic.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_static.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos.fail_log Removing testsuite/openmodelica/fmi/CoSimulation/2.0/FmuExportFlags.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/RecompileSourceCodeFMU.mos.fail_log Removing testsuite/openmodelica/fmi/CoSimulation/2.0/RecompileSourceCodeFMU.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/fmi_interpolation_01.mos.fail_log Removing testsuite/openmodelica/fmi/CoSimulation/2.0/fmi_interpolation_01.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/issue10523.mos.fail_log Removing testsuite/openmodelica/fmi/CoSimulation/2.0/issue10523.mos.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/issue10523.mos_temp6121/ Removing testsuite/openmodelica/fmi/CoSimulation/2.0/simpleStiffFMU.mos.fail_log Removing testsuite/openmodelica/fmi/CoSimulation/2.0/simpleStiffFMU.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/FMUResourceTest.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/QuotedIdentifierExport.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/TestSourceCodeFMU.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/TestSourceCodeFMU.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_01.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_02.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_03.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_03.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_04.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_04.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_05.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_05.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_06.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_07.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_07.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_08.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_08.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_09.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_10.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_10.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_11.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_11.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_12.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_12.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_13.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_13.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_14.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_14.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_16.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_16.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_17.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_17.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_18.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_18.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_19.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_19.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_20.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_20.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_21.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_21.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_22.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_22.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_23.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2765.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2765.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3049.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3763.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug5673.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testDisableDep.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testDiscreteStructe.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/ticket5670.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/ticket6262.mos.fail_log Removing testsuite/openmodelica/fmi/ModelExchange/2.0/ticket6262.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAlgorithm1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation10.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation11.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation12.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation4.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation5.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation6.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation7.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation8.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAnnotation9.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAttributes1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceAttributes2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding10.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding4.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding5.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding6.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding7.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding8.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBinding9.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceBreak1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceChoices1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceChoices2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceComment1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceConditional1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceConditional2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceConnection1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceConnection2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceConnection3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceConnection4.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceConnection5.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceDerived1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceDerived2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceDerived3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceDim1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceDim2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceDuplicate1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceEnum1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceEnum2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceEvaluate1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceExp1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceExp2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceExtends1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceExtends2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceExtends3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceFunction1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceIcon1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceIcon2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceIcon3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceIcon4.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceInnerOuter1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceInnerOuter2.mos.fail_log Removing testsuite/openmodelica/instance-API/GetModelInstanceInnerOuter2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceInnerOuter3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceInnerOuter4.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceInnerOuter5.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMissingClass1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMissingClass2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMissingClass3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMod1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMod2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMod3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMod4.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceMod5.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceReplaceable1.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceReplaceable2.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceReplaceable3.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceReplaceable4.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceReplaceable5.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceReplaceable6.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceReplaceableComment.mos.result.xml Removing testsuite/openmodelica/instance-API/GetModelInstanceStateMachine1.mos.result.xml Removing testsuite/openmodelica/instance-API/ModifierToJSON1.mos.result.xml Removing testsuite/openmodelica/instance-API/QualifyPath1.mos.result.xml Removing testsuite/openmodelica/interactive-API/AddClassAnnotation.mos.fail_log Removing testsuite/openmodelica/interactive-API/AddClassAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/ArraySlicing.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug2882.mos.fail_log Removing testsuite/openmodelica/interactive-API/Bug2882.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug2943.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug3269_deleteFile.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug3282.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug3417.mos.fail_log Removing testsuite/openmodelica/interactive-API/Bug3417.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug3520.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug3783.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug3974.mos.fail_log Removing testsuite/openmodelica/interactive-API/Bug3974.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug3979.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug4209.mos.fail_log Removing testsuite/openmodelica/interactive-API/Bug4209.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug4248.mos.fail_log Removing testsuite/openmodelica/interactive-API/Bug4248.mos.result.xml Removing testsuite/openmodelica/interactive-API/Buildings.PartialFlowMachine.mos.fail_log Removing testsuite/openmodelica/interactive-API/Buildings.PartialFlowMachine.mos.result.xml Removing testsuite/openmodelica/interactive-API/CheckModelExtObj1.mos.result.xml Removing testsuite/openmodelica/interactive-API/ConnectionList.mos.result.xml Removing testsuite/openmodelica/interactive-API/ConversionVersions.mos.result.xml Removing testsuite/openmodelica/interactive-API/ConvertUnits.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClass.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClass1.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClass2.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClass3.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClass4.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClass5.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClassInvalid1.mos.result.xml Removing testsuite/openmodelica/interactive-API/CopyClassRedeclare1.mos.result.xml Removing testsuite/openmodelica/interactive-API/DefaultComponentName.mos.result.xml Removing testsuite/openmodelica/interactive-API/DeleteConnection.mos.result.xml Removing testsuite/openmodelica/interactive-API/DialogAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/FlagParsing.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement1.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement2.mos.fail_log Removing testsuite/openmodelica/interactive-API/ForStatement2.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement3.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement4.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement5fail.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement6.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement7.mos.result.xml Removing testsuite/openmodelica/interactive-API/ForStatement8.mos.result.xml Removing testsuite/openmodelica/interactive-API/GetAllSubtypeOf1.mos.result.xml Removing testsuite/openmodelica/interactive-API/GetAllSubtypeOf2.mos.result.xml Removing testsuite/openmodelica/interactive-API/GetComponents.mos.result.xml Removing testsuite/openmodelica/interactive-API/IfStatement.mos.result.xml Removing testsuite/openmodelica/interactive-API/IfStatementIllegal.mos.result.xml Removing testsuite/openmodelica/interactive-API/IllegalGraphics.mos.result.xml Removing testsuite/openmodelica/interactive-API/Issue7544.mos.result.xml Removing testsuite/openmodelica/interactive-API/Issue7706.mos.fail_log Removing testsuite/openmodelica/interactive-API/Issue7706.mos.result.xml Removing testsuite/openmodelica/interactive-API/ListAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/ListExpressions.mos.result.xml Removing testsuite/openmodelica/interactive-API/ListImport.mos.result.xml Removing testsuite/openmodelica/interactive-API/ListMultilineComment.mos.fail_log Removing testsuite/openmodelica/interactive-API/ListMultilineComment.mos.result.xml Removing testsuite/openmodelica/interactive-API/Modelica.Media.Examples.getComponents.mos.result.xml Removing testsuite/openmodelica/interactive-API/MoveClass.mos.result.xml Removing testsuite/openmodelica/interactive-API/MoveClass2.mos.result.xml Removing testsuite/openmodelica/interactive-API/Obfuscation1.mos.fail_log Removing testsuite/openmodelica/interactive-API/Obfuscation1.mos.result.xml Removing testsuite/openmodelica/interactive-API/Obfuscation2.mos.result.xml Removing testsuite/openmodelica/interactive-API/Obfuscation3.mos.result.xml Removing testsuite/openmodelica/interactive-API/Obfuscation4.mos.result.xml Removing testsuite/openmodelica/interactive-API/Obfuscation5.mos.result.xml Removing testsuite/openmodelica/interactive-API/ProtectedHandlingBug2917.mos.result.xml Removing testsuite/openmodelica/interactive-API/ReadOnlyPkg.mos.result.xml Removing testsuite/openmodelica/interactive-API/Rename.mos_temp4779/ Removing testsuite/openmodelica/interactive-API/RunScript.mos.result.xml Removing testsuite/openmodelica/interactive-API/StateMachine.mos.result.xml Removing testsuite/openmodelica/interactive-API/StoreAST.mos.result.xml Removing testsuite/openmodelica/interactive-API/TestChoices.mos.result.xml Removing testsuite/openmodelica/interactive-API/TestSpace.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket4674.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5506.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5548.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5565.mos.fail_log Removing testsuite/openmodelica/interactive-API/Ticket5565.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5571.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5662.mos.fail_log Removing testsuite/openmodelica/interactive-API/Ticket5662.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5680.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5696.mos.fail_log Removing testsuite/openmodelica/interactive-API/Ticket5696.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5871.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket6167.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket6287and6288.mos.fail_log Removing testsuite/openmodelica/interactive-API/Ticket6287and6288.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket6300.mos.fail_log Removing testsuite/openmodelica/interactive-API/Ticket6300.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket6307.mos.result.xml Removing testsuite/openmodelica/interactive-API/Ticket6406.mos.result.xml Removing testsuite/openmodelica/interactive-API/UsesAnnotation1.mos.result.xml Removing testsuite/openmodelica/interactive-API/UsesAnnotation2.mos.fail_log Removing testsuite/openmodelica/interactive-API/UsesAnnotation2.mos.result.xml Removing testsuite/openmodelica/interactive-API/VendorAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/addComponent1.mos.result.xml Removing testsuite/openmodelica/interactive-API/checkAllModelsRecursive1.mos.result.xml Removing testsuite/openmodelica/interactive-API/choicesAllMatching.mos.result.xml Removing testsuite/openmodelica/interactive-API/getClassComment.mos.result.xml Removing testsuite/openmodelica/interactive-API/getClassNames.mos.result.xml Removing testsuite/openmodelica/interactive-API/getCommandLineOptions.mos.result.xml Removing testsuite/openmodelica/interactive-API/getComponentsTestNF.mos.fail_log Removing testsuite/openmodelica/interactive-API/getComponentsTestNF.mos.result.xml Removing testsuite/openmodelica/interactive-API/getComponentsTestOF.mos.fail_log Removing testsuite/openmodelica/interactive-API/getComponentsTestOF.mos.result.xml Removing testsuite/openmodelica/interactive-API/getDefinitions.mos.result.xml Removing testsuite/openmodelica/interactive-API/getDialogAnnotation.mos.fail_log Removing testsuite/openmodelica/interactive-API/getDialogAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/getElementAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/getIconAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/getSimulationOptions1.mos.result.xml Removing testsuite/openmodelica/interactive-API/getSimulationOptions2.mos.result.xml Removing testsuite/openmodelica/interactive-API/instantiateFunction.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_api_annotations.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_api_attributes.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_api_calls.mos.fail_log Removing testsuite/openmodelica/interactive-API/interactive_api_calls.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_api_classes.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_api_loadsave.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_api_param.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_api_simulations.mos.fail_log Removing testsuite/openmodelica/interactive-API/interactive_api_simulations.mos.result.xml Removing testsuite/openmodelica/interactive-API/interactive_test.mos.result.xml Removing testsuite/openmodelica/interactive-API/isExperiment.mos.result.xml Removing testsuite/openmodelica/interactive-API/isRedeclare.mos.result.xml Removing testsuite/openmodelica/interactive-API/isReplaceable.mos.result.xml Removing testsuite/openmodelica/interactive-API/loadClassContentString1.mos.result.xml Removing testsuite/openmodelica/interactive-API/loadFileInteractiveQualified.mos.result.xml Removing testsuite/openmodelica/interactive-API/matrices.mos.result.xml Removing testsuite/openmodelica/interactive-API/refactorGraphAnn1.mos.result.xml Removing testsuite/openmodelica/interactive-API/refactorGraphAnn2.mos.result.xml Removing testsuite/openmodelica/interactive-API/regex.mos.result.xml Removing testsuite/openmodelica/interactive-API/saveShort.mos.result.xml Removing testsuite/openmodelica/interactive-API/saveTotalModel.mos.fail_log Removing testsuite/openmodelica/interactive-API/saveTotalModel.mos.result.xml Removing testsuite/openmodelica/interactive-API/setComponentComment.mos.result.xml Removing testsuite/openmodelica/interactive-API/setComponentModifierValue.mos.result.xml Removing testsuite/openmodelica/interactive-API/setElementAnnotation.mos.result.xml Removing testsuite/openmodelica/interactive-API/setElementModifierValue.mos.result.xml Removing testsuite/openmodelica/interactive-API/setElementType.mos.result.xml Removing testsuite/openmodelica/interactive-API/setExtendsModifierValue.mos.result.xml Removing testsuite/openmodelica/interactive-API/setSourceFileListFile.mos.result.xml Removing testsuite/openmodelica/interactive-API/showDoc.mos.fail_log Removing testsuite/openmodelica/interactive-API/showDoc.mos.result.xml Removing testsuite/openmodelica/interactive-API/showStructuralAnnotations.mos.result.xml Removing testsuite/openmodelica/interactive-API/stringSplit.mos.result.xml Removing testsuite/openmodelica/interactive-API/strings.mos.result.xml Removing testsuite/openmodelica/interactive-API/variables.mos.result.xml Removing testsuite/openmodelica/linearization/linmodel.mos.fail_log Removing testsuite/openmodelica/linearization/linmodel.mos.result.xml Removing testsuite/openmodelica/linearization/simLotkaVolterra.mos.fail_log Removing testsuite/openmodelica/linearization/simLotkaVolterra.mos.result.xml Removing testsuite/openmodelica/linearization/simNonlinear.mos.fail_log Removing testsuite/openmodelica/linearization/simNonlinear.mos.result.xml Removing testsuite/openmodelica/linearization/simTwoTank.mos.fail_log Removing testsuite/openmodelica/linearization/simTwoTank.mos.result.xml Removing testsuite/openmodelica/linearization/simVanDerPol.mos.result.xml Removing testsuite/openmodelica/linearization/simextfunction.mos.fail_log Removing testsuite/openmodelica/linearization/simextfunction.mos.result.xml Removing testsuite/openmodelica/linearization/smallValues.mos.fail_log Removing testsuite/openmodelica/linearization/smallValues.mos.result.xml Removing testsuite/openmodelica/linearization/testArrayAlg.mos.result.xml Removing testsuite/openmodelica/linearization/testDrumBoiler.mos.fail_log Removing testsuite/openmodelica/linearization/testDrumBoiler.mos.result.xml Removing testsuite/openmodelica/linearization/testMathFuncs.mos.fail_log Removing testsuite/openmodelica/linearization/testMathFuncs.mos.result.xml Removing testsuite/openmodelica/linearization/testRecordDiff.mos.fail_log Removing testsuite/openmodelica/linearization/testRecordDiff.mos.result.xml Removing testsuite/openmodelica/linearization/testSortFunction.mos.fail_log Removing testsuite/openmodelica/linearization/testSortFunction.mos.result.xml Removing testsuite/openmodelica/linearization/testSteamPipe.mos.fail_log Removing testsuite/openmodelica/linearization/testSteamPipe.mos.result.xml Removing testsuite/openmodelica/linearization/test_01.mos.fail_log Removing testsuite/openmodelica/linearization/test_01.mos.result.xml Removing testsuite/openmodelica/linearization/test_02.mos.result.xml Removing testsuite/openmodelica/linearization/test_03.mos.fail_log Removing testsuite/openmodelica/linearization/test_03.mos.result.xml Removing testsuite/openmodelica/linearization/test_04.mos.fail_log Removing testsuite/openmodelica/linearization/test_04.mos.result.xml Removing testsuite/openmodelica/linearization/test_05.mos.fail_log Removing testsuite/openmodelica/linearization/test_05.mos.result.xml Removing testsuite/openmodelica/linearization/test_06.mos.result.xml Removing testsuite/openmodelica/linearization/test_07.mos.fail_log Removing testsuite/openmodelica/linearization/test_07.mos.result.xml Removing testsuite/openmodelica/linearization/test_dump_languages.mos.fail_log Removing testsuite/openmodelica/linearization/test_dump_languages.mos.result.xml Removing testsuite/openmodelica/linearization/testknownvar.mos.fail_log Removing testsuite/openmodelica/linearization/testknownvar.mos.result.xml Removing testsuite/openmodelica/linearization/ticket3701.mos.fail_log Removing testsuite/openmodelica/linearization/ticket3701.mos.result.xml Removing testsuite/openmodelica/modelicaML/bouncingball.mos.fail_log Removing testsuite/openmodelica/modelicaML/bouncingball.mos.result.xml Removing testsuite/openmodelica/modelicaML/testModelicaML.mos.fail_log Removing testsuite/openmodelica/modelicaML/testModelicaML.mos.result.xml Removing testsuite/openmodelica/omsi/omsic/buildSimpleOMSU.mos.fail_log Removing testsuite/openmodelica/omsi/omsic/buildSimpleOMSU.mos.result.xml Removing testsuite/openmodelica/omsi/omsic/problem2.mos.fail_log Removing testsuite/openmodelica/omsi/omsic/problem2.mos.result.xml Removing testsuite/openmodelica/omsi/omsic/simpleLoop.mos.fail_log Removing testsuite/openmodelica/omsi/omsic/simpleLoop.mos.result.xml Removing testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos.fail_log Removing testsuite/openmodelica/omsi/omsic/simulateSimpleOMSU.mos.result.xml Removing testsuite/openmodelica/omsi/omsicpp/helloWorld.mos.fail_log Removing testsuite/openmodelica/omsi/omsicpp/helloWorld.mos.result.xml Removing testsuite/openmodelica/parser/Assign1.mo.result.xml Removing testsuite/openmodelica/parser/Assign2.mo.result.xml Removing testsuite/openmodelica/parser/Assign3.mo.result.xml Removing testsuite/openmodelica/parser/Assign4.mo.result.xml Removing testsuite/openmodelica/parser/Class3.mo.result.xml Removing testsuite/openmodelica/parser/Class4.mo.result.xml Removing testsuite/openmodelica/parser/Code.mo.result.xml Removing testsuite/openmodelica/parser/ConstructParameters1.mo.result.xml Removing testsuite/openmodelica/parser/Declaration1.mo.result.xml Removing testsuite/openmodelica/parser/Declaration2.mo.result.xml Removing testsuite/openmodelica/parser/Declaration3.mo.result.xml Removing testsuite/openmodelica/parser/DocumentationBackslash.mo.result.xml Removing testsuite/openmodelica/parser/DotName.mos.result.xml Removing testsuite/openmodelica/parser/EmptyWithin.mo.result.xml Removing testsuite/openmodelica/parser/Identifier.mo.result.xml Removing testsuite/openmodelica/parser/IfElseIf.mo.result.xml Removing testsuite/openmodelica/parser/ImportFullyQualified.mo.result.xml Removing testsuite/openmodelica/parser/InvalidPartialFunction.mo.result.xml Removing testsuite/openmodelica/parser/MetaModelicaMatchElse.mo.result.xml Removing testsuite/openmodelica/parser/MetaModelicaStringOpModelicaLexer.mo.result.xml Removing testsuite/openmodelica/parser/MissingEquation.mo.result.xml Removing testsuite/openmodelica/parser/MissingSemicolon.mo.result.xml Removing testsuite/openmodelica/parser/ModifyConstant3.mo.result.xml Removing testsuite/openmodelica/parser/OptionalOutput.mos.result.xml Removing testsuite/openmodelica/parser/ParseElementReplaceable.mo.result.xml Removing testsuite/openmodelica/parser/ParseError1.mo.result.xml Removing testsuite/openmodelica/parser/ParseError2.mo.result.xml Removing testsuite/openmodelica/parser/ParseError3.mo.result.xml Removing testsuite/openmodelica/parser/ParseFullModelica2.2.2.mos.result.xml Removing testsuite/openmodelica/parser/ParseFullModelica3.1.mos.fail_log Removing testsuite/openmodelica/parser/ParseFullModelica3.1.mos.result.xml Removing testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos.fail_log Removing testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos.result.xml Removing testsuite/openmodelica/parser/ParseModel.mos.result.xml Removing testsuite/openmodelica/parser/ParseString.mos.result.xml Removing testsuite/openmodelica/parser/PureImpure.mo.result.xml Removing testsuite/openmodelica/parser/PureImpure2.mo.result.xml Removing testsuite/openmodelica/parser/PureImpure3.mo.result.xml Removing testsuite/openmodelica/parser/RealLiterals1.mo.result.xml Removing testsuite/openmodelica/parser/RealOpLexerModelica.mo.result.xml Removing testsuite/openmodelica/parser/Redeclare.mos.result.xml Removing testsuite/openmodelica/parser/ReloadClass.mos.fail_log Removing testsuite/openmodelica/parser/ReloadClass.mos.result.xml Removing testsuite/openmodelica/parser/SimpleIntegrator4.mo.result.xml Removing testsuite/openmodelica/parser/WildLexerModelica.mo.result.xml Removing testsuite/openmodelica/parser/WithinComment1.mo.result.xml Removing testsuite/openmodelica/requirements/run.mos.result.xml Removing testsuite/openmodelica/requirements/runScenarios.mos.result.xml Removing testsuite/openmodelica/typed-API/GetBooleanClassAnnotation.mos.result.xml Removing testsuite/openmodelica/typed-API/StringVariableName.mos.result.xml Removing testsuite/openmodelica/typed-API/UriLookup.mos.fail_log Removing testsuite/openmodelica/typed-API/UriLookup.mos.result.xml Removing testsuite/openmodelica/typed-API/listFile.mos.result.xml Removing testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos.result.xml Removing testsuite/openmodelica/uncertainties/UncertaintyFlatten1.mo.result.xml Removing testsuite/openmodelica/uncertainties/dataReconciliation.mos.fail_log Removing testsuite/openmodelica/uncertainties/dataReconciliation.mos.result.xml Removing testsuite/openmodelica/visualization/ForceAndTorque.mos.fail_log Removing testsuite/openmodelica/visualization/ForceAndTorque.mos.result.xml Removing testsuite/openmodelica/visualization/Surfaces.mos.result.xml Removing testsuite/openmodelica/xml/BB.mos.result.xml Removing testsuite/openmodelica/xml/Bug3857.mos.fail_log Removing testsuite/openmodelica/xml/Bug3857.mos.result.xml Removing testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos.fail_log Removing testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos.result.xml Removing testsuite/openmodelica/xml/XmlDumpComment.mos.fail_log Removing testsuite/openmodelica/xml/XmlDumpComment.mos.result.xml Removing testsuite/openmodelica/xml/testMSD.mos.fail_log Removing testsuite/openmodelica/xml/testMSD.mos.result.xml Removing testsuite/runtest.db.dir Removing testsuite/runtest.db.pag Removing testsuite/simulation/libraries/3rdParty/Annex60/Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Annex60/Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Buildings/Buildings.HeatTransfer.Examples.ConductorMultiLayer.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Buildings/Buildings.HeatTransfer.Examples.ConductorMultiLayer.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Buildings/ReaderTMY3_total.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ABCDsystem.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AlgorithmSection.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AppendElement.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayConstruct1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDiv.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayIndex.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayMult.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayReduce.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BasicVolume2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.BouncingBall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Colors.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Concat3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssignFuncCall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConstructFunc.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DVSSTest.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.DimConvert.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Engine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Epidemics1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EqualityEquationsCorrect.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.EquationCall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Equations.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Exp.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FiveForEquations.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FlatTank.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FuncDer.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HelloWorld.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HideVariableForEquations.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.HydrogenIodide.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LogCall1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.LotkaVolterra.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MRFcall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ModifiedFiltersInSeries.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MoonLanding.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.NamedCall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.OneReturnValue.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolyEvaluate2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PolynomialEvaluator2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.PositionalCall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.RangeVector.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SampleSignalGenerator.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Sampler.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos_temp3078/ Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WaveEquationSample.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenEquation.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenPriority.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Xpowers3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe2.Test1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe2.Test2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/FourBar.TestPlanarLoops.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos_temp8570/ Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/HumMod/checkHumModOMC.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/HumMod/checkHumModOMC.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/05_SingularModel.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/06_SmoothEvents.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/07_Test3PhaseSystemsInit.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test10.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PNlib/Test10.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test11.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PNlib/Test11.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test12.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test1a.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PNlib/Test1a.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test1b.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PNlib/Test2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test5.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PNlib/Test5.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test6.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test7.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test8.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PNlib/Test8.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test9.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos_temp5696/ Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos_temp1037/ Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ScalableTestSuite/Advection_N3200.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test7.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test8.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.HRB.Simulators.ClosedLoopDigitalSimulator.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.RankineCycle.Simulators.ClosedLoop.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestSTG_cc.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phChen.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestFlow1D2phDB_hf.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV2ph.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp1641/ Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp1632/ Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp4422/ Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp931/ Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Xogeny/TestSine.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/Xogeny/TestSine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos.result.xml Removing testsuite/simulation/libraries/msl22/Electrical/CauerLowPassOPV2.mos.fail_log Removing testsuite/simulation/libraries/msl22/Electrical/CauerLowPassOPV2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Electrical/ChuaCircuit2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Electrical/HeatingMOSInverter2.mos.fail_log Removing testsuite/simulation/libraries/msl22/Electrical/HeatingMOSInverter2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Electrical/ShowVariableResistor2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/Accelerate2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/Damper2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/ElasticBearing2.mos.fail_log Removing testsuite/simulation/libraries/msl22/Mechanics/ElasticBearing2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/First2.mos.fail_log Removing testsuite/simulation/libraries/msl22/Mechanics/First2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/Oscillator2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/Sensors2.mos.fail_log Removing testsuite/simulation/libraries/msl22/Mechanics/Sensors2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/SignConvention2.mos.fail_log Removing testsuite/simulation/libraries/msl22/Mechanics/SignConvention2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/WhyArrows2.mos.fail_log Removing testsuite/simulation/libraries/msl22/Mechanics/WhyArrows2.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.ShowLogicalSources.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos_temp8748/ Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Math.Matrices.norm.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos_temp7215/ Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Frames.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Backlash.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.First.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.Friction.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Accelerate.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Brake.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Damper.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Friction.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.InitialConditions.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Oscillator.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.PreLoad.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.Sensors.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos.fail_log Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.IdealGasH2O.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MixtureGases.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.MoistAir.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.FlueGas.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos_temp526/ Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos_temp5924/ Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos_temp5443/ Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.WaterIF97.mos.fail_log Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Examples.WaterIF97.mos.result.xml Removing testsuite/simulation/libraries/msl31/media/Modelica.Media.Incompressible.Examples.TestGlycol.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.RAM.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos_temp4363/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3604/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp6178/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4551/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5322/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos_temp2315/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp9128/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos_temp6213/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp7895/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos_temp8166/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp752/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos_temp840/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos_temp9962/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation-addDerAlias.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos_temp4226/ Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos_temp3913/ Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos_temp8036/ Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos_temp8023/ Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8491/ Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp4908/ Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos_temp3086/ Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos_temp8982/ Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos_temp1285/ Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos_temp5180/ Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos_temp1443/ Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos.result.xml Removing testsuite/simulation/libraries/msl40/Modelica.Clocked.Examples.CascadeControlledDrive.AbsoluteClocks.mos.fail_log Removing testsuite/simulation/libraries/msl40/Modelica.Clocked.Examples.CascadeControlledDrive.AbsoluteClocks.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/AdvectionReaction.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/CascadedFirstOrder.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/CocurrentHeatExchangerEquations.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/CocurrentHeatExchangerEquations.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/CounterCurrentHeatExchangerEquations.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/CounterCurrentHeatExchangerEquations.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/DistributionSystemModelicaIndividual.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/DistributionSystemModelicaIndividual.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/DistributionSystemModelicaIndividual.mos_temp170/ Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/HarmonicOscillator.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/HarmonicOscillatorNetwork.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/HarmonicOscillatorNetwork.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/HeatingSystem.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/ManyEvents.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/ManyEvents.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/ManyEventsManyConditions.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/ManyEventsManyConditions.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/OneDHeatTransferTI_FD.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/OneDHeatTransferTI_Modelica.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/OneDHeatTransferTT_FD.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/OneDHeatTransferTT_FD.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/OneDHeatTransferTT_Modelica.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/OneDHeatTransferTT_Modelica.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/PowerSystemStepLoad.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/SimpleAdvection.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/SimpleAdvection.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/Table.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/Table.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/TestHist.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/TestHysteresis.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/TestSat.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/TestSat.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/TransmissionLineModelica.mos.fail_log Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/TransmissionLineModelica.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/Verification_Table.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/diagonal_slice_for.mos.fail_log Removing testsuite/simulation/modelica/NBackend/array_handling/diagonal_slice_for.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/exemplary.mos.fail_log Removing testsuite/simulation/modelica/NBackend/array_handling/exemplary.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/for_exp.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/for_list.mos.fail_log Removing testsuite/simulation/modelica/NBackend/array_handling/for_list.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/irregular_for.mos.fail_log Removing testsuite/simulation/modelica/NBackend/array_handling/irregular_for.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/simple_der_for.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/simple_for.mos.fail_log Removing testsuite/simulation/modelica/NBackend/array_handling/simple_for.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/simple_nested_for.mos.fail_log Removing testsuite/simulation/modelica/NBackend/array_handling/simple_nested_for.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/Alias.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/Alias2.mos.fail_log Removing testsuite/simulation/modelica/NBackend/basics/Alias2.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/emptyModel.mos.fail_log Removing testsuite/simulation/modelica/NBackend/basics/emptyModel.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/helloWorld.mos.fail_log Removing testsuite/simulation/modelica/NBackend/basics/helloWorld.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/implicitEquation.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/multary_simplification.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/parameterSystem.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/partitioning.mos.fail_log Removing testsuite/simulation/modelica/NBackend/basics/partitioning.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/simpleNonlinearLoop.mos.fail_log Removing testsuite/simulation/modelica/NBackend/basics/simpleNonlinearLoop.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/underdetermined_init.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/variability.mos.result.xml Removing testsuite/simulation/modelica/NBackend/event_handling/compositeEvent.mos.result.xml Removing testsuite/simulation/modelica/NBackend/event_handling/eventSystem.mos.fail_log Removing testsuite/simulation/modelica/NBackend/event_handling/eventSystem.mos.result.xml Removing testsuite/simulation/modelica/NBackend/event_handling/hybridSys.mos.result.xml Removing testsuite/simulation/modelica/NBackend/functions/builtin_functions.mos.result.xml Removing testsuite/simulation/modelica/NBackend/functions/function_annotation_der.mos.result.xml Removing testsuite/simulation/modelica/NBackend/functions/function_diff.mos.result.xml Removing testsuite/simulation/modelica/NBackend/functions/function_partial_der.mos.result.xml Removing testsuite/simulation/modelica/NBackend/records/ComplexTest.mos.fail_log Removing testsuite/simulation/modelica/NBackend/records/ComplexTest.mos.result.xml Removing testsuite/simulation/modelica/NBackend/records/NonTopLevelInputs.mos.result.xml Removing testsuite/simulation/modelica/NBackend/records/record_inlining.mos.fail_log Removing testsuite/simulation/modelica/NBackend/records/record_inlining.mos.result.xml Removing testsuite/simulation/modelica/NBackend/records/simple_record.mos.result.xml Removing testsuite/simulation/modelica/NBackend/records/simple_tuple.mos.fail_log Removing testsuite/simulation/modelica/NBackend/records/simple_tuple.mos.result.xml Removing testsuite/simulation/modelica/NBackend/tearing/minimalTearing_simple.mos.fail_log Removing testsuite/simulation/modelica/NBackend/tearing/minimalTearing_simple.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ASubIfExp.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign1.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmCondAssign2.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmForInClass.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmSection.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmSize.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmSize.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/AlgorithmTupleAssign.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ArrayInitSorting.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ComplexSystem.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/DoubleWhenSequential.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/DoubleWhenSequential.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ForIterator1.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/ForIterator1.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ForIterator2.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/FuncDer.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/FuncDer.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/FunctionInReinit.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/FunctionIndirectRecursion2.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/FunctionTupleRecord.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/Interpolation.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/Interpolation.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm1.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm1.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm2.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm3.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/InverseAlgorithm4.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/LocalVariableInit.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/LocalVariableInit.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/SimplePeriodicSampler.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/SimplePeriodicSampler.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/SumSeriesWhile.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/TestCrossFunction.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/TupleReturn.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/WhenPriority.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/WhenStatement1.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/WhenStatement1.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/WhenStatement2.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/WhenStatement2.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/WhenStatement3.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ZeroCross.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/ZeroCross.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/algorithms.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/algorithms.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/bug2888.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/bug2888.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/bug_2271.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/bug_2286.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/bug_2286_literal.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/bug_2286_literal.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/bug_2452.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/bug_5659.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/bug_6068.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/bug_6068.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ticket-3477.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/val.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/val.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/whenDiscreteForLoop.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/whenDiscreteForLoop.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/whenFunctionTuple.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/whenstatements.mos.fail_log Removing testsuite/simulation/modelica/algorithms_functions/whenstatements.mos.result.xml Removing testsuite/simulation/modelica/arrays/ABCDsystem.csv.mos.fail_log Removing testsuite/simulation/modelica/arrays/ABCDsystem.csv.mos.result.xml Removing testsuite/simulation/modelica/arrays/ABCDsystem.empty.mos.fail_log Removing testsuite/simulation/modelica/arrays/ABCDsystem.empty.mos.result.xml Removing testsuite/simulation/modelica/arrays/ABCDsystem.plt.mos.fail_log Removing testsuite/simulation/modelica/arrays/ABCDsystem.plt.mos.result.xml Removing testsuite/simulation/modelica/arrays/AlgorithmArrayEqn.mos.result.xml Removing testsuite/simulation/modelica/arrays/AppendElement.mos.fail_log Removing testsuite/simulation/modelica/arrays/AppendElement.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayAddSub1.mos.fail_log Removing testsuite/simulation/modelica/arrays/ArrayAddSub1.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayDivError.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayEquation.mos.fail_log Removing testsuite/simulation/modelica/arrays/ArrayEquation.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayExponentiation.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayFromRange.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayModel.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayMult.mos.fail_log Removing testsuite/simulation/modelica/arrays/ArrayMult.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayParameterSize.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayReduce.mos.fail_log Removing testsuite/simulation/modelica/arrays/ArrayReduce.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayReturn.mos.fail_log Removing testsuite/simulation/modelica/arrays/ArrayReturn.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArraySlice.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArraySlice2.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArraySliceAssigmentFunction.mos.fail_log Removing testsuite/simulation/modelica/arrays/ArraySliceAssigmentFunction.mos.result.xml Removing testsuite/simulation/modelica/arrays/AsubCrefExpType.mos.fail_log Removing testsuite/simulation/modelica/arrays/AsubCrefExpType.mos.result.xml Removing testsuite/simulation/modelica/arrays/BooleanArray.mos.fail_log Removing testsuite/simulation/modelica/arrays/BooleanArray.mos.result.xml Removing testsuite/simulation/modelica/arrays/BooleanArray2.mos.result.xml Removing testsuite/simulation/modelica/arrays/Breaker_total.mos.fail_log Removing testsuite/simulation/modelica/arrays/Breaker_total.mos.result.xml Removing testsuite/simulation/modelica/arrays/Bug3187.mos.fail_log Removing testsuite/simulation/modelica/arrays/Bug3187.mos.result.xml Removing testsuite/simulation/modelica/arrays/Bug3916.mos.fail_log Removing testsuite/simulation/modelica/arrays/Bug3916.mos.result.xml Removing testsuite/simulation/modelica/arrays/ConstructFunc.mos.fail_log Removing testsuite/simulation/modelica/arrays/ConstructFunc.mos.result.xml Removing testsuite/simulation/modelica/arrays/DimConvert.mos.fail_log Removing testsuite/simulation/modelica/arrays/DimConvert.mos.result.xml Removing testsuite/simulation/modelica/arrays/NPendulum.mos.fail_log Removing testsuite/simulation/modelica/arrays/NPendulum.mos.result.xml Removing testsuite/simulation/modelica/arrays/PolynomialEvaluator1.mos.fail_log Removing testsuite/simulation/modelica/arrays/PolynomialEvaluator1.mos.result.xml Removing testsuite/simulation/modelica/arrays/PolynomialEvaluator2.mos.result.xml Removing testsuite/simulation/modelica/arrays/PolynomialEvaluator3.mos.fail_log Removing testsuite/simulation/modelica/arrays/PolynomialEvaluator3.mos.result.xml Removing testsuite/simulation/modelica/arrays/PolynomialEvaluatorA.mos.fail_log Removing testsuite/simulation/modelica/arrays/PolynomialEvaluatorA.mos.result.xml Removing testsuite/simulation/modelica/arrays/PolynomialEvaluatorB.mos.fail_log Removing testsuite/simulation/modelica/arrays/PolynomialEvaluatorB.mos.result.xml Removing testsuite/simulation/modelica/arrays/VariableRangeSubscript.mos.fail_log Removing testsuite/simulation/modelica/arrays/VariableRangeSubscript.mos.result.xml Removing testsuite/simulation/modelica/arrays/VectorizeOneReturnValue.mos.fail_log Removing testsuite/simulation/modelica/arrays/VectorizeOneReturnValue.mos.result.xml Removing testsuite/simulation/modelica/arrays/Xpowers1.mos.fail_log Removing testsuite/simulation/modelica/arrays/Xpowers1.mos.result.xml Removing testsuite/simulation/modelica/arrays/Xpowers2.mos.result.xml Removing testsuite/simulation/modelica/arrays/Xpowers3.mos.fail_log Removing testsuite/simulation/modelica/arrays/Xpowers3.mos.result.xml Removing testsuite/simulation/modelica/arrays/ZeroSizeLoop.mos.fail_log Removing testsuite/simulation/modelica/arrays/ZeroSizeLoop.mos.result.xml Removing testsuite/simulation/modelica/arrays/bug_2217.mos.result.xml Removing testsuite/simulation/modelica/arrays/bug_2911.mos.fail_log Removing testsuite/simulation/modelica/arrays/bug_2911.mos.result.xml Removing testsuite/simulation/modelica/arrays/bug_3184.mos.result.xml Removing testsuite/simulation/modelica/arrays/crefIndex.mos.fail_log Removing testsuite/simulation/modelica/arrays/crefIndex.mos.result.xml Removing testsuite/simulation/modelica/arrays/gc.mos.fail_log Removing testsuite/simulation/modelica/arrays/gc.mos.result.xml Removing testsuite/simulation/modelica/arrays/gc2980.mos.fail_log Removing testsuite/simulation/modelica/arrays/gc2980.mos.result.xml Removing testsuite/simulation/modelica/arrays/ticket2336.mos.result.xml Removing testsuite/simulation/modelica/arrays/ticket5114.mos.result.xml Removing testsuite/simulation/modelica/arrays/ticket_5994.mos.fail_log Removing testsuite/simulation/modelica/arrays/ticket_5994.mos.result.xml Removing testsuite/simulation/modelica/arrays/ticket_6099.mos.fail_log Removing testsuite/simulation/modelica/arrays/ticket_6099.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest1.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest2.mos.fail_log Removing testsuite/simulation/modelica/asserts/AssertTest2.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest3.mos.fail_log Removing testsuite/simulation/modelica/asserts/AssertTest3.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest4.mos.fail_log Removing testsuite/simulation/modelica/asserts/AssertTest4.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest5.mos.fail_log Removing testsuite/simulation/modelica/asserts/AssertTest5.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest6.mos.fail_log Removing testsuite/simulation/modelica/asserts/AssertTest6.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest7.mos.fail_log Removing testsuite/simulation/modelica/asserts/AssertTest7.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest8.mos.fail_log Removing testsuite/simulation/modelica/asserts/AssertTest8.mos.result.xml Removing testsuite/simulation/modelica/asserts/TestAssert.mos.fail_log Removing testsuite/simulation/modelica/asserts/TestAssert.mos.result.xml Removing testsuite/simulation/modelica/asserts/powAssert1.mos.fail_log Removing testsuite/simulation/modelica/asserts/powAssert1.mos.result.xml Removing testsuite/simulation/modelica/asserts/powAssert2.mos.fail_log Removing testsuite/simulation/modelica/asserts/powAssert2.mos.result.xml Removing testsuite/simulation/modelica/asserts/powAssert3.mos.fail_log Removing testsuite/simulation/modelica/asserts/powAssert3.mos.result.xml Removing testsuite/simulation/modelica/asserts/testAssertSolve.mos.fail_log Removing testsuite/simulation/modelica/asserts/testAssertSolve.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/BuiltinMath.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/BuiltinMath.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/Compare.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/Compare.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/Delta.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/Delta.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/DerInvalid.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/DerValid.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/DerValid.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/Epidemics1.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/Epidemics1.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/HydrogenIodide.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/HydrogenIodide.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/Identity.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/LotkaVolterra.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/MeasureTime.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/MeasureTime.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/SemiLinear.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/SemiLinear.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/SemiLinearTest2.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/Sign.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/Time.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/Time.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/TwoRateSampler.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/delay/Delay.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/delay/DelayTooSmall.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/dertest.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/bigSteps.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/helloSpatialDistribution.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/helloSpatialDistribution.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/initSpatialDistribution.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/mixedVelocity.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/negativeVelocity.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/negativeVelocity.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/pulseInput.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/test1.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/test1.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/test2.mos.fail_log Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/test2.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/test3.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/comSubExp1.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/comSubExp1.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cse1.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cse1.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cse2.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cse2_comSubExp.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cse3.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cse3.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall1.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall2.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall2.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall3.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall4.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall4b.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall4c.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall4d.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall4d.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall5.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall6.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall6.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall7.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall8.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall1.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cseTestCall1.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall2.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall3.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cseTestCall3.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall4.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall5.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall6.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/cseTestCall6.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall7.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls1.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls1.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls10.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls10.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls12.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls12.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls13.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls13.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls14.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls14.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls2.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls2.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls3.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls4.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls4.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls5.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls5.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls6.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls6.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls7.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls8.mos.fail_log Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls8.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls9.mos.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls_enums_8166.mos.result.xml Removing testsuite/simulation/modelica/connectors/ConstantConnect.mos.result.xml Removing testsuite/simulation/modelica/connectors/HeatTank.mos.result.xml Removing testsuite/simulation/modelica/connectors/HeatTankExpanded.mos.result.xml Removing testsuite/simulation/modelica/connectors/LinearSysEq.mos.fail_log Removing testsuite/simulation/modelica/connectors/LinearSysEq.mos.result.xml Removing testsuite/simulation/modelica/connectors/StepAdvanced.mos.result.xml Removing testsuite/simulation/modelica/connectors/Tank.mos.fail_log Removing testsuite/simulation/modelica/connectors/Tank.mos.result.xml Removing testsuite/simulation/modelica/connectors/TankHybridPI.mos.result.xml Removing testsuite/simulation/modelica/connectors/TankHybridPID.mos.result.xml Removing testsuite/simulation/modelica/connectors/TankPI.mos.fail_log Removing testsuite/simulation/modelica/connectors/TankPI.mos.result.xml Removing testsuite/simulation/modelica/connectors/TankPID.mos.fail_log Removing testsuite/simulation/modelica/connectors/TankPID.mos.result.xml Removing testsuite/simulation/modelica/connectors/TanksConnectedPI.mos.fail_log Removing testsuite/simulation/modelica/connectors/TanksConnectedPI.mos.result.xml Removing testsuite/simulation/modelica/connectors/TopLevelConnectorArray.mos.result.xml Removing testsuite/simulation/modelica/connectors/TopLevelNestedConnectors.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAE10.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEModeFileSplit_Issue4851.mos.fail_log Removing testsuite/simulation/modelica/daemode/testDAEModeFileSplit_Issue4851.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEScaling.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEmodeDrumBoiler.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp1.mos.fail_log Removing testsuite/simulation/modelica/daemode/testDAEp1.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp2.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp3.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp4.mos.fail_log Removing testsuite/simulation/modelica/daemode/testDAEp4.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp5.mos.fail_log Removing testsuite/simulation/modelica/daemode/testDAEp5.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp6.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp7.mos.fail_log Removing testsuite/simulation/modelica/daemode/testDAEp7.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp8.mos.fail_log Removing testsuite/simulation/modelica/daemode/testDAEp8.mos.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp9.mos.fail_log Removing testsuite/simulation/modelica/daemode/testDAEp9.mos.result.xml Removing testsuite/simulation/modelica/declarations/MyPointsInst1.mos.result.xml Removing testsuite/simulation/modelica/declarations/MyPointsInst2.mos.result.xml Removing testsuite/simulation/modelica/enums/EnumArray.mos.result.xml Removing testsuite/simulation/modelica/enums/EnumArray2.mos.result.xml Removing testsuite/simulation/modelica/enums/EnumArrayArray.mos.fail_log Removing testsuite/simulation/modelica/enums/EnumArrayArray.mos.result.xml Removing testsuite/simulation/modelica/enums/TestPosture.mos.result.xml Removing testsuite/simulation/modelica/equations/ActivateWhenEquation.mos.fail_log Removing testsuite/simulation/modelica/equations/ActivateWhenEquation.mos.result.xml Removing testsuite/simulation/modelica/equations/AliasEquations.mos.result.xml Removing testsuite/simulation/modelica/equations/BouncingBall.mos.fail_log Removing testsuite/simulation/modelica/equations/BouncingBall.mos.result.xml Removing testsuite/simulation/modelica/equations/BouncingBall2.mos.fail_log Removing testsuite/simulation/modelica/equations/BouncingBall2.mos.result.xml Removing testsuite/simulation/modelica/equations/BouncingBallExamples.mos.fail_log Removing testsuite/simulation/modelica/equations/BouncingBallExamples.mos.result.xml Removing testsuite/simulation/modelica/equations/Cross.mos.result.xml Removing testsuite/simulation/modelica/equations/DAEexample.mos.fail_log Removing testsuite/simulation/modelica/equations/DAEexample.mos.result.xml Removing testsuite/simulation/modelica/equations/DAEexample2.mos.result.xml Removing testsuite/simulation/modelica/equations/DoubleWhenConflict.mos.result.xml Removing testsuite/simulation/modelica/equations/EqualityEquations.mos.result.xml Removing testsuite/simulation/modelica/equations/EqualityEquationsCorrect.mos.fail_log Removing testsuite/simulation/modelica/equations/EqualityEquationsCorrect.mos.result.xml Removing testsuite/simulation/modelica/equations/FiveForEquations.mos.fail_log Removing testsuite/simulation/modelica/equations/FiveForEquations.mos.result.xml Removing testsuite/simulation/modelica/equations/FlatTank.mos.fail_log Removing testsuite/simulation/modelica/equations/FlatTank.mos.result.xml Removing testsuite/simulation/modelica/equations/HelloWorld.mos.fail_log Removing testsuite/simulation/modelica/equations/HelloWorld.mos.result.xml Removing testsuite/simulation/modelica/equations/HideVariableForEquations.mos.fail_log Removing testsuite/simulation/modelica/equations/HideVariableForEquations.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation.mos.fail_log Removing testsuite/simulation/modelica/equations/IfEquation.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation2.mos.fail_log Removing testsuite/simulation/modelica/equations/IfEquation2.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation3.mos.fail_log Removing testsuite/simulation/modelica/equations/IfEquation3.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation4.mos.fail_log Removing testsuite/simulation/modelica/equations/IfEquation4.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation5.mos.fail_log Removing testsuite/simulation/modelica/equations/IfEquation5.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation6.mos.fail_log Removing testsuite/simulation/modelica/equations/IfEquation6.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquationUnbalanced.mos.result.xml Removing testsuite/simulation/modelica/equations/ModelBalance1.mos.fail_log Removing testsuite/simulation/modelica/equations/ModelBalance1.mos.result.xml Removing testsuite/simulation/modelica/equations/ModelBalance2.mos.result.xml Removing testsuite/simulation/modelica/equations/ModelBalance3.mos.result.xml Removing testsuite/simulation/modelica/equations/ModelBalance4.mos.result.xml Removing testsuite/simulation/modelica/equations/VariableSubscriptAlias.mos.result.xml Removing testsuite/simulation/modelica/equations/WatchDog1AlgorithmWhen.mos.fail_log Removing testsuite/simulation/modelica/equations/WatchDog1AlgorithmWhen.mos.result.xml Removing testsuite/simulation/modelica/equations/WatchDog2EquationWhen.mos.fail_log Removing testsuite/simulation/modelica/equations/WatchDog2EquationWhen.mos.result.xml Removing testsuite/simulation/modelica/equations/WhenEquation.mos.fail_log Removing testsuite/simulation/modelica/equations/WhenEquation.mos.result.xml Removing testsuite/simulation/modelica/equations/WhenEquation1.mos.result.xml Removing testsuite/simulation/modelica/equations/WhenNoRetCall.mos.result.xml Removing testsuite/simulation/modelica/equations/constantLinSys.mos.result.xml Removing testsuite/simulation/modelica/equations/deriveToLog.mos.fail_log Removing testsuite/simulation/modelica/equations/deriveToLog.mos.result.xml Removing testsuite/simulation/modelica/equations/ticket-2337.mos.result.xml Removing testsuite/simulation/modelica/equations/ticket-5206.mos.fail_log Removing testsuite/simulation/modelica/equations/ticket-5206.mos.result.xml Removing testsuite/simulation/modelica/equations/when_sorting.mos.fail_log Removing testsuite/simulation/modelica/equations/when_sorting.mos.result.xml Removing testsuite/simulation/modelica/events/ChatteringEventsTest1.mos.result.xml Removing testsuite/simulation/modelica/events/ChatteringEventsTest2.mos.fail_log Removing testsuite/simulation/modelica/events/ChatteringEventsTest2.mos.result.xml Removing testsuite/simulation/modelica/events/CheckEvents.mos.result.xml Removing testsuite/simulation/modelica/events/EventDelay.mos.result.xml Removing testsuite/simulation/modelica/events/EventIteration.mos.result.xml Removing testsuite/simulation/modelica/events/EventLoop.mos.result.xml Removing testsuite/simulation/modelica/events/EventTests.mos.fail_log Removing testsuite/simulation/modelica/events/EventTests.mos.result.xml Removing testsuite/simulation/modelica/events/EventTests2.mos.result.xml Removing testsuite/simulation/modelica/events/EventTests3.mos.fail_log Removing testsuite/simulation/modelica/events/EventTests3.mos.result.xml Removing testsuite/simulation/modelica/events/IntegerZeroCrossings.mos.fail_log Removing testsuite/simulation/modelica/events/IntegerZeroCrossings.mos.result.xml Removing testsuite/simulation/modelica/events/MathEventFuncs1.mos.fail_log Removing testsuite/simulation/modelica/events/MathEventFuncs1.mos.result.xml Removing testsuite/simulation/modelica/events/MathEventFuncs2.mos.result.xml Removing testsuite/simulation/modelica/events/Reinit.mos.result.xml Removing testsuite/simulation/modelica/events/ServerWithQueue.mos.result.xml Removing testsuite/simulation/modelica/events/TestNoEventsFlags.mos.result.xml Removing testsuite/simulation/modelica/events/ZeroCrossing.mos.result.xml Removing testsuite/simulation/modelica/events/bug1228.mos.result.xml Removing testsuite/simulation/modelica/events/bug2667.mos.fail_log Removing testsuite/simulation/modelica/events/bug2667.mos.result.xml Removing testsuite/simulation/modelica/events/bug2718.mos.result.xml Removing testsuite/simulation/modelica/events/bug2752.mos.result.xml Removing testsuite/simulation/modelica/events/bug2808.mos.result.xml Removing testsuite/simulation/modelica/events/bug3092.mos.fail_log Removing testsuite/simulation/modelica/events/bug3092.mos.result.xml Removing testsuite/simulation/modelica/events/bug3358.mos.result.xml Removing testsuite/simulation/modelica/events/bug4419.mos.fail_log Removing testsuite/simulation/modelica/events/bug4419.mos.result.xml Removing testsuite/simulation/modelica/events/sample1.mos.result.xml Removing testsuite/simulation/modelica/events/sample2.mos.result.xml Removing testsuite/simulation/modelica/events/whenInAlgorithm.mos.fail_log Removing testsuite/simulation/modelica/events/whenInAlgorithm.mos.result.xml Removing testsuite/simulation/modelica/events/whenTest1.mos.result.xml Removing testsuite/simulation/modelica/events/whenTest2.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ExtObj.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ExtObjStringParam.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ExternalCFuncInputOnly.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ExternalLibraries.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ExternalRHSFlag.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ImplicitArray.mos.result.xml Removing testsuite/simulation/modelica/external_functions/LapackInverse.mos.result.xml Removing testsuite/simulation/modelica/external_functions/MDD_test.mos.fail_log Removing testsuite/simulation/modelica/external_functions/MDD_test.mos.result.xml Removing testsuite/simulation/modelica/external_functions/Matrix.mos.fail_log Removing testsuite/simulation/modelica/external_functions/Matrix.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ModelicaUtilities.mos.fail_log Removing testsuite/simulation/modelica/external_functions/ModelicaUtilities.mos.result.xml Removing testsuite/simulation/modelica/external_functions/QualifiedCrefArg.mos.fail_log Removing testsuite/simulation/modelica/external_functions/QualifiedCrefArg.mos.result.xml Removing testsuite/simulation/modelica/external_functions/TestRoots.mos.fail_log Removing testsuite/simulation/modelica/external_functions/TestRoots.mos.result.xml Removing testsuite/simulation/modelica/external_functions/extObj_ticket3446.mos.fail_log Removing testsuite/simulation/modelica/external_functions/extObj_ticket3446.mos.result.xml Removing testsuite/simulation/modelica/external_functions/ts.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/CascodeCircuit.mos.fail_log Removing testsuite/simulation/modelica/functions_eval/CascodeCircuit.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/Inverter2.mos.fail_log Removing testsuite/simulation/modelica/functions_eval/Inverter2.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/MoistAir.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/Nand.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/NumberOfSymmetricBaseSystems.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/RtlInverter.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/VectorizeMultipleUnknown.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/functionArray.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/functionEvaluation.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/functionTest4.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/functionTest5.mos.fail_log Removing testsuite/simulation/modelica/functions_eval/functionTest5.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/functionTest7.mos.fail_log Removing testsuite/simulation/modelica/functions_eval/functionTest7.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/functionTest8.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/functionTest9.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/partialConstArray.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/simplifyIf1.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/simplifyIf2.mos.result.xml Removing testsuite/simulation/modelica/functions_eval/ticket2535.mos.result.xml Removing testsuite/simulation/modelica/hpcom/BouncingBall.mos.result.xml Removing testsuite/simulation/modelica/hpcom/ElectricalCircuit.mos.fail_log Removing testsuite/simulation/modelica/hpcom/ElectricalCircuit.mos.result.xml Removing testsuite/simulation/modelica/hpcom/MergingExample.mos.fail_log Removing testsuite/simulation/modelica/hpcom/MergingExample.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos_temp9870/ Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos.result.xml Removing testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos.fail_log Removing testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos.result.xml Removing testsuite/simulation/modelica/hpcom/SimpleResistor.mos.fail_log Removing testsuite/simulation/modelica/hpcom/SimpleResistor.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test1.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test1.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test10.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test10.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test11.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test12.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test12.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test13.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test13.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test2.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test2.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test3.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test3.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test4.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test4.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test5.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test5.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test6.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test7.mos.fail_log Removing testsuite/simulation/modelica/inStream/Test7.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test8.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test9.mos.result.xml Removing testsuite/simulation/modelica/indexreduction/ASSC.mos.fail_log Removing testsuite/simulation/modelica/indexreduction/ASSC.mos.result.xml Removing testsuite/simulation/modelica/indexreduction/MoveWithInputs.mos.fail_log Removing testsuite/simulation/modelica/indexreduction/MoveWithInputs.mos.result.xml Removing testsuite/simulation/modelica/indexreduction/PantelidesSingular.mos.result.xml Removing testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos.fail_log Removing testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos.result.xml Removing testsuite/simulation/modelica/inheritances/MoonLanding.mos.fail_log Removing testsuite/simulation/modelica/inheritances/MoonLanding.mos.result.xml Removing testsuite/simulation/modelica/inheritances/OneArgBaseFunction.mos.fail_log Removing testsuite/simulation/modelica/inheritances/OneArgBaseFunction.mos.result.xml Removing testsuite/simulation/modelica/inheritances/Ticket4258a.mos.fail_log Removing testsuite/simulation/modelica/inheritances/Ticket4258a.mos.result.xml Removing testsuite/simulation/modelica/inheritances/Ticket4258b.mos.fail_log Removing testsuite/simulation/modelica/inheritances/Ticket4258b.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeInitialValues.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipeLumpedPressureInitialization.mos_temp1659/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos_temp3948/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos_temp2369/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp7398/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitialInconsistent.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullSteadyState.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullInitialInconsistent.mos_temp8555/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesFullSteadyState.mos.result.xml Removing testsuite/simulation/modelica/initialization/SingularInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/Ticket5340.mos.fail_log Removing testsuite/simulation/modelica/initialization/Ticket5340.mos.result.xml Removing testsuite/simulation/modelica/initialization/array_algorithm.mos.fail_log Removing testsuite/simulation/modelica/initialization/array_algorithm.mos.result.xml Removing testsuite/simulation/modelica/initialization/autoFixed.mos.fail_log Removing testsuite/simulation/modelica/initialization/autoFixed.mos.result.xml Removing testsuite/simulation/modelica/initialization/boundParameterExpUnfixed.mos.fail_log Removing testsuite/simulation/modelica/initialization/boundParameterExpUnfixed.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2207.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2263.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2263.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2504.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2504.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2566.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2566.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2583.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2673.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2673.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2673b.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2673b.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2830.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2830.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2990.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2990.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2994.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_2994.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_3014.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_3014.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_3052.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_3536.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_4387.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_4718.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_4718.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_6001.mos.fail_log Removing testsuite/simulation/modelica/initialization/bug_6001.mos.result.xml Removing testsuite/simulation/modelica/initialization/conflictingStartValues.mos.result.xml Removing testsuite/simulation/modelica/initialization/conflictingStartValues2.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest01.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest02.mos.fail_log Removing testsuite/simulation/modelica/initialization/discreteTest02.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest03.mos.fail_log Removing testsuite/simulation/modelica/initialization/discreteTest03.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest04.mos.fail_log Removing testsuite/simulation/modelica/initialization/discreteTest04.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest05.mos.fail_log Removing testsuite/simulation/modelica/initialization/discreteTest05.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest06.mos.fail_log Removing testsuite/simulation/modelica/initialization/discreteTest06.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest08.mos.fail_log Removing testsuite/simulation/modelica/initialization/discreteTest08.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest09.mos.fail_log Removing testsuite/simulation/modelica/initialization/discreteTest09.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest10.mos.result.xml Removing testsuite/simulation/modelica/initialization/eventTest.mos.fail_log Removing testsuite/simulation/modelica/initialization/eventTest.mos.result.xml Removing testsuite/simulation/modelica/initialization/eventTest2.mos.fail_log Removing testsuite/simulation/modelica/initialization/eventTest2.mos.result.xml Removing testsuite/simulation/modelica/initialization/filterBlock1.mos.result.xml Removing testsuite/simulation/modelica/initialization/fullRobot.mos.fail_log Removing testsuite/simulation/modelica/initialization/fullRobot.mos.result.xml Removing testsuite/simulation/modelica/initialization/gaspropreties.mos.fail_log Removing testsuite/simulation/modelica/initialization/gaspropreties.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy1.mos.fail_log Removing testsuite/simulation/modelica/initialization/homotopy1.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy2.mos.fail_log Removing testsuite/simulation/modelica/initialization/homotopy2.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy3.mos.fail_log Removing testsuite/simulation/modelica/initialization/homotopy3.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy4.mos.fail_log Removing testsuite/simulation/modelica/initialization/homotopy4.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy4_solver.mos.fail_log Removing testsuite/simulation/modelica/initialization/homotopy4_solver.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy5.mos.fail_log Removing testsuite/simulation/modelica/initialization/homotopy5.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy6.mos.fail_log Removing testsuite/simulation/modelica/initialization/homotopy6.mos.result.xml Removing testsuite/simulation/modelica/initialization/initial_equation.mos.fail_log Removing testsuite/simulation/modelica/initialization/initial_equation.mos.result.xml Removing testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos.fail_log Removing testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos.result.xml Removing testsuite/simulation/modelica/initialization/parameters.mos.fail_log Removing testsuite/simulation/modelica/initialization/parameters.mos.result.xml Removing testsuite/simulation/modelica/initialization/pre1.mos.result.xml Removing testsuite/simulation/modelica/initialization/pre2.mos.fail_log Removing testsuite/simulation/modelica/initialization/pre2.mos.result.xml Removing testsuite/simulation/modelica/initialization/pre3.mos.fail_log Removing testsuite/simulation/modelica/initialization/pre3.mos.result.xml Removing testsuite/simulation/modelica/initialization/redundantInitialEquations.mos.fail_log Removing testsuite/simulation/modelica/initialization/redundantInitialEquations.mos.result.xml Removing testsuite/simulation/modelica/initialization/scaling1.mos.fail_log Removing testsuite/simulation/modelica/initialization/scaling1.mos.result.xml Removing testsuite/simulation/modelica/initialization/scaling2.mos.fail_log Removing testsuite/simulation/modelica/initialization/scaling2.mos.result.xml Removing testsuite/simulation/modelica/initialization/setNumberOfInitLambda.mos.result.xml Removing testsuite/simulation/modelica/initialization/singularJacobian.mos.fail_log Removing testsuite/simulation/modelica/initialization/singularJacobian.mos.result.xml Removing testsuite/simulation/modelica/initialization/startValue.mos.result.xml Removing testsuite/simulation/modelica/initialization/startValue1.mos.result.xml Removing testsuite/simulation/modelica/initialization/startValue2.mos.result.xml Removing testsuite/simulation/modelica/initialization/startValue3.mos.fail_log Removing testsuite/simulation/modelica/initialization/startValue3.mos.result.xml Removing testsuite/simulation/modelica/initialization/terminate.mos.result.xml Removing testsuite/simulation/modelica/initialization/testIfAssert.mos.result.xml Removing testsuite/simulation/modelica/initialization/underdeterminedTest1.mos.fail_log Removing testsuite/simulation/modelica/initialization/underdeterminedTest1.mos.result.xml Removing testsuite/simulation/modelica/initialization/underdeterminedTest2.mos.fail_log Removing testsuite/simulation/modelica/initialization/underdeterminedTest2.mos.result.xml Removing testsuite/simulation/modelica/initialization/underdeterminedTest3.mos.result.xml Removing testsuite/simulation/modelica/initialization/underdeterminedTest4.mos.fail_log Removing testsuite/simulation/modelica/initialization/underdeterminedTest4.mos.result.xml Removing testsuite/simulation/modelica/initialization/underdeterminedTest5.mos.fail_log Removing testsuite/simulation/modelica/initialization/underdeterminedTest5.mos.result.xml Removing testsuite/simulation/modelica/initialization/underdeterminedTest6.mos.fail_log Removing testsuite/simulation/modelica/initialization/underdeterminedTest6.mos.result.xml Removing testsuite/simulation/modelica/initialization/unfixedParameter1.mos.result.xml Removing testsuite/simulation/modelica/initialization/unfixedParameter2.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq2.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineArray2.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineArray2.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineArray3.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineArrayRecord.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineArrayRecord.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction1.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineFunction1.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction10.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction11.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineFunction11.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction2.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction3.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction4.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineFunction4.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction5.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineFunction5.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction6.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineFunction6.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction7.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineFunction7.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction8.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction9.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/inlineFunction9.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/testBug3687.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/testBug3687.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/testBug3997.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/testBug4808.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/testBug4841.mos.fail_log Removing testsuite/simulation/modelica/inlineFunction/testBug4841.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/testComplexMath.mos.result.xml Removing testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos.fail_log Removing testsuite/simulation/modelica/jacobian/reuseConstantPartsJac1.mos.result.xml Removing testsuite/simulation/modelica/linear_system/EngineV6_partlintorn.mos.fail_log Removing testsuite/simulation/modelica/linear_system/EngineV6_partlintorn.mos.result.xml Removing testsuite/simulation/modelica/linear_system/MissV.mos.fail_log Removing testsuite/simulation/modelica/linear_system/MissV.mos.result.xml Removing testsuite/simulation/modelica/linear_system/NPendulum.mos.fail_log Removing testsuite/simulation/modelica/linear_system/NPendulum.mos.result.xml Removing testsuite/simulation/modelica/linear_system/NPendulum40.mos.fail_log Removing testsuite/simulation/modelica/linear_system/NPendulum40.mos.result.xml Removing testsuite/simulation/modelica/linear_system/Ticket2404.mos.result.xml Removing testsuite/simulation/modelica/linear_system/Ticket3926.mos.result.xml Removing testsuite/simulation/modelica/linear_system/Ticket4254.mos.fail_log Removing testsuite/simulation/modelica/linear_system/Ticket4254.mos.result.xml Removing testsuite/simulation/modelica/linear_system/analyticJacProblem3.mos.fail_log Removing testsuite/simulation/modelica/linear_system/analyticJacProblem3.mos.result.xml Removing testsuite/simulation/modelica/linear_system/constantStates.mos.result.xml Removing testsuite/simulation/modelica/linear_system/linSymSol.mos.fail_log Removing testsuite/simulation/modelica/linear_system/linSymSol.mos.result.xml Removing testsuite/simulation/modelica/linear_system/linSymSolConstA.mos.result.xml Removing testsuite/simulation/modelica/linear_system/problem1.mos.fail_log Removing testsuite/simulation/modelica/linear_system/problem1.mos.result.xml Removing testsuite/simulation/modelica/linear_system/problem2.mos.fail_log Removing testsuite/simulation/modelica/linear_system/problem2.mos.result.xml Removing testsuite/simulation/modelica/linear_system/problem3.mos.fail_log Removing testsuite/simulation/modelica/linear_system/problem3.mos.result.xml Removing testsuite/simulation/modelica/msl22/Backlash.mos.fail_log Removing testsuite/simulation/modelica/msl22/Backlash.mos.result.xml Removing testsuite/simulation/modelica/msl22/Circuit1.mos.fail_log Removing testsuite/simulation/modelica/msl22/Circuit1.mos.result.xml Removing testsuite/simulation/modelica/msl22/DCMotorBlocks.mos.fail_log Removing testsuite/simulation/modelica/msl22/DCMotorBlocks.mos.result.xml Removing testsuite/simulation/modelica/msl22/DCMotorDeadzone.mos.result.xml Removing testsuite/simulation/modelica/msl22/DCMotorRotational.mos.fail_log Removing testsuite/simulation/modelica/msl22/DCMotorRotational.mos.result.xml Removing testsuite/simulation/modelica/msl22/ElasticBearing.mos.fail_log Removing testsuite/simulation/modelica/msl22/ElasticBearing.mos.result.xml Removing testsuite/simulation/modelica/msl22/First.mos.fail_log Removing testsuite/simulation/modelica/msl22/First.mos.result.xml Removing testsuite/simulation/modelica/msl22/FuncCross.mos.fail_log Removing testsuite/simulation/modelica/msl22/FuncCross.mos.result.xml Removing testsuite/simulation/modelica/msl22/IdealGear.mos.fail_log Removing testsuite/simulation/modelica/msl22/IdealGear.mos.result.xml Removing testsuite/simulation/modelica/msl22/IdealGearBrake.mos.result.xml Removing testsuite/simulation/modelica/msl22/InitTest.mos.fail_log Removing testsuite/simulation/modelica/msl22/InitTest.mos.result.xml Removing testsuite/simulation/modelica/msl22/InputOutput.mos.result.xml Removing testsuite/simulation/modelica/msl22/MatrixTest.mos.result.xml Removing testsuite/simulation/modelica/msl22/NonLinsys.mos.fail_log Removing testsuite/simulation/modelica/msl22/NonLinsys.mos.result.xml Removing testsuite/simulation/modelica/msl22/Shaft.mos.fail_log Removing testsuite/simulation/modelica/msl22/Shaft.mos.result.xml Removing testsuite/simulation/modelica/msl22/SineAccelerate.mos.result.xml Removing testsuite/simulation/modelica/msl22/SineSpeed.mos.fail_log Removing testsuite/simulation/modelica/msl22/SineSpeed.mos.result.xml Removing testsuite/simulation/modelica/msl22/SineTorque.mos.result.xml Removing testsuite/simulation/modelica/msl22/SineTorque2inertias.mos.fail_log Removing testsuite/simulation/modelica/msl22/SineTorque2inertias.mos.result.xml Removing testsuite/simulation/modelica/msl22/SpringMass.mos.fail_log Removing testsuite/simulation/modelica/msl22/SpringMass.mos.result.xml Removing testsuite/simulation/modelica/msl22/StepTorque.mos.result.xml Removing testsuite/simulation/modelica/msl22/Tank.mos.fail_log Removing testsuite/simulation/modelica/msl22/Tank.mos.result.xml Removing testsuite/simulation/modelica/msl22/Test3PhaseInit.mos.result.xml Removing testsuite/simulation/modelica/msl22/Test3PhaseInitParam.mos.result.xml Removing testsuite/simulation/modelica/msl22/Test3PhaseStart.mos.fail_log Removing testsuite/simulation/modelica/msl22/Test3PhaseStart.mos.result.xml Removing testsuite/simulation/modelica/msl22/TimeVaryingLinsys.mos.result.xml Removing testsuite/simulation/modelica/msl22/TrapezoidTest.mos.fail_log Removing testsuite/simulation/modelica/msl22/TrapezoidTest.mos.result.xml Removing testsuite/simulation/modelica/msl22/WeakAxis.mos.fail_log Removing testsuite/simulation/modelica/msl22/WeakAxis.mos.result.xml Removing testsuite/simulation/modelica/msl22/avg.mos.result.xml Removing testsuite/simulation/modelica/msl22/blockssources.mos.fail_log Removing testsuite/simulation/modelica/msl22/blockssources.mos.result.xml Removing testsuite/simulation/modelica/msl22/simulation2.mos.result.xml Removing testsuite/simulation/modelica/msl22/tupleTest.mos.result.xml Removing testsuite/simulation/modelica/newtonDiagnostics/newtonDiagnostics-01.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/ScalingTest1.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/ScalingTest1.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/TestInputIteration.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/TestInputIteration.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/bug_2841.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/bug_2841.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/bug_3527.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/inverseTest.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nanTest.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/nanTest.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinear.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/nonlinear.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/nonlinearDelayTest.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinearFailed.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/nonlinearFailed_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/nonlinearMixed_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinear_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem11.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem12.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem12.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem2.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem2.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem2_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem2_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem3.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_kinsol.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem3_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_newton.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem3_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_symjac.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem3_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem4.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem4.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem5.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem5.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem5_kinsol.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem5_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem5_newton.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem5_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem5_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem5_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem6.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem6_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem6_newton.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem6_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem6_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem6_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem7.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem7_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem7_newton.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem7_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem7_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem7_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem8_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem9.mos.fail_log Removing testsuite/simulation/modelica/nonlinear_system/problem9.mos.result.xml Removing testsuite/simulation/modelica/others/Bug1687.mos.fail_log Removing testsuite/simulation/modelica/others/Bug1687.mos.result.xml Removing testsuite/simulation/modelica/others/Bug1728.mos.result.xml Removing testsuite/simulation/modelica/others/Bug1987.mos.fail_log Removing testsuite/simulation/modelica/others/Bug1987.mos.result.xml Removing testsuite/simulation/modelica/others/Bug2432.mos.fail_log Removing testsuite/simulation/modelica/others/Bug2432.mos.result.xml Removing testsuite/simulation/modelica/others/Bug2536.mos.result.xml Removing testsuite/simulation/modelica/others/Bug2633.mos.result.xml Removing testsuite/simulation/modelica/others/Bug2704.mos.result.xml Removing testsuite/simulation/modelica/others/Bug2788.mos.fail_log Removing testsuite/simulation/modelica/others/Bug2788.mos.result.xml Removing testsuite/simulation/modelica/others/Bug2833.mos.fail_log Removing testsuite/simulation/modelica/others/Bug2833.mos.result.xml Removing testsuite/simulation/modelica/others/Bug3023.mos.result.xml Removing testsuite/simulation/modelica/others/Bug3261.mos.fail_log Removing testsuite/simulation/modelica/others/Bug3261.mos.result.xml Removing testsuite/simulation/modelica/others/Bug3323.mos.result.xml Removing testsuite/simulation/modelica/others/Bug3500.mos.fail_log Removing testsuite/simulation/modelica/others/Bug3500.mos.result.xml Removing testsuite/simulation/modelica/others/Bug3687.mos.result.xml Removing testsuite/simulation/modelica/others/BugTest1830.mos.fail_log Removing testsuite/simulation/modelica/others/BugTest1830.mos.result.xml Removing testsuite/simulation/modelica/others/ChangeCorrect.mos.fail_log Removing testsuite/simulation/modelica/others/ChangeCorrect.mos.result.xml Removing testsuite/simulation/modelica/others/CombiTable1DBug.mos.fail_log Removing testsuite/simulation/modelica/others/CombiTable1DBug.mos.result.xml Removing testsuite/simulation/modelica/others/ComplexAlgebraicLoop.mos.fail_log Removing testsuite/simulation/modelica/others/ComplexAlgebraicLoop.mos.result.xml Removing testsuite/simulation/modelica/others/ComplexFun.mos.fail_log Removing testsuite/simulation/modelica/others/ComplexFun.mos.result.xml Removing testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mos.fail_log Removing testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mos.result.xml Removing testsuite/simulation/modelica/others/Elevator.mos.fail_log Removing testsuite/simulation/modelica/others/Elevator.mos.result.xml Removing testsuite/simulation/modelica/others/EngineV6_evalParams.mos.fail_log Removing testsuite/simulation/modelica/others/EngineV6_evalParams.mos.result.xml Removing testsuite/simulation/modelica/others/EquationCallIntegerArray.mos.fail_log Removing testsuite/simulation/modelica/others/EquationCallIntegerArray.mos.result.xml Removing testsuite/simulation/modelica/others/ExtendsBasic.mos.fail_log Removing testsuite/simulation/modelica/others/ExtendsBasic.mos.result.xml Removing testsuite/simulation/modelica/others/FrameTest.mos.result.xml Removing testsuite/simulation/modelica/others/IdealDiode.mos.fail_log Removing testsuite/simulation/modelica/others/IdealDiode.mos.result.xml Removing testsuite/simulation/modelica/others/NoLoadModel.mos.fail_log Removing testsuite/simulation/modelica/others/NoLoadModel.mos.result.xml Removing testsuite/simulation/modelica/others/ParameterCycle.mos.result.xml Removing testsuite/simulation/modelica/others/ParameterModel.mos_temp6270/ Removing testsuite/simulation/modelica/others/Pendulum.mos.fail_log Removing testsuite/simulation/modelica/others/Pendulum.mos.result.xml Removing testsuite/simulation/modelica/others/PreAndAliasedVar.mos.fail_log Removing testsuite/simulation/modelica/others/PreAndAliasedVar.mos.result.xml Removing testsuite/simulation/modelica/others/PreMatrix.mos.result.xml Removing testsuite/simulation/modelica/others/Random.mos.fail_log Removing testsuite/simulation/modelica/others/Random.mos.result.xml Removing testsuite/simulation/modelica/others/Random2.mos.result.xml Removing testsuite/simulation/modelica/others/Reductions.mos.fail_log Removing testsuite/simulation/modelica/others/Reductions.mos.result.xml Removing testsuite/simulation/modelica/others/Riccati.mos.result.xml Removing testsuite/simulation/modelica/others/SimResultScripting.mos.result.xml Removing testsuite/simulation/modelica/others/SliceAssignment.mos.result.xml Removing testsuite/simulation/modelica/others/StringTest.mos.fail_log Removing testsuite/simulation/modelica/others/StringTest.mos.result.xml Removing testsuite/simulation/modelica/others/Switch.mos.fail_log Removing testsuite/simulation/modelica/others/Switch.mos.result.xml Removing testsuite/simulation/modelica/others/SyncFilter.mos.result.xml Removing testsuite/simulation/modelica/others/Table2d.mos.result.xml Removing testsuite/simulation/modelica/others/TestAsub.mos.fail_log Removing testsuite/simulation/modelica/others/TestAsub.mos.result.xml Removing testsuite/simulation/modelica/others/TestExpressionSolve.mos.fail_log Removing testsuite/simulation/modelica/others/TestExpressionSolve.mos.result.xml Removing testsuite/simulation/modelica/others/TestLapack.mos.result.xml Removing testsuite/simulation/modelica/others/TestNormVar.mos.fail_log Removing testsuite/simulation/modelica/others/TestNormVar.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve10.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve10.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve11.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve11.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve12.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve12.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve13.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve14.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve14.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve15.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve16.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve16.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve17.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve18.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve2.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve3.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve3.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve4.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve5.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve5.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve6.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve6.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve7.mos.fail_log Removing testsuite/simulation/modelica/others/TestSolve7.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve8.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve9.mos.result.xml Removing testsuite/simulation/modelica/others/Ticket5129.mos.fail_log Removing testsuite/simulation/modelica/others/Ticket5129.mos.result.xml Removing testsuite/simulation/modelica/others/VariableFilter.mos.result.xml Removing testsuite/simulation/modelica/others/WhenStatement4.mos.fail_log Removing testsuite/simulation/modelica/others/WhenStatement4.mos.result.xml Removing testsuite/simulation/modelica/others/impureTest.mos.fail_log Removing testsuite/simulation/modelica/others/impureTest.mos.result.xml Removing testsuite/simulation/modelica/others/localKnownVars.mos.result.xml Removing testsuite/simulation/modelica/others/nonConstantIndex.mos.result.xml Removing testsuite/simulation/modelica/others/nonConstantParam.mos.result.xml Removing testsuite/simulation/modelica/others/sample1.mos.result.xml Removing testsuite/simulation/modelica/others/sample2.mos.fail_log Removing testsuite/simulation/modelica/others/sample2.mos.result.xml Removing testsuite/simulation/modelica/others/sample3.mos.fail_log Removing testsuite/simulation/modelica/others/sample3.mos.result.xml Removing testsuite/simulation/modelica/others/simulation.mos.fail_log Removing testsuite/simulation/modelica/others/simulation.mos.result.xml Removing testsuite/simulation/modelica/others/steadyState.mos.result.xml Removing testsuite/simulation/modelica/others/tempInterpol2test.mos.fail_log Removing testsuite/simulation/modelica/others/tempInterpol2test.mos.result.xml Removing testsuite/simulation/modelica/others/terminal.mos.result.xml Removing testsuite/simulation/modelica/others/unitConvertTests.mos.result.xml Removing testsuite/simulation/modelica/others/world.mos.fail_log Removing testsuite/simulation/modelica/others/world.mos.result.xml Removing testsuite/simulation/modelica/packages/ComplexNumbers.mos.fail_log Removing testsuite/simulation/modelica/packages/ComplexNumbers.mos.result.xml Removing testsuite/simulation/modelica/packages/RedeclarePackage.mos.fail_log Removing testsuite/simulation/modelica/packages/RedeclarePackage.mos.result.xml Removing testsuite/simulation/modelica/parallel/ParallelPRV.mos.result.xml Removing testsuite/simulation/modelica/parameters/Engine1a_output.mos.result.xml Removing testsuite/simulation/modelica/parameters/fixedString.mos.fail_log Removing testsuite/simulation/modelica/parameters/fixedString.mos.result.xml Removing testsuite/simulation/modelica/parameters/hideResult.mos.fail_log Removing testsuite/simulation/modelica/parameters/hideResult.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest10.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest10.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest11.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest11.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest12.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest12.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest13.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest14.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest14.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest15.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest15.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest16.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest16.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest17.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest2.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest2.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest3.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest4.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest5.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest5.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest6.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest6.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest7.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest7.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest8.mos.fail_log Removing testsuite/simulation/modelica/parameters/parameterTest8.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest9.mos.result.xml Removing testsuite/simulation/modelica/parameters/revoluteConstraint.mos.fail_log Removing testsuite/simulation/modelica/parameters/revoluteConstraint.mos.result.xml Removing testsuite/simulation/modelica/parmodauto/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos.fail_log Removing testsuite/simulation/modelica/parmodauto/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos.result.xml Removing testsuite/simulation/modelica/parmodauto/Modelica.Fluid.Examples.BranchingDynamicPipes.mos.fail_log Removing testsuite/simulation/modelica/parmodauto/Modelica.Fluid.Examples.BranchingDynamicPipes.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example1.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example2.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example3.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example4.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example5.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example6.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example7.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example8.mos.fail_log Removing testsuite/simulation/modelica/qss/qss_example8.mos.result.xml Removing testsuite/simulation/modelica/qss/qss_example9.mos.result.xml Removing testsuite/simulation/modelica/records/ATotal.mos.fail_log Removing testsuite/simulation/modelica/records/ATotal.mos.result.xml Removing testsuite/simulation/modelica/records/InOutRecord.mos.fail_log Removing testsuite/simulation/modelica/records/InOutRecord.mos.result.xml Removing testsuite/simulation/modelica/records/RecordConstructor1.mos.fail_log Removing testsuite/simulation/modelica/records/RecordConstructor1.mos.result.xml Removing testsuite/simulation/modelica/records/TestComplexSum1.mos.fail_log Removing testsuite/simulation/modelica/records/TestComplexSum1.mos.result.xml Removing testsuite/simulation/modelica/records/TestComplexSum2.mos.result.xml Removing testsuite/simulation/modelica/records/Ticket5134.mos.result.xml Removing testsuite/simulation/modelica/records/constVar1.mos.result.xml Removing testsuite/simulation/modelica/records/constVar2.mos.fail_log Removing testsuite/simulation/modelica/records/constVar2.mos.result.xml Removing testsuite/simulation/modelica/records/constVar4.mos.fail_log Removing testsuite/simulation/modelica/records/constVar4.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/Circuit1x.mos.fail_log Removing testsuite/simulation/modelica/resolveLoops/Circuit1x.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/Circuit2x.mos.fail_log Removing testsuite/simulation/modelica/resolveLoops/Circuit2x.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/Circuit3x.mos.fail_log Removing testsuite/simulation/modelica/resolveLoops/Circuit3x.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/Circuit4x.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos.fail_log Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos.fail_log Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos.fail_log Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/NPendulum2.mos.fail_log Removing testsuite/simulation/modelica/resolveLoops/NPendulum2.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/NPendulum3.mos.result.xml Removing testsuite/simulation/modelica/solver/LotkaVolterraWithInput.mos.fail_log Removing testsuite/simulation/modelica/solver/LotkaVolterraWithInput.mos.result.xml Removing testsuite/simulation/modelica/solver/bug2231-radau1.mos.fail_log Removing testsuite/simulation/modelica/solver/bug2231-radau1.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-cvode.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-cvode.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-dasslsteps.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-dasslsteps.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-ida.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-ida.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-impeuler.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-impeuler.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-imprk.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-imprk.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-irksco.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-irksco.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-symSolverExp.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-symSolverExp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-symSolverExpSsc.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-symSolverImp.mos.fail_log Removing testsuite/simulation/modelica/solver/problem1-symSolverImp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-trapezoid.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-cvode.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-cvode.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-dasslsteps.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-ida.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-ida.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-idaJacobian.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-idaJacobian.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-idaLinearSolver.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-idaLinearSolver.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-impeuler.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-impeuler.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-imprk.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-imprk.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-imprkLS.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-imprkLS.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-irksco.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-symSolverExp.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-symSolverExp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-symSolverExpSsc.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-symSolverExpSsc.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-symSolverImp.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-symSolverImp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-symSolverImpSsc.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-trapezoid.mos.fail_log Removing testsuite/simulation/modelica/solver/problem2-trapezoid.mos.result.xml Removing testsuite/simulation/modelica/solver/problem3-symSolverExp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem3-symSolverExpSsc.mos.fail_log Removing testsuite/simulation/modelica/solver/problem3-symSolverExpSsc.mos.result.xml Removing testsuite/simulation/modelica/solver/problem3-symSolverImp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem3-symSolverImpSsc.mos.fail_log Removing testsuite/simulation/modelica/solver/problem3-symSolverImpSsc.mos.result.xml Removing testsuite/simulation/modelica/solver/problem4-erk_ssc.mos.result.xml Removing testsuite/simulation/modelica/solver/problem4-symSolverExp.mos.fail_log Removing testsuite/simulation/modelica/solver/problem4-symSolverExp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem4-symSolverImp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem5-symSolverExp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem5-symSolverImp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem6-cvode.mos.fail_log Removing testsuite/simulation/modelica/solver/problem6-cvode.mos.result.xml Removing testsuite/simulation/modelica/solver/problem6-irksco.mos.result.xml Removing testsuite/simulation/modelica/solver/problem6-symSolverExp.mos.fail_log Removing testsuite/simulation/modelica/solver/problem6-symSolverExp.mos.result.xml Removing testsuite/simulation/modelica/solver/problem6-symSolverImp.mos.result.xml Removing testsuite/simulation/modelica/start_value_selection/MinimalModel.mos.fail_log Removing testsuite/simulation/modelica/start_value_selection/MinimalModel.mos.result.xml Removing testsuite/simulation/modelica/start_value_selection/Test.mos.fail_log Removing testsuite/simulation/modelica/start_value_selection/Test.mos.result.xml Removing testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos.result.xml Removing testsuite/simulation/modelica/start_value_selection/asmaFlow.mos.fail_log Removing testsuite/simulation/modelica/start_value_selection/asmaFlow.mos.result.xml Removing testsuite/simulation/modelica/start_value_selection/ticket5807.mos.result.xml Removing testsuite/simulation/modelica/statemachines/ConferenceTut1.mos.result.xml Removing testsuite/simulation/modelica/statemachines/ConferenceTut1DeadEnd.mos.result.xml Removing testsuite/simulation/modelica/statemachines/DeadEnd.mos.fail_log Removing testsuite/simulation/modelica/statemachines/DeadEnd.mos.result.xml Removing testsuite/simulation/modelica/statemachines/EnteringByReset.mos.fail_log Removing testsuite/simulation/modelica/statemachines/EnteringByReset.mos.result.xml Removing testsuite/simulation/modelica/statemachines/MLS33_17_3_7NA.mos.fail_log Removing testsuite/simulation/modelica/statemachines/MLS33_17_3_7NA.mos.result.xml Removing testsuite/simulation/modelica/statemachines/Maraninchi2003_2.mos.fail_log Removing testsuite/simulation/modelica/statemachines/Maraninchi2003_2.mos.result.xml Removing testsuite/simulation/modelica/statemachines/SMGraphicalTestCases_DeepHierarchy.mos.fail_log Removing testsuite/simulation/modelica/statemachines/SMGraphicalTestCases_DeepHierarchy.mos.result.xml Removing testsuite/simulation/modelica/statemachines/SMMin.mos.fail_log Removing testsuite/simulation/modelica/statemachines/SMMin.mos.result.xml Removing testsuite/simulation/modelica/statemachines/Ticket4618.mos.fail_log Removing testsuite/simulation/modelica/statemachines/Ticket4618.mos.result.xml Removing testsuite/simulation/modelica/statemachines/TicksInState.mos.result.xml Removing testsuite/simulation/modelica/statemachines/TimeInState.mos.fail_log Removing testsuite/simulation/modelica/statemachines/TimeInState.mos.result.xml Removing testsuite/simulation/modelica/statemachines/ticket4271.mos.fail_log Removing testsuite/simulation/modelica/statemachines/ticket4271.mos.result.xml Removing testsuite/simulation/modelica/synchronous/Bug3503.mos.fail_log Removing testsuite/simulation/modelica/synchronous/Bug3503.mos.result.xml Removing testsuite/simulation/modelica/synchronous/DID.mos.result.xml Removing testsuite/simulation/modelica/synchronous/EventClock.mos.result.xml Removing testsuite/simulation/modelica/synchronous/EventClockAndClassic.mos.result.xml Removing testsuite/simulation/modelica/synchronous/EventClock_cpp.mos.fail_log Removing testsuite/simulation/modelica/synchronous/EventClock_cpp.mos.result.xml Removing testsuite/simulation/modelica/synchronous/EventSubClock.mos.result.xml Removing testsuite/simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos.result.xml Removing testsuite/simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos.fail_log Removing testsuite/simulation/modelica/synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos.result.xml Removing testsuite/simulation/modelica/synchronous/MutuallyDependentClocks.mos.result.xml Removing testsuite/simulation/modelica/synchronous/SamplingWithClocks.mos.result.xml Removing testsuite/simulation/modelica/synchronous/SynchronousFeatures.ControlledMass.mos.result.xml Removing testsuite/simulation/modelica/synchronous/SynchronousFeatures.ControlledMassBasic.mos.result.xml Removing testsuite/simulation/modelica/synchronous/SynchronousFeatures.SpeedControl.mos.result.xml Removing testsuite/simulation/modelica/synchronous/SynchronousFeatures.VaryingClock.mos.result.xml Removing testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos.fail_log Removing testsuite/simulation/modelica/synchronous/TestClockParameterEvaluation.mos.result.xml Removing testsuite/simulation/modelica/synchronous/WhenClocks.mos.result.xml Removing testsuite/simulation/modelica/synchronous/boolSubClocks.mos_temp9345/ Removing testsuite/simulation/modelica/synchronous/subSample.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/absoluteClocks.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/absoluteClocks.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/backSample1.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/boolEventClock.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/boolEventClock.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/eventConstructor.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/eventConstructor.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/firstTick.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/firstTick.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/holdVar.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/holdVar.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/inferredConstructor1.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/inferredConstructor1.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/inferredConstructor2.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/inferredSampleVar.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/intervalBase.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/intervalBase.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/noClock.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/rationalConstructor1.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/rationalConstructor1.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/rationalConstructor2.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/sampleVar.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/sampleVar.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/shiftSample1.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/subSample.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/subSuperSample1.mos.fail_log Removing testsuite/simulation/modelica/synchronous_c/subSuperSample1.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/subSuperSample2.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm1-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Algorithm1-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm1-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Algorithm1-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm1-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm1-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm2-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Algorithm2-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm2-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Algorithm2-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm2-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm2-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/MixedTearing1-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/MixedTearing1-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/MixedTearing1-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/MixedTearing1-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/MixedTearing2-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/MixedTearing2-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing1-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing1-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing1-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing1-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing1-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC11.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-celMC12.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-celMC21.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC22.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC23.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-celMC231.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing10-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing11-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing11-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing11-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing11-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing11-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing12-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing12-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing12-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing12-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing12-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing13-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing13-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing13-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing13-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing13-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing13-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing14-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing14-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing14-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing14-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing14-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing15-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing15-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing15-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing15-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing15-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing15-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing15-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing16-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing16-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing16-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing16-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing16-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing16-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing18-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing18-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing19-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing2-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing2-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing2-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing2-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing2-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing3-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing3-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing3-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing3-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing3-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing3-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing3-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing4-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing4-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing4-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing4-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing4-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing4-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing4-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing5-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing5-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing5-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing5-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing5-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing6-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing6-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing6-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing6-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing6-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing6-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing6-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing7-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing7-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing7-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing7-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing7-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing7-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing8-cel.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing8-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing8-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing8-celMC3sorted.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing8-minimal.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing8-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing8-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing8-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing9-cel.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing9-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/Tearing9-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing9-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing9-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/dynamicTearing1.mos.fail_log Removing testsuite/simulation/modelica/tearing/dynamicTearing1.mos.result.xml Removing testsuite/simulation/modelica/tearing/dynamicTearing2.mos.fail_log Removing testsuite/simulation/modelica/tearing/dynamicTearing2.mos.result.xml Removing testsuite/simulation/modelica/tearing/dynamicTearing3.mos.fail_log Removing testsuite/simulation/modelica/tearing/dynamicTearing3.mos.result.xml Removing testsuite/simulation/modelica/tearing/minimalTearing.mos.fail_log Removing testsuite/simulation/modelica/tearing/minimalTearing.mos.result.xml Removing testsuite/simulation/modelica/tearing/tearingSelect-celMC3.mos.fail_log Removing testsuite/simulation/modelica/tearing/tearingSelect-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/tearingSelect-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/tearingSelect-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/tearingSelect-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos.fail_log Removing testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/testParamDivision.mos.fail_log Removing testsuite/simulation/modelica/tearing/testParamDivision.mos.result.xml Removing testsuite/simulation/modelica/tearing/testTearingStrictness.mos.fail_log Removing testsuite/simulation/modelica/tearing/testTearingStrictness.mos.result.xml Removing testsuite/simulation/modelica/tearing/totalTearing1.mos.result.xml Removing testsuite/simulation/modelica/tearing/totalTearing2.mos.fail_log Removing testsuite/simulation/modelica/tearing/totalTearing2.mos.result.xml Removing testsuite/simulation/modelica/tearing/totalTearing3.mos.result.xml Removing testsuite/simulation/modelica/tearing/userDefinedTearing1.mos.fail_log Removing testsuite/simulation/modelica/tearing/userDefinedTearing1.mos.result.xml Removing testsuite/simulation/modelica/tearing/userDefinedTearing2.mos.fail_log Removing testsuite/simulation/modelica/tearing/userDefinedTearing2.mos.result.xml Removing testsuite/simulation/modelica/types/ComplexTypeEquationCount.mos.result.xml Removing testsuite/simulation/modelica/types/IntegerTest.mos.fail_log Removing testsuite/simulation/modelica/types/IntegerTest.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck1.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck10.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck11.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck12.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck13.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck14.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck15.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck16.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck17.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck18.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck2.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck3.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck4.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck5.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck6.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck7.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck8.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/UnitCheck9.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/OFunitcheck/ticket3631.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck1.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck10.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck11.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck12.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck13.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck14.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck15.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck16.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck17.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck18.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck19.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck2.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck20.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck21.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck22.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck23.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck24.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck3.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck4.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck5.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck6.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck7.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck8.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/UnitCheck9.mos.result.xml Removing testsuite/simulation/modelica/unitcheck/ticket3631.mos.result.xml + make -k -r -f Makefile.omdev.mingw -j32 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler/3rdParty' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSens' Entering 'OMSens_Qt' Entering 'OMSens_Qt/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' git clean -fdx -e OpenModelicaSetup -e OMSetup -e OMEncryption -e .project -e *.launch -e .vscode/ + make -k -r -f Makefile.omdev.mingw -j32 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler/3rdParty' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSens' Entering 'OMSens_Qt' Entering 'OMSens_Qt/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' git clean -fdx -e OpenModelicaSetup -e OMSetup -e OMEncryption -e .project -e *.launch -e .vscode/ + make -k -r -f Makefile.omdev.mingw -j32 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler/3rdParty' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSens' Entering 'OMSens_Qt' Entering 'OMSens_Qt/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' git clean -fdx -e OpenModelicaSetup -e OMSetup -e OMEncryption -e .project -e *.launch -e .vscode/ + cd 'c:\dev\jenkins\ws\Windows\OM_Win/' + set -e + make -f Makefile.omdev.mingw -j32 omc omc-diff omlibrary qtclients testsuite-depends echo "Selected compiler: CC=clang, CXX=clang++" make -C testsuite/ -f Makefile omc-diff OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" Selected compiler: CC=clang, CXX=clang++ echo "Using OMDev from: /c/OMDevUCRT" Using OMDev from: /c/OMDevUCRT echo "Using Msys from: /c/OMDevUCRT/tools/msys" Using Msys from: /c/OMDevUCRT/tools/msys echo "MSYS2 MSYSTEM_PREFIX: /ucrt64" MSYS2 MSYSTEM_PREFIX: /ucrt64 make -f Makefile.omdev.mingw -C OMCompiler OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build OM_ENABLE_ENCRYPTION= CC="clang" CXX="clang++" make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite' make -C difftool make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/difftool' flex omc-diff.l mkdir -p "/c/dev/jenkins/ws/Windows/OM_Win/build/bin" Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ clang -c -o lex.yy.o lex.yy.c clang -o /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc-diff.exe lex.yy.o make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/difftool' make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite' test ! -e .git || cp -puf common/pre-commit.sh `git rev-parse --git-dir`/hooks/pre-commit || echo "unlocated git" Current revision: v1.24.0-dev-129-g9e582303a4 Retrieved revision number. revision.h was created Building OMC using OMDev with the following settings... (cd 3rdParty/gc && mkdir -p m4 libatomic_ops/m4 && autoreconf -vif && automake --add-missing && ./configure --prefix="`pwd`" "--host=" --enable-threads=posix --enable-munmap=1 --enable-shared --disable-static --disable-gcj-support --disable-java-finalization --enable-large-config CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS=" -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC") Using OMDev: /c/OMDevUCRT Using OMDev_MSYS: /c/OMDevUCRT/tools/msys Using Files: Using Path : /c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/ucrt64/bin:/ucrt64/bin/site_perl/5.32.1:/ucrt64/bin/vendor_perl:/ucrt64/bin/core_perl:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/bin/git/bin:/c/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/:/c/Program Files/Git/bin/ cp -pPR 3rdParty/gc/include/gc.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc.h Current directory: /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler Building in OMBUILDDIR: /c/dev/jenkins/ws/Windows/OM_Win/build which clang /ucrt64/bin/clang cp -pPR 3rdParty/gc/include/gc_config_macros.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc_config_macros.h cp -pPR 3rdParty/gc/include/gc_version.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc_version.h autoreconf-2.72: export WARNINGS= autoreconf-2.72: Entering directory '.' autoreconf-2.72: configure.ac: not using Gettext cp -pPR 3rdParty/gc/include/gc_pthread_redirects.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc_pthread_redirects.h test -d 3rdParty/ryu/ryu mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc (cd 3rdParty/ryu/ryu && make -f Makefile CC="clang" CFLAGS="-g -O2 -DUCRT64") make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/ryu/ryu' clang -I.. -g -O2 -DUCRT64 -c d2fixed.c -o d2fixed.o clang -I.. -g -O2 -DUCRT64 -c d2s.c -o d2s.o clang -I.. -g -O2 -DUCRT64 -c f2s.c -o f2s.o clang -I.. -g -O2 -DUCRT64 -c om_format.c -o om_format.o cp ./3rdParty/antlr/3.2/tool/antlr-3.2.jar ./3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java// cp -a "Compiler/runtime/omc_communication.idl" "/c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/omc_communication.idl" autoreconf-2.72: running: aclocal --force -I m4 ar rcs libryu.a d2fixed.o d2s.o f2s.o om_format.o (cd "3rdParty/libffi" && (test -f Makefile || ./autogen.sh)) make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/ryu/ryu' cp 3rdParty/ryu/ryu/ryu.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ cp 3rdParty/ryu/ryu/om_format.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ cp 3rdParty/ryu/ryu/libryu.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libryu.a mkdir -p 3rdParty/SuiteSparse-5.8.1/build echo Copying needed .dlls # Configure and build lis cd 3rdParty/SuiteSparse-5.8.1/build && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON \ -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" \ -DCMAKE_INSTALL_LIBDIR="lib/omc" \ -DCMAKE_INSTALL_INCLUDEDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/" \ -DBUILD_SHARED_LIBS:Bool=OFF autoreconf-2.72: export WARNINGS= autoreconf-2.72: Entering directory '.' autoreconf-2.72: configure.ac: not using Gettext CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. test -d 3rdParty/Cdaskr/solver if ! test -f 3rdParty/lis-1.4.12/Makefile; then cd 3rdParty/lis-1.4.12 && autoconf && ./configure --enable-static --disable-shared MPICC="false" CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" LDFLAGS="" && make clean; fi make -C OMParser OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" Copying needed .dlls mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libgcc_s*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The C compiler identification is Clang 17.0.6 test -d 3rdParty/CMinpack cp -puf /ucrt64/bin/libintl-8.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="clang" CFLAGS="-g -O2 -DUCRT64") cp -puf /ucrt64/bin/libiconv-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5Core.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Cdaskr/solver' clang -c -o daux.o daux.c -g -O2 -DUCRT64 clang -c -o ddaskr.o ddaskr.c -g -O2 -DUCRT64 clang -c -o dlinpk.o dlinpk.c -g -O2 -DUCRT64 mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels ddaskr.c:3289:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3289 | (*rt)(neq, &rwork[51], &y[1], &yp[1], nrt, &r0[1], rpar, ipar); | ^ ddaskr.c:3313:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3313 | (*rt)(neq, &rwork[51], &y[1], &yp[1], nrt, &r0[1], rpar, ipar); | ^ ddaskr.c:3340:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3340 | (*rt)(neq, &rwork[51], &y[1], &yp[1], nrt, &r0[1], rpar, ipar); | ^ ddaskr.c:3371:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3371 | (*rt)(neq, &rwork[51], &y[1], &yp[1], nrt, &r0[1], rpar, ipar); | ^ ddaskr.c:3411:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3411 | (*rt)(neq, &t1, &y[1], &yp[1], nrt, &r1[1], rpar, ipar); | ^ ddaskr.c:3422:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3422 | (*rt)(neq, &x, &y[1], &yp[1], nrt, &rx[1], rpar, ipar); | ^ cp -puf /ucrt64/bin/Qt5Gui.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ ddaskr.c:3929:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3929 | (*nlsic)(x, &y[1], &yprime[1], neq, icopt, &id[1], (Unknown_fp)res, (Unknown_fp)jac, ( | ^ ddaskr.c:4316:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 4316 | (*nls)(x, &y[1], &yprime[1], neq, (Unknown_fp)res, (Unknown_fp)jac, (Unknown_fp)psol, h__, & | ^ ddaskr.c:184:33: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 184 | extern /* Subroutine */ int _daskr_ddasid_(), _daskr_ddasik_(); | ^ ddaskr.c:5172:22: note: conflicting prototype is here 5172 | /* Subroutine */ int _daskr_ddasid_(real_number *x, real_number *y, real_number *yprime, | ^ ddaskr.c:5310:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5310 | (*res)(x, &y[1], &yprime[1], cj, &delta[1], &ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:5351:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5351 | (*res)(x, &y[1], &yprime[1], cj, &delta[1], &ires, &rpar[1], &ipar[1]) | ^ ddaskr.c:5881:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5881 | (*res)(t, &y[1], &yprime[1], cj, &r__[1], ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:153:33: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 153 | extern /* Subroutine */ int _daskr_dnedd_(); | ^ ddaskr.c:5901:22: note: conflicting prototype is here 5901 | /* Subroutine */ int _daskr_dnedd_(real_number *x, real_number *y, real_number *yprime, | ^ ddaskr.c:6151:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6151 | (*res)(x, &y[1], &yprime[1], cj, &delta[1], &ires, &rpar[1], &ipar[1]); | ^ mkdir -p OMSimulator/build ddaskr.c:6449:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6449 | (*res)(x, &y[1], &yprime[1], cj, &delta[1], ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:6595:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6595 | (*jacd)(x, &y[1], &yprime[1], &delta[1], &wm[1], cj, h__, &ewt[1], &rpar[1], &ipar[1]); | ^ ddaskr.c:6621:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6621 | (*res)(x, &y[1], &yprime[1], cj, &e[1], ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:6660:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6660 | (*jacd)(x, &y[1], &yprime[1], &delta[1], &wm[1], cj, h__, &ewt[1], &rpar[1], &ipar[1]); | ^ ddaskr.c:6699:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6699 | (*res)(x, &y[1], &yprime[1], cj, &e[1], ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:184:51: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 184 | extern /* Subroutine */ int _daskr_ddasid_(), _daskr_ddasik_(); | ^ ddaskr.c:6819:22: note: conflicting prototype is here 6819 | /* Subroutine */ int _daskr_ddasik_(real_number *x, real_number *y, real_number *yprime, | ^ ddaskr.c:6967:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6967 | (*res)(x, &y[1], &yprime[1], cj, &delta[1], &ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:6987:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6987 | (*jack)((Unknown_fp)res, &ires, neq, x, &y[1], &yprime[1], &wt[1], &delta[1] | ^ ddaskr.c:7624:8: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 7624 | (*res)(t, &y[1], &yprime[1], cj, &savr[1], ires, &rpar[1], &ipar[1]); | ^ -- The CXX compiler identification is Clang 17.0.6 ddaskr.c:7636:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 7636 | (*psol)(neq, t, &y[1], &yprime[1], &savr[1], &pwk[1], cj, &wt[1], &wp[1], | ^ ddaskr.c:155:33: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 155 | extern /* Subroutine */ int _daskr_dnedk_(); | ^ ddaskr.c:7654:22: note: conflicting prototype is here 7654 | /* Subroutine */ int _daskr_dnedk_(real_number *x, real_number *y, real_number *yprime, | ^ ddaskr.c:7906:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 7906 | (*res)(x, &y[1], &yprime[1], cj, &delta[1], &ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:7918:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 7918 | (*jack)((Unknown_fp)res, &ires, neq, x, &y[1], &yprime[1], &wt[1], &delta[1] | ^ ddaskr.c:8227:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 8227 | (*res)(x, &y[1], &yprime[1], cj, &delta[1], ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:8632:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 8632 | (*psol)(neq, tn, &y[1], &yprime[1], &savr[1], &wk[1], cj, &wght[1], & | ^ mkdir -p 3rdParty/CMinpack/build ddaskr.c:8984:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 8984 | (*res)(tn, &z__[1], &yptem[1], cj, &vtem[1], ires, &rpar[1], &ipar[1]); | ^ ddaskr.c:9001:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 9001 | (*psol)(neq, tn, &y[1], &yprime[1], &savr[1], &yptem[1], cj, &wght[1], & | ^ ddaskr.c:9273:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] 9273 | i__ = (j - 1 << 1) + 1; | ~~^~~ ~~ ddaskr.c:9273:15: note: place parentheses around the '-' expression to silence this warning 9273 | i__ = (j - 1 << 1) + 1; | ^ | ( ) ddaskr.c:9329:11: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] 9329 | i__ = (k - 1 << 1) + 1; | ~~^~~ ~~ ddaskr.c:9329:11: note: place parentheses around the '-' expression to silence this warning 9329 | i__ = (k - 1 << 1) + 1; | ^ | ( ) ddaskr.c:9457:10: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] 9457 | iq = (k - 1 << 1) + 1; | ~~^~~ ~~ ddaskr.c:9457:10: note: place parentheses around the '-' expression to silence this warning 9457 | iq = (k - 1 << 1) + 1; | ^ | ( ) make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser' autoreconf-2.72: running: aclocal -I m4 cp -puf /ucrt64/bin/Qt5Network.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ (cd 3rdParty/CMinpack/build && test -f Makefile || CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -D CMAKE_AR:String="ar" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DCMINPACK_BUILD_SHARED_LIBS:Bool=OFF -DCMAKE_INSTALL_PREFIX:String=../install -DCMAKE_INSTALL_LIBDIR="lib/omc" .. -G "MSYS Makefiles") java -cp 3rdParty/antlr4/tool/antlr-4.8-complete.jar org.antlr.v4.Tool -Dlanguage=Cpp -package openmodelica -listener -visitor modelica.g4 mkdir -p 3rdParty/antlr4/runtime/Cpp/build make 3rdParty/antlr4/runtime/Cpp/build/Makefile CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. cp -puf /ucrt64/bin/Qt5Svg.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser' test -d 3rdParty/libzmq (cd 3rdParty/antlr4/runtime/Cpp/build && CC="clang" CXX="clang++" CFLAGS="" CPPFLAGS="" CXXFLAGS="-I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC" cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DCMAKE_INSTALL_PREFIX:String=../../../../../install -DWITH_LIBCXX:Bool=OFF ../ -DCMAKE_POSITION_INDEPENDENT_CODE=ON -G "MSYS Makefiles") cp -puf /ucrt64/bin/Qt5WebKit.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -p Examples/*.* /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels/ CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Building without demo. To enable demo build use: -DWITH_DEMO=True -- The C compiler identification is Clang 17.0.6 make -f Makefile.omdev.mingw -C OMSens OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build mkdir -p 3rdParty/Ipopt-3.13.4/build 34 warnings generated. ar r libcdaskr.a daux.o ddaskr.o dlinpk.o cd OMSimulator/build && cmake .. \ -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=../install mkdir -p 3rdParty/libzmq/build C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libcdaskr.a make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Cdaskr/solver' -- The C compiler identification is Clang 17.0.6 -- Detecting C compiler ABI info cp -puf /ucrt64/bin/Qt5WebKitWidgets.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ (cd 3rdParty/libzmq/build && test -f Makefile || CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_AR:String="ar" -DCMAKE_INSTALL_PREFIX="`pwd`" -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DWITH_PERF_TOOL:Bool=OFF -DZMQ_BUILD_TESTS:Bool=OFF -DENABLE_CPACK:Bool=OFF -DCMAKE_BUILD_TYPE=Release .. -G "MSYS Makefiles") cmake version is: 3.28.2 -- The CXX compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/Qt5Xml.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The CXX compiler identification is Clang 17.0.6 cd 3rdParty/Ipopt-3.13.4/build && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. \ -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON \ -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" \ -DCMAKE_INSTALL_LIBDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" \ -DCMAKE_INSTALL_INCLUDEDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc" \ -DIPOPT_BUILD_SHARED_LIBS:Bool=OFF \ -DMUMPS_BUILD_SHARED_LIBS:Bool=OFF \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. mkdir -p 3rdParty/zlib/build cp -puf /ucrt64/bin/Qt5XmlPatterns.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ rm -f /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels/CMake*.txt CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. cp -puf /ucrt64/bin/Qt5Widgets.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ #make -C Compiler/Translation OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build release -- Detecting C compiler ABI info -- The C compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/Qt5PrintSupport.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make -C testsuite/ReferenceFiles -- The C compiler identification is GNU 13.2.0 make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens' -- The C compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/Qt5Multimedia.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cd 3rdParty/zlib/build && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. \ -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON \ -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" \ -DCMAKE_INSTALL_LIBDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" \ -DCMAKE_INSTALL_INCLUDEDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc" \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON -- Detecting C compiler ABI info cp -puf /ucrt64/bin/Qt5MultimediaWidgets.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The CXX compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/Qt5Positioning.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5Qml.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The CXX compiler identification is Clang 17.0.6 -- The C compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/Qt5Quick.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5Sensors.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make -C testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc -- The CXX compiler identification is GNU 13.2.0 -- The CXX compiler identification is Clang 17.0.6 -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/ReferenceFiles' xz --keep --decompress --force cppruntime/MultipleBaseClocks.mat.xz && touch cppruntime/MultipleBaseClocks.mat -- Detecting C compile features - done cp -puf /ucrt64/bin/Qt5WebChannel.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force hpcom/BouncingBall.mat.xz && touch hpcom/BouncingBall.mat -- Detecting C compiler ABI info xz --keep --decompress --force hpcom/ElectricalCircuit.mat.xz && touch hpcom/ElectricalCircuit.mat (cd fortran_interface && /ucrt64/bin/gfortran.exe -fPIC -c Rutf.for Rut.for Curvif.for) xz --keep --decompress --force hpcom/EngineCylinder.mat.xz && touch hpcom/EngineCylinder.mat cp -puf /ucrt64/bin/Qt5Sql.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force hpcom/MergingExample.mat.xz && touch hpcom/MergingExample.mat xz --keep --decompress --force hpcom/SimpleResistor.mat.xz && touch hpcom/SimpleResistor.mat xz --keep --decompress --force linear_system/NPendulum_10.mat.xz && touch linear_system/NPendulum_10.mat xz --keep --decompress --force linear_system/NPendulum_40.mat.xz && touch linear_system/NPendulum_40.mat cp -puf /ucrt64/bin/Qt5OpenGL.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info xz --keep --decompress --force linear_system/Ticket4254.mat.xz && touch linear_system/Ticket4254.mat -- Detecting CXX compiler ABI info xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mat xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_ExternalTrigger.mat xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mat cp -puf /ucrt64/bin/libxslt-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mat -- Detecting C compiler ABI info -- Detecting C compiler ABI info xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mat xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mat cp -puf /ucrt64/bin/liblzma-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mat -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mat cp -puf /ucrt64/bin/libxml2-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mat cp -puf /ucrt64/bin/libwebp-*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mat -- Detecting CXX compiler ABI info xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mat cp -puf /ucrt64/bin/libsqlite3-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mat gcc -fPIC -Wall -Wextra -O2 -g -c -o FFITestLib.o ../../C-Sources/FFITestLib.c Rut.for:760:72: 760 | if(mod(i,20).eq.0)pause | 1 Warning: Deleted feature: PAUSE statement at (1) Rut.for:764:72: 764 | pause | 1 Warning: Deleted feature: PAUSE statement at (1) Rut.for:788:72: 788 | pause | 1 Warning: Deleted feature: PAUSE statement at (1) Rut.for:1004:72: 1004 | if(ix.eq.iy)if(ix-1)10,20,40 | 1 Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1) Rut.for:1073:72: 1073 | 10 assign 30 to next | 1 Warning: Deleted feature: ASSIGN statement at (1) Rut.for:1077:17: 1077 | 20 go to next, (30,40,70,80) | 1 Warning: Deleted feature: Assigned GOTO statement at (1) Rut.for:1079:72: 1079 | assign 40 to next | 1 Warning: Deleted feature: ASSIGN statement at (1) Rut.for:1084:72: 1084 | assign 70 to next | 1 Warning: Deleted feature: ASSIGN statement at (1) Rut.for:1087:72: 1087 | assign 80 to next | 1 Warning: Deleted feature: ASSIGN statement at (1) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mat cp -puf /ucrt64/bin/zlib1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ g++ -fPIC -Wall -Wextra -O2 -g -c -o FFITestLibCpp.o ../../C-Sources/FFITestLibCpp.cpp xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mat -- Detecting CXX compiler ABI info cp -puf /ucrt64/bin/libsz*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleVectorizedAndClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleVectorizedAndClocked.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.ShiftSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.ShiftSample.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SubSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SubSample.mat cp -puf /ucrt64/bin/libhdf5-*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mat (cd fortran_interface && f2py -c -I. Curvif.o Rutf.o Rut.o -m curvif_simplified curvif_simplified.pyf Curvif_simplified.f90 --compiler=mingw32 --fcompiler=gfortran -DNPY_OS_MINGW) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mat cp -puf /ucrt64/bin/libpng16-16.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.UpSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.UpSample.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.mat -- Detecting CXX compiler ABI info cp -puf /ucrt64/bin/libjpeg-8.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mat g++ -shared -o libFFITestLib.dll FFITestLib.o FFITestLibCpp.o xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mat cp -puf /ucrt64/bin/libfreetype-6.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClock.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClock.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mat cp -puf /ucrt64/bin/libglib-2.0-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mat -- Detecting C compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done cp -puf /ucrt64/bin/libbz2-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat mkdir -p ../../Library/win64 -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info - done CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done (7.0s) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mat cp -puf /ucrt64/bin/libicuin*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp libFFITestLib.dll ../../Library/win64/libFFITestLib.dll xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mat make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc' -- Detecting C compiler ABI info - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mat -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe - skipped -- Detecting C compile features -- Detecting C compile features - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mat cp -puf /ucrt64/bin/libicuuc*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mat -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mat -- Detecting CXX compiler ABI info - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mat cp -puf /ucrt64/bin/libicudt*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mat -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Generating done (0.5s) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mat -- Building static libraries. -- Configuring done (6.4s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build -- Generating done (0.0s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mat -- Detecting CXX compiler ABI info xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mat make -C 3rdParty/SuiteSparse-5.8.1/build install -- Detecting CXX compiler ABI info - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mat -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build --check-build-system CMakeFiles/Makefile.cmake 0 CMake Deprecation Warning at CMakeLists.txt:33 (CMAKE_POLICY): The OLD behavior for policy CMP0045 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:34 (CMAKE_POLICY): The OLD behavior for policy CMP0042 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:39 (CMAKE_POLICY): The OLD behavior for policy CMP0054 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:44 (CMAKE_POLICY): The OLD behavior for policy CMP0059 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build//CMakeFiles/progress.marks -- Configuring done (6.2s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: WITH_LIBCXX -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser' make -C 3rdParty/antlr4/runtime/Cpp/build/ cp -puf /ucrt64/bin/libpcre*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mat make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp -B/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build --check-build-system CMakeFiles/Makefile.cmake 0 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample1.mat make -f CMakeFiles/Makefile2 all xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mat make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/suitesparseconfig.dir/build.make CMakeFiles/suitesparseconfig.dir/depend -- Detecting CXX compiler ABI info - done /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build//CMakeFiles/progress.marks make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mat -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test COMPILER_SUPPORTS_CXX11 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/suitesparseconfig.dir/DependInfo.cmake "--color=" cp -puf /ucrt64/bin/libharfbuzz-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.mat make -f CMakeFiles/Makefile2 all make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_global.dir/DependInfo.cmake "--color=" make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleVectorizedAndClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleVectorizedAndClocked.mat make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend cp -pufr /ucrt64/share/qt5/plugins/* /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' make -f runtime/CMakeFiles/antlr4_static.dir/build.make runtime/CMakeFiles/antlr4_static.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake "--color=" make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf_object_DINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/suitesparseconfig.dir/build.make CMakeFiles/suitesparseconfig.dir/build xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf_object_DLONG.dir/DependInfo.cmake "--color=" make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime/CMakeFiles/antlr4_static.dir/DependInfo.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mat make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd_object.dir/DependInfo.cmake "--color=" xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mat make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd_object_l.dir/DependInfo.cmake "--color=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' make -f runtime/CMakeFiles/antlr4_static.dir/build.make runtime/CMakeFiles/antlr4_static.dir/build make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/depend xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mat [ 0%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj -MF CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj.d -o CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_global.c make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mat make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' [ 0%] Building C object CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj [ 0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj -MF CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj.d -o CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/SuiteSparse_config.c make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mat [ 0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_1.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu_object_DINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/build [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_1.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_2.c [ 1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj [ 2%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj -MF CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj.d -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_maxtrans.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_2.c [ 2%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_aat.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj -MF CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj.d -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_maxtrans.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu_object_DLONG.dir/DependInfo.cmake "--color=" [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj [ 3%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_aat.c [ 0%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 3%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj -MF CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj.d -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_order.c [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRErrorListener.cpp C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/f2py/f2py2e.py:719: VisibleDeprecationWarning: distutils has been deprecated since NumPy 1.26.xUse the Meson backend instead, or generate wrapperswithout -c and use a custom build script builder = build_backend( Ignoring "'MSVCCompiler' object has no attribute '_MSVCCompiler__root'" (I think it is msvccompiler.py bug) Unknown vendor: "gfortran" running build running config_cc INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src INFO: build_src INFO: building extension "curvif_simplified" sources creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 INFO: f2py options: [] INFO: f2py: curvif_simplified.pyf append_needs: unknown need 'int' append_needs: unknown need 'double' append_needs: unknown need 'double' Reading fortran codes... Reading file 'curvif_simplified.pyf' (format:free) Post-processing... Block: __user__routines Block: obj_func Block: curvif_simplified Block: curvif_simplified In: curvif_simplified.pyf:curvif_simplified:unknown_interface:curvif_simplified get_useparameters: no module __user__routines info used by curvif_simplified Applying post-processing hooks... character_backward_compatibility_hook Post-processing (stage 2)... Building modules... Constructing call-back function "cb_obj_func_in___user__routines" def obj_func(x,[n]): return f Building module "curvif_simplified"... Generating possibly empty wrappers" Maybe empty "curvif_simplified-f2pywrappers.f" Constructing wrapper function "curvif_simplified"... x_opt,f_opt = curvif_simplified(x0,obj_func,lower_bounds,upper_bounds,epsilon,[n,obj_func_extra_args]) Wrote C/API module "curvif_simplified" to file "C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c" INFO: adding 'C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/fortranobject.c' to sources. INFO: adding 'C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11' to include_dirs. copying C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/f2py/src/fortranobject.c -> C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 copying C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/f2py/src/fortranobject.h -> C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 INFO: adding 'C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplified-f2pywrappers.f' to sources. INFO: build_src: building npy-pkg config files running build_ext INFO: customize Mingw32CCompiler INFO: customize Mingw32CCompiler using build_ext INFO: customize Gnu95FCompiler INFO: Found executable C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe cp -puf /ucrt64/bin/libOpenThreads.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_control.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj -MF CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj.d -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_order.c [ 4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_control.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 4%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj -MF CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj.d -o CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source/colamd.c make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/build [ 4%] Built target amd_global [ 1%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRErrorStrategy.cpp xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.mat cp -puf /ucrt64/bin/libosg.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT.dir/DependInfo.cmake "--color=" [ 5%] Building C object CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj -MF CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj.d -o CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source/colamd.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Detecting CXX compiler ABI info - done INFO: customize Gnu95FCompiler using build_ext INFO: building 'curvif_simplified' extension INFO: compiling C sources INFO: C compiler: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1 creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local/temp creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local/temp/tmp51w0w8c3 creating C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local/temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 INFO: compile options: '-DNPY_OS_MINGW -DNPY_DISABLE_OPTIMIZATION=1 -I. -IC:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c' -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done [ 5%] Linking C static library libsuitesparseconfig.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/suitesparseconfig.dir/cmake_clean_target.cmake make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build CMake Warning (dev) at cmake/coin-macros.cmake:315 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): CMakeLists.txt:93 (include) This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mat [ 5%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj -MF CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj.d -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_strongcomp.c make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend [ 5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_defaults.c cp -puf /ucrt64/bin/libosgViewer.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting CXX compiler ABI info - done [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_defaults.c [ 5%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/suitesparseconfig.dir/link.txt --verbose=1 -- Found PythonInterp: C:/OMDevUCRT/tools/msys/ucrt64/bin/python.exe (found version "3.11.7") /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj -MF CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj.d -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source/btf_strongcomp.c [ 5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_dump.c INFO: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -DNPY_OS_MINGW -DNPY_DISABLE_OPTIMIZATION=1 -I. -IC:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c -o C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local/temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.o INFO: gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -march=nocona -msahf -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 -DNPY_OS_MINGW -DNPY_DISABLE_OPTIMIZATION=1 -I. -IC:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/fortranobject.c -o C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local/temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/fortranobject.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG.dir/DependInfo.cmake "--color=" -- Looking for unistd.h make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 2%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.obj [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRFileStream.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_dump.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_FIXQ.dir/DependInfo.cmake "--color=" [ 6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_info.c [ 7%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_info.c [ 2%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ANTLRInputStream.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsuitesparseconfig.a CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj cp -puf /ucrt64/bin/libosgDB.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.mat [ 7%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsuitesparseconfig.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 8%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mat cp -puf /ucrt64/bin/libosgUtil.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 8%] Built target colamd_object_l [ 8%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build [ 8%] Built target colamd_object /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze.c [ 8%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_order.c [ 3%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.obj [ 8%] Built target btf_object_DINT cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BailErrorStrategy.cpp cp -puf /ucrt64/bin/libosgGA.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting CXX compiler ABI info - done make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mat -- Found ccache. It will be used for compilation C/C++ sources In file included from C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c:19: C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include/numpy/npy_os.h:26: warning: "NPY_OS_MINGW" redefined 26 | #define NPY_OS_MINGW | : note: this is the location of the previous definition [ 8%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj [ 9%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend [ 9%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c: In function 'cb_obj_func_in___user__routines': C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c:447:12: warning: unused variable 'f' [-Wunused-variable] 447 | double f=(*f_cb_capi); | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_analyze.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_order.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze_given.c [ 9%] Built target suitesparseconfig [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj -- The Fortran compiler identification is GNU 13.2.0 cp -puf /ucrt64/bin/libosgText.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_analyze_given.c [ 9%] Built target btf_object_DLONG make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake "--color=" [ 10%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_apply_order.c -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_C11 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mat [ 10%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj [ 10%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj [ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_defaults.c [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_defaults.c [ 10%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend [ 4%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.obj [ 10%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DFIXQ -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_analyze.c [ 10%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_post_tree.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_post_tree.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BaseErrorListener.cpp [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_diagnostics.c cp -puf /ucrt64/bin/libmd4c.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_apply_order.c -- OMSimulator version string: v2.1.2.post4-g6f4ecda -- Platform string: mingw CMake Deprecation Warning at 3rdParty/sundials-5.4.0/CMakeLists.txt:24 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- SUNDIALS_BUILD_STATIC_LIBS: -- SUNDIALS_BUILD_SHARED_LIBS: OFF make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/DependInfo.cmake "--color=" xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWith_AD_DA_Effects.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWith_AD_DA_Effects.mat -- Looking for sys/types.h [ 11%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj [ 11%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj [ 11%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_postorder.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_postorder.c [ 4%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/BufferedTokenStream.cpp cp -puf /ucrt64/bin/libsharpyuv-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG.dir/DependInfo.cmake "--color=" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build [ 12%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_preprocess.c [ 12%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c cp -puf /ucrt64/bin/libcurl-4.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' INFO: compiling Fortran sources INFO: Fortran f77 compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -O3 -funroll-loops Fortran f90 compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -fno-second-underscore -O3 -funroll-loops Fortran fix compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -O3 -funroll-loops INFO: compile options: '-DNPY_OS_MINGW -I. -IC:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11 -IC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/core/include -IC:/OMDevUCRT/tools/msys/ucrt64/include/python3.11 -c' INFO: gfortran.exe:f90: Curvif_simplified.f90 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mat [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj [ 13%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_dump.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_diagnostics.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_blas3_update.c make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build -- Detecting Fortran compiler ABI info make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 13%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DFIXQ -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_extract.c cp -puf /ucrt64/bin/libcrypto-3-x64.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_dump.c make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build [ 14%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_preprocess.c [ 14%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_extract.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 15%] Built target umfpack_olib_DINT_FIXQ [ 5%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/CharStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/CharStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/CharStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/CharStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CharStream.cpp cp -puf /ucrt64/bin/libidn2-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_build_tuples.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 15%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c INFO: gfortran.exe:f77: C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplified-f2pywrappers.f [ 15%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_blas3_update.c [ 6%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/DependInfo.cmake "--color=" [ 15%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj -MF CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj.d -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_valid.c make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' cp -puf /ucrt64/bin/libunistring-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonToken.cpp [ 15%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj [ 16%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj [ 17%] Building C object CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DFIXQ -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c [ 17%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj -MF CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj.d -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source/amd_valid.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_blas3_update.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_cholmod.c [ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_factor.c [ 17%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c cp -puf /ucrt64/bin/libpsl-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" [ 6%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.cpp [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_factor.c INFO: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -Wall -g -shared C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local/temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.o C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/users/openmo~1/appdata/local/temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/fortranobject.o C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/Curvif_simplified.o C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3/src.mingw_x86_64_ucrt-3.11/curvif_simplified-f2pywrappers.o Curvif.o Rutf.o Rut.o -LC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0 -LC:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/config-3.11 -LC:/OMDevUCRT/tools/msys/ucrt64/lib -lpython3.11 -lversion -lshlwapi -lpathcch -lbcrypt -lgfortran -o ./curvif_simplified.cp311-mingw_x86_64_ucrt.pyd make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 17%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_build_tuples.c [ 17%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_blas3_update.c xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.Continuous.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.Continuous.mat [ 17%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_colamd.c cp -puf /ucrt64/bin/libssh2-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 17%] Built target umfpack_olib_DLONG_FIXQ [ 7%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/CommonTokenStream.cpp make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mat Removing build directory C:/Users/OPENMO~1/AppData/Local/Temp/tmp51w0w8c3 cp -puf /ucrt64/bin/libgcc_s_*.dll fortran_interface make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build [ 17%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj cp -puf /ucrt64/bin/libssl-3-x64.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ [ 18%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj [ 18%] Built target umfpack_olib_ZINT_FIXQ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_numeric.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_build_tuples.c make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build [ 18%] Built target amd_DLONG xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mat [ 18%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj for f in libdouble-conversion.dll libzstd.dll libwoff2dec.dll libwoff2common.dll Qt5QmlModels.dll libnghttp2-14.dll libunistring-2.dll libgraphite2.dll libbrotlidec.dll libbrotlicommon.dll libfontconfig-1.dll; do cp -puf /ucrt64/bin/$f /c/dev/jenkins/ws/Windows/OM_Win/build/bin/; done /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_numeric.c [ 19%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_create_element.c [ 19%] Built target amd_DINT make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Looking for unistd.h - found -- Configuring done (11.4s) -- Generating done (0.0s) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mat -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build [ 8%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.obj make -C 3rdParty/zlib/build/ install [ 19%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp cp -puf /ucrt64/bin/libgfortran*.dll fortran_interface [ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_create_element.c [ 21%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj [ 22%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_cholmod.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_symbolic.c [ 22%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj [ 22%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_build_tuples.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_free_symbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_dump.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_create_element.c make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build --check-build-system CMakeFiles/Makefile.cmake 0 [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_dump.c [ 22%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj [ 22%] Building C object CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DFIXQ -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_assemble.c make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend [ 22%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj [ 22%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_colamd.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_dump.c cp -puf /ucrt64/bin/libquadmath*.dll fortran_interface [ 22%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_extend_front.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_kernel.c xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mat make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build//CMakeFiles/progress.marks make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" [ 8%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp [ 22%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_create_element.c [ 22%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_free.c [ 22%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_memory.c xz --keep --decompress --force msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz && touch msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat cp -puf /ucrt64/bin/libwinpthread*.dll fortran_interface make -f CMakeFiles/Makefile2 all make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DROP.dir/DependInfo.cmake "--color=" [ 22%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_kernel.c [ 9%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Using tweetnacl for CURVE security -- Looking for kqueue xz --keep --decompress --force msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz && touch msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_dump.c [ 23%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_fsize.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_extend_front.c [ 24%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj [ 24%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c [ 24%] Built target umfpack_olib_ZLONG_FIXQ make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_extend_front.c xz --keep --decompress --force msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mat.xz && touch msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mat [ 10%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.obj mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSens cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Exceptions.cpp make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 25%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build/CMakeFiles/zlib.dir/DependInfo.cmake "--color=" [ 26%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_garbage_collection.c [ 27%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj [ 27%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_refactor.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_memory.c [ 10%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/FailedPredicateException.cpp [ 27%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_garbage_collection.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c -- Looking for sys/types.h - found -- Looking for stdint.h [ 27%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_get_memory.c [ 28%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_scale.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_extend_front.c [ 29%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make -f CMakeFiles/zlib.dir/build.make CMakeFiles/zlib.dir/build xz --keep --decompress --force msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat.xz && touch msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c [ 30%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build xz --keep --decompress --force msl31/Modelica.Mechanics.Translational.Examples.Friction.mat.xz && touch msl31/Modelica.Mechanics.Translational.Examples.Friction.mat [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_garbage_collection.c [ 30%] Building C object CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DDROP -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj [ 30%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE [ 11%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.obj echo Copying needed .dlls to the /c/dev/jenkins/ws/Windows/OM_Win/build/bin directory make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' cp: cannot stat '/ucrt64/bin/libunistring-2.dll': No such file or directory /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_free.c make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/InputMismatchException.cpp [ 30%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 30%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c:115:34: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 1152921504606846975 to 1152921504606846976 [-Wimplicit-const-int-float-conversion] 115 | double a = 0.9 * sqrt ((Int_MAX / sizeof (Entry)) / s) ; | ~~~~~~~~^~~~~~~~~~~~~~~~ ~ xz --keep --decompress --force msl32/Modelica.Blocks.Examples.BooleanNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.BooleanNetwork1.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_refactor.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 1 warning generated. [ 30%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj [ 30%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_solve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_get_memory.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_fsize.c [ 30%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj [ 12%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/IntStream.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCONJUGATE_SOLVE -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake "--color=" [ 6%] Building C object CMakeFiles/zlib.dir/adler32.c.obj [ 30%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/adler32.c.obj -MF CMakeFiles/zlib.dir/adler32.c.obj.d -o CMakeFiles/zlib.dir/adler32.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/adler32.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/IntStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/IntStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/IntStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/IntStream.cpp [ 31%] Building C object CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_init_front.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DDROP -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_get_memory.c [ 32%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj [ 32%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_scale.c -- Detecting Fortran compiler ABI info - done -- Check for working Fortran compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe - skipped -- Detecting Fortran/C Interface make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_is_permutation.c [ 32%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE [ 32%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj [ 12%] Building C object CMakeFiles/zlib.dir/compress.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/compress.c.obj -MF CMakeFiles/zlib.dir/compress.c.obj.d -o CMakeFiles/zlib.dir/compress.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/compress.c [ 12%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.obj [ 32%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 63 | uLong ZEXPORT adler32_z(adler, buf, len) | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_solve.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 134 | uLong ZEXPORT adler32(adler, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 143 | local uLong adler32_combine_(adler1, adler2, len2) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 172 | uLong ZEXPORT adler32_combine(adler1, adler2, len2) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 180 | uLong ZEXPORT adler32_combine64(adler1, adler2, len2) | ^ [ 32%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c [ 32%] Built target umfpack_olib_DINT_DROP xz --keep --decompress --force msl32/Modelica.Blocks.Examples.BusUsage.mat.xz && touch msl32/Modelica.Blocks.Examples.BusUsage.mat 5 warnings generated. [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_garbage_collection.c cp -rfp . /c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSens C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 22 | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 68 | int ZEXPORT compress (dest, destLen, source, sourceLen) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 81 | uLong ZEXPORT compressBound (sourceLen) | ^ 3 warnings generated. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 33%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj [ 33%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 33%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE [ 13%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Lexer.cpp.obj [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj xz --keep --decompress --force msl32/Modelica.Blocks.Examples.Filter.mat.xz && touch msl32/Modelica.Blocks.Examples.Filter.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_init_front.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_sort.c make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend [ 34%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_init_front.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/Lexer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/Lexer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/Lexer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Lexer.cpp [ 18%] Building C object CMakeFiles/zlib.dir/crc32.c.obj make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel.c [ 14%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/LexerInterpreter.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c:115:34: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 576460752303423487 to 576460752303423488 [-Wimplicit-const-int-float-conversion] 115 | double a = 0.9 * sqrt ((Int_MAX / sizeof (Entry)) / s) ; | ~~~~~~~~^~~~~~~~~~~~~~~~ ~ make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DROP.dir/DependInfo.cmake "--color=" 1 warning generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/crc32.c.obj -MF CMakeFiles/zlib.dir/crc32.c.obj.d -o CMakeFiles/zlib.dir/crc32.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c [ 35%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj -MF CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj.d -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_tsolve.c [ 35%] Built target umfpack_olib_DLONG_DROP [ 35%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj xz --keep --decompress --force msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mat.xz && touch msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mat [ 36%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDROP -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_init.c [ 25%] Building C object CMakeFiles/zlib.dir/deflate.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_sort.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/deflate.c.obj -MF CMakeFiles/zlib.dir/deflate.c.obj.d -o CMakeFiles/zlib.dir/deflate.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/DependInfo.cmake "--color=" xz --keep --decompress --force msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mat.xz && touch msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mat [ 31%] Building C object CMakeFiles/zlib.dir/gzclose.c.obj Copying needed .dlls to the /c/dev/jenkins/ws/Windows/OM_Win/build/bin directory test ! -f /c/WINDOWS/system32/OpenCL.dll || gendef - /c/WINDOWS/system32/OpenCL.dll > /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OpenCL.def || true [ 37%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:202:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 202 | unsigned long ZEXPORT crc32_z(crc, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:237:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 237 | unsigned long ZEXPORT crc32(crc, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:266:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 266 | local unsigned long crc32_little(crc, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:306:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 306 | local unsigned long crc32_big(crc, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:344:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 344 | local unsigned long gf2_matrix_times(mat, vec) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:361:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 361 | local void gf2_matrix_square(square, mat) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:372:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 372 | locaC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:201:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] l uLon 201 | g clocal void slrc3ide_2_chasho(s) m| bine_(c ^rc1, crc2 , len2) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.cC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:428:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]:228:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 428 | uLong Z EXPORT228 | i crc32_combine(crc1, nt ZEXPOcRrT decf2, len2) l| ^ ateInit_(strm, level, version, stream_size) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c:436:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 436 | uLong ZEXPORT crc32_combine64(crc1, crc2, len2) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:240:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 240 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, | ^ make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend [ 37%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:353:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 353 | local int deflateStateCheck (strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 376 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 445 | int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:467:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 467 | int ZEXPORT deflateResetKeep (strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:505:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 505 | int ZEXPORT deflateReset (strm) | ^ make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/DependInfo.cmake "--color=" C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source - 517g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_wrapup.c | int ZEXPORT deflateSetHeader (strm, head) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:528:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 528 | int ZEXPORT deflatePending (strm, pending, bits) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 542 | int ZEXPORT deflatePrime (strm, bits, value) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:568:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 568 | int ZEXPORT deflateParams(strm, level, strategy) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:617:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 617 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:652:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 652 | uLong ZEXPORT deflateBound(strm, sourceLen) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:716:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 716 | local void putShortMSB (s, b) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:730:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 730 | local void flush_pending(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:763:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 763 | int ZEXPORT deflate (strm, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1076:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1076 | int ZEXPORT deflateEnd (strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1102:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1102 | int ZEXPORT deflateCopy (dest, source) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1164:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1164 | local unsigned read_buf(strm, buf, size) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1194:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1194 | local void lm_init (s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1236:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1236 | local uInt longest_match(s, cur_match) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1482:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1482 | local void fill_window(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1643:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1643 | local block_state deflate_stored(s, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1824:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1824 | local block_state deflate_fast(s, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:1926:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1926 | local block_state deflate_slow(s, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:2057:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 2057 | local block_state deflate_rle(s, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c:2130:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 2130 | local block_state deflate_huff(s, flush) | ^ 9 warnings generated. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 37%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj 28 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -MF CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj.d -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source/klu_tsolve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/gzclose.c.obj -MF CMakeFiles/zlib.dir/gzclose.c.obj.d -o CMakeFiles/zlib.dir/gzclose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzclose.c [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' (cd tools/debugging/ && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc) [ 37%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_init.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_get_memory.c [ 37%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_init.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force msl32/Modelica.Blocks.Examples.IntegerNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.IntegerNetwork1.mat [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_grow_front.c [ 37%] Building C object CMakeFiles/zlib.dir/gzlib.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/gzlib.c.obj -MF CMakeFiles/zlib.dir/gzlib.c.obj.d -o CMakeFiles/zlib.dir/gzlib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzclose.c:11:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 11 | int ZEXPORT gzclose(file) | ^ 1 warning generated. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 37%] Built target umfpack_olib_ZINT_DROP * [C:/WINDOWS/system32/OpenCL.dll] Found PE+ image xz --keep --decompress --force msl32/Modelica.Blocks.Examples.Interaction1.mat.xz && touch msl32/Modelica.Blocks.Examples.Interaction1.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 14%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build [ 37%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 37%] Built target klu_object_DLONG /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_local_search.c [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_init_front.c -- Looking for kqueue - not found -- Looking for epoll_create make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 75 | local void gz_reset(state) | ^ [ 37%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:91:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 91 | local gzFile gz_open(path, fd, mode) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:270:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 270 | gzFile ZEXPORT gzopen(path, mode) | ^ [ 15%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:278:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 278 | gzFile ZEXPORT gzopen64(path, mode) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:286:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 286 | gzFile ZEXPORT gzdopen(fd, mode) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:307:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 307 | gzFile ZEXPORT gzopen_w(path, mode) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:316:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 316 | int ZEXPORT gzbuffer(file, size) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:343:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 343 | int ZEXPORT gzrewind(file) | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_wrapup.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:366:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 366 | z_off64_t ZEXPORT gzseek64(file, offset, whence) | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ListTokenSource.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:443:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 443 | z_off_t ZEXPORT gzseek(file, offset, whence) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:455:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 455 | z_off64_t ZEXPORT gztell64(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:472:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 472 | z_off_t ZEXPORT gztell(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:482:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 482 | z_off64_t ZEXPORT gzoffset64(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:505:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 505 | z_off_t ZEXPORT gzoffset(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:515:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 515 | int ZEXPORT gzeof(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:532:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 532 | const char * ZEXPORT gzerror(file, errnum) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:553:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 553 | void ZEXPORT gzclearerr(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:579:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 579 | void ZLIB_INTERNAL gz_error(state, err, msg) | ^ 18 warnings generated. make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 37%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_wrapup.c test ! -f /c/WINDOWS/system32/OpenCL.dll || dlltool -l /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenCL.a -d /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OpenCL.def -A -k || true make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 37%] Built target klu_object_DINT [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj [ 38%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj [ 43%] Building C object CMakeFiles/zlib.dir/gzread.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/gzread.c.obj -MF CMakeFiles/zlib.dir/gzread.c.obj.d -o CMakeFiles/zlib.dir/gzread.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_is_permutation.c [ 38%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj [ 39%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj xz --keep --decompress --force msl32/Modelica.Blocks.Examples.InverseModel.mat.xz && touch msl32/Modelica.Blocks.Examples.InverseModel.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_lsolve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_local_search.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_local_search.c [ 39%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 39%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DDO_MAP -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_lsolve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 39%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DDO_MAP -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens' xz --keep --decompress --force msl32/Modelica.Blocks.Examples.LogicalNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.LogicalNetwork1.mat [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDROP -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c [ 41%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_lsolve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:21:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 21 | local int gz_load(state, buf, len, have) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:56:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 56 | local int gz_avail(state) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:91:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 91 | local int gz_look(state) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:175:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 175 | local int gz_decomp(state) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:229:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 229 | local int gz_fetch(state) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:259:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 259 | local int gz_skip(state, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:294:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 294 | local z_size_t gz_read(state, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:375:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 375 | int ZEXPORT gzread(file, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:411:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 411 | z_size_t ZEXPORT gzfread(buf, size, nitems, file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:447:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 447 | int ZEXPORT gzgetc(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:476:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 476 | int ZEXPORT gzgetc_(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:483:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 483 | int ZEXPORT gzungetc(c, file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:543:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 543 | char * ZEXPORT gzgets(file, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:607:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 607 | int ZEXPORT gzdirect(file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzread.c:627:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 627 | int ZEXPORT gzclose_r(file) | ^ [ 41%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DDO_VALUES -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/DependInfo.cmake "--color=" [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_init.c [ 42%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DDO_MAP -DDO_VALUES -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_malloc.c [ 50%] Building C object CMakeFiles/zlib.dir/gzwrite.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/gzwrite.c.obj -MF CMakeFiles/zlib.dir/gzwrite.c.obj.d -o CMakeFiles/zlib.dir/gzwrite.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f Makefile.omdev.mingw -C OMSens_Qt OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" [ 42%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c 15 warnings generated. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Looking for stdint.h - found -- Looking for stddef.h xz --keep --decompress --force msl32/Modelica.Blocks.Examples.PID_Controller.mat.xz && touch msl32/Modelica.Blocks.Examples.PID_Controller.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj [ 16%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/NoViableAltException.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_kernel_wrapup.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:17:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 17 | local int gz_init(state) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:73:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 73 | local int gz_comp(state, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:145:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 145 | local int gz_zero(state, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:178:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 178 | local z_size_t gz_write(state, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:246:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 246 | int ZEXPORT gzwrite(file, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:274:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 274 | z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 304 | int ZEXPORT gzputc(file, c) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:352:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 352 | int ZEXPORT gzputs(file, str) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 553 | int ZEXPORT gzflush(file, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:585:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 585 | int ZEXPORT gzsetparams(file, level, strategy) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzwrite.c:627:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 627 | int ZEXPORT gzclose_w(file) | ^ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build [ 42%] Built target umfpack_olib_DINT_DO_MAP [ 42%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 42%] Built target umfpack_olib_DLONG_DO_MAP [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_element.c 11 warnings generated. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 42%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj [ 56%] Building C object CMakeFiles/zlib.dir/infback.c.obj mkdir -p 3rdParty/metis-5.1.0/build [ 43%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj [ 16%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Parser.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c [ 43%] Built target umfpack_olib_ZLONG_DROP /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_element.c [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj xz --keep --decompress --force msl32/Modelica.Blocks.Examples.RealNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.RealNetwork1.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/infback.c.obj -MF CMakeFiles/zlib.dir/infback.c.obj.d -o CMakeFiles/zlib.dir/infback.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/infback.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_local_search.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/Parser.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/Parser.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/Parser.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Parser.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_element.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_head_block.c [ 44%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj [ 62%] Building C object CMakeFiles/zlib.dir/inffast.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_head_block.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/inffast.c.obj -MF CMakeFiles/zlib.dir/inffast.c.obj.d -o CMakeFiles/zlib.dir/inffast.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inffast.c [ 44%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 28 | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/infback.c:82:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 82 | local void fixedtables(state) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/infback.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 250 | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/infback.c:631:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 631 | int ZEXPORT inflateBackEnd(strm) | ^ 4 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_head_block.c [ 17%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.obj [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj (cp -puf /ucrt64/bin/libexpat-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 44%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES xz --keep --decompress --force msl32/Modelica.Blocks.Examples.ShowLogicalSources.mat.xz && touch msl32/Modelica.Blocks.Examples.ShowLogicalSources.mat make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ParserInterpreter.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_lsolve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_tail_block.c [ 45%] Built target umfpack_olib_DINT_DO_VALUES [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DDO_VALUES -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 50 | void ZLIB_INTERNAL inflate_fast(strm, start) | ^ [ 46%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_tail_block.c [ 18%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ParserRuleContext.cpp 1 warning generated. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend [ 46%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_free_tail_block.c xz --keep --decompress --force msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat.xz && touch msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat [ 46%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_ltsolve.c [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DDO_MAP -DDO_VALUES -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c (cp -puf /ucrt64/bin/libffi*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_tail_block.c [ 68%] Building C object CMakeFiles/zlib.dir/inflate.c.obj make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend [ 46%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj [ 46%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_free_tail_block.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_free_tail_block.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/inflate.c.obj -MF CMakeFiles/zlib.dir/inflate.c.obj.d -o CMakeFiles/zlib.dir/inflate.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 46%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_malloc.c [ 75%] Building C object CMakeFiles/zlib.dir/inftrees.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/inftrees.c.obj -MF CMakeFiles/zlib.dir/inftrees.c.obj.d -o CMakeFiles/zlib.dir/inftrees.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inftrees.c [ 47%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_init_memoryspace.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" [ 47%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_init_memoryspace.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 81%] Building C object CMakeFiles/zlib.dir/trees.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/trees.c.obj -MF CMakeFiles/zlib.dir/trees.c.obj.d -o CMakeFiles/zlib.dir/trees.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 105 | local int inflateStateCheck(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 119 | int ZEXPORT inflateResetKeep(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:144:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 144 | int ZEXPORT inflateReset(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:157:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 157 | int ZEXPORT inflateReset2(strm, windowBits) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:195:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 195 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:239:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 239 | int ZEXPORT inflateInit_(strm, version, stream_size) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:247:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 247 | int ZEXPORT inflatePrime(strm, bits, value) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 278 | local void fixedtables(state) | ^ (cp -puf /ucrt64/bin/libgcc_s_seh-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:396:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 396 | local int updatewindow(strm, end, copy) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:622:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 622 | int ZEXPORT inflate(strm, flush) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1277:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1277 | int ZEXPORT inflateEnd(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1291:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1291 | int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1314:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1314 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1349:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1349 | int ZEXPORT inflateGetHeader(strm, head) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1377:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1377 | local unsigned syncsearch(have, buf, len) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1400:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1400 | int ZEXPORT inflateSync(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1451:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1451 | int ZEXPORT inflateSyncPoint(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1461:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1461 | int ZEXPORT inflateCopy(dest, source) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1508:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1508 | int ZEXPORT inflateUndermine(strm, subvert) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1526:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1526 | int ZEXPORT inflateValidate(strm, check) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1541:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1541 | long ZEXPORT inflateMark(strm) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:1554:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1554 | unsigned long ZEXPORT inflateCodesUsed(strm) | ^ make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 18%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/ProxyErrorListener.cpp make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build [ 47%] Built target umfpack_olib_DLONG_DO_VALUES C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 32 | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) | ^ 1 warning generated. xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_init_memoryspace.c [ 47%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_vector.c 22 warnings generated. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 379 | void ZLIB_INTERNAL _tr_init(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 407 | local void init_block(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 451 | local void pqdownheap(s, tree, k) | ^ make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/depend C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 486 | local void gen_bitlen(s, desc) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 572 | local void gen_codes (tree, max_code, bl_count) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 615 | local void build_tree(s, desc) | ^ make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 703 | local void scan_tree (s, tree, max_code) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 748 | local void send_tree (s, tree, max_code) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 799 | local int build_bl_tree(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 834 | local void send_all_trees(s, lcodes, dcodes, blcodes) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 863 | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) | ^ [ 47%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:886:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 886 | void ZLIB_INTERNAL _tr_flush_bits(s) | ^ [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:896:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 896 | void ZLIB_INTERNAL _tr_align(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:911:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 911 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1014 | int ZLIB_INTERNAL _tr_tally (s, dist, lc) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:1064:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1064 | local void compress_block(s, ltree, dtree) | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_element.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:1124:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1124 | local int detect_data_type(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:1158:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1158 | local unsigned bi_reverse(code, len) | ^ [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:1173:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1173 | local void bi_flush(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/trees.c:1190:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 1190 | local void bi_windup(s) | ^ [ 49%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_realloc.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDO_MAP -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c [ 49%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat 20 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_vector.c make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend (cp -puf /ucrt64/bin/libgfortran*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj [ 87%] Building C object CMakeFiles/zlib.dir/uncompr.c.obj [ 50%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj [ 19%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RecognitionException.cpp [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_row_search.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/uncompr.c.obj -MF CMakeFiles/zlib.dir/uncompr.c.obj.d -o CMakeFiles/zlib.dir/uncompr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/uncompr.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_row_search.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_head_block.c [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDO_VALUES -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c [ 93%] Building C object CMakeFiles/zlib.dir/zutil.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_UNISTD_H=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib -g -O2 -DUCRT64 -MD -MT CMakeFiles/zlib.dir/zutil.c.obj -MF CMakeFiles/zlib.dir/zutil.c.obj.d -o CMakeFiles/zlib.dir/zutil.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/zutil.c test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build [ 20%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Recognizer.cpp make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDO_MAP -DDO_VALUES -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 27 | int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 86 | int ZEXPORT uncompress (dest, destLen, source, sourceLen) | ^ [ 50%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_alloc_tail_block.c 2 warnings generated. [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_perm.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build -- Looking for epoll_create - not found -- Looking for sys/types.h C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 133 | const char * ZEXPORT zError(err) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/zutil.c:305:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 305 | voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/zutil.c:315:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 315 | void ZLIB_INTERNAL zcfree (opaque, ptr) | ^ make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc (cp -puf /ucrt64/bin/libgomp-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) 3 warnings generated. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat [ 51%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_free_tail_block.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj [ 20%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.obj [ 51%] Built target umfpack_olib_ZINT_DO_MAP cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuleContext.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat qmake "CONFIG+=release" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_vector.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 52%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale_column.c [ 21%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.obj [ 52%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale_column.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp [100%] Linking C static library libzlib.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/zlib.dir/cmake_clean_target.cmake make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend [ 53%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_mem_init_memoryspace.c (cd 3rdParty/metis-5.1.0/build && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe ../ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_LIBDIR="lib/omc" -DCMAKE_INSTALL_INCLUDEDIR="include" -G "MSYS Makefiles" && CC="clang" CFLAGS="-g -O2 -DUCRT64" make) [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj [ 53%] Built target umfpack_olib_ZINT_DO_VALUES (cp -puf /ucrt64/bin/libhdf5-*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj [ 53%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDO_MAP -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c [ 53%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_row_search.c [ 53%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_set_stats.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_set_stats.c real 0m2.988s user 0m0.000s sys 0m0.000s /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/zlib.dir/link.txt --verbose=1 make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depend [ 54%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDO_VALUES -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale.c [ 22%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/RuntimeMetaData.cpp [ 54%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj [ 55%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libzlib.a CMakeFiles/zlib.dir/adler32.c.obj CMakeFiles/zlib.dir/compress.c.obj CMakeFiles/zlib.dir/crc32.c.obj CMakeFiles/zlib.dir/deflate.c.obj CMakeFiles/zlib.dir/gzclose.c.obj CMakeFiles/zlib.dir/gzlib.c.obj CMakeFiles/zlib.dir/gzread.c.obj CMakeFiles/zlib.dir/gzwrite.c.obj CMakeFiles/zlib.dir/infback.c.obj CMakeFiles/zlib.dir/inffast.c.obj CMakeFiles/zlib.dir/inflate.c.obj CMakeFiles/zlib.dir/inftrees.c.obj CMakeFiles/zlib.dir/trees.c.obj CMakeFiles/zlib.dir/uncompr.c.obj CMakeFiles/zlib.dir/zutil.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_solve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_solve.c [ 55%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj (cd tools/debugging/ && cp BreakProcess.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin) /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_realloc.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libzlib.a -- Looking for stddef.h - found -- Check size of int64_t xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/DependInfo.cmake "--color=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMSens_Qt\.qmake.stash [ 55%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_start_front.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 55%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj [ 55%] Built target umfpack_olib_ZLONG_DO_MAP make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/DependInfo.cmake "--color=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_start_front.c (cp -puf /ucrt64/bin/libiconv-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale_column.c [ 22%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Token.cpp.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport [100%] Built target zlib make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build/CMakeFiles 0 [ 56%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_perm.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_set_stats.c [ 56%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/Token.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/Token.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/Token.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Token.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 56%] Built target umfpack_olib_ZLONG_DO_VALUES make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend [ 23%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.obj Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenSource.cpp [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj -- The C compiler identification is Clang 17.0.6 make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 56%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj make -f CMakeFiles/Makefile2 preinstall /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDO_MAP -DDO_VALUES -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c [ 57%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c (cp -puf /ucrt64/bin/libintl-8.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build --check-build-system CMakeFiles/Makefile.cmake 0 [ 24%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenStream.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_singletons.c [ 58%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_symbolic_usage.c make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend [ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_symbolic_usage.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 59%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build//CMakeFiles/progress.marks make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj -MF CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj.d -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_global.c [ 59%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_transpose.c [ 59%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_report_vector.c [ 60%] Building C object CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -DWSOLVE -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_solve.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/DependInfo.cmake "--color=" make -f CMakeFiles/Makefile2 all [ 60%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj (cp -puf /ucrt64/bin/libopenblas.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj -MF CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj.d -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_tictoc.c [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj [ 24%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.obj [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -DWSOLVE -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c+/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g+11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_row_search.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build make -f Makefile make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/depend -- The CXX compiler identification is Clang 17.0.6 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat [ 61%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libzlib.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/zlib.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/zconf.h make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' test -d 3rdParty/FMIL [ 61%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj [ 25%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.obj [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 61%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale.c [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_transpose.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/cminpack.dir/DependInfo.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_start_front.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat [ 62%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' make -f Makefile.Release /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c [ 62%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj -MF CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj.d -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_timer.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 62%] Built target umfpack_olib_DINT_WSOLVE [ 62%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat (cp -puf /ucrt64/bin/libp11-kit*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_scale_column.c [ 63%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj [ 63%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_tuple_lengths.c [ 26%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.obj [ 63%] Building C object CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DWSOLVE -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_tuple_lengths.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/build [ 63%] Built target umfpack_olib_DLONG_WSOLVE make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd.dir/DependInfo.cmake "--color=" [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CSVViewerDialog.o dialogs/general/CSVViewerDialog.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 63%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj [ 64%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_usolve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf.dir/DependInfo.cmake "--color=" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DWSOLVE -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_set_stats.c [ 26%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/Vocabulary.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ImageViewerDialog.o dialogs/general/ImageViewerDialog.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat -- Detecting C compiler ABI info -- Looking for sys/types.h - found -- Looking for stdint.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build [ 27%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/WritableToken.cpp [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_singletons.c [ 65%] Built target umfpack_olib [ 2%] Building C object CMakeFiles/cminpack.dir/chkder.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/chkder.c.obj -MF CMakeFiles/cminpack.dir/chkder.c.obj.d -o CMakeFiles/cminpack.dir/chkder.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/chkder.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' (cp -puf /ucrt64/bin/libquadmath-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.NandGate.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.NandGate.mat [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj [ 65%] Built target umfpack_olib_ZINT_WSOLVE [ 66%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_symbolic_usage.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_usolve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend [ 66%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_transpose.c [ 66%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c [ 66%] Built target umfpack_olib_ZLONG_WSOLVE xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj [ 28%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATN.cpp [ 67%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c (cp -puf /ucrt64/bin/libstdc++-6.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_solve.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd.dir/DependInfo.cmake "--color=" [ 28%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.obj [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.c.obj [ 67%] Linking C static library libamd.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNConfig.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/enorm.c.obj -MF CMakeFiles/cminpack.dir/enorm.c.obj.d -o CMakeFiles/cminpack.dir/enorm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/enorm.c /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/amd.dir/cmake_clean_target.cmake [ 6%] Building C object CMakeFiles/cminpack.dir/hybrd1.c.obj [ 29%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.obj mkdir -p 3rdParty/FMIL/build [ 67%] Linking C static library libbtf.a [ 67%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/btf.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_numeric.c [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp [ 67%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_tuple_lengths.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrd1.c.obj -MF CMakeFiles/cminpack.dir/hybrd1.c.obj.d -o CMakeFiles/cminpack.dir/hybrd1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrd1.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_numeric.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.Rectifier.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.Rectifier.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/IndivParamSensAnalysisDialog.o dialogs/indiv/IndivParamSensAnalysisDialog.cpp [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj (cd 3rdParty/FMIL/build && test -f Makefile || CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe -D CMAKE_AR:String="ar" -DFMILIB_FMI_PLATFORM=win64 -D FMILIB_BUILD_SHARED_LIB:Bool=ON -D FMILIB_BUILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_INSTALL_PREFIX:String=../install -DCMAKE_INSTALL_LIBDIR="lib/omc" -DCMAKE_INSTALL_INCLUDEDIR=include -DOMC_ZLIB_LIBRARY=/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libzlib.a -DOMC_ZLIB_INCLUDE_DIR=/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc .. -G "MSYS Makefiles") /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_start_front.c /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/btf.dir/link.txt --verbose=1 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/build (cp -puf /ucrt64/bin/libsystre-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 68%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_symbolic.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libamd.a CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj [ 68%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libbtf.a CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj [ 68%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_symbolic.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_store_lu.c [ 30%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.obj [ 68%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_usolve.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libamd.a C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libbtf.a xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat -- Check size of int64_t - done [ 69%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -- Using int64_t for indices -- Looking for _POSIX_TIMERS [ 69%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_col_to_triplet.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 8%] Building C object CMakeFiles/cminpack.dir/hybrj.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrj.c.obj -MF CMakeFiles/cminpack.dir/hybrj.c.obj.d -o CMakeFiles/cminpack.dir/hybrj.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrj.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 30%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.obj (cp -puf /ucrt64/bin/libsz*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 70%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_symbolic_usage.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_numeric.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat [ 71%] Linking C static library libcolamd.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/colamd.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_defaults.c [ 71%] Built target amd [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_col_to_triplet.c [ 31%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSerializer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSerializer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATNSerializer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATNSerializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/colamd.dir/link.txt --verbose=1 [ 71%] Built target btf (cp -puf /ucrt64/bin/libtre-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/IndivSensAnalTypeDialog.o dialogs/indiv/IndivSensAnalTypeDialog.cpp In file included from dialogs/indiv/IndivParamSensAnalysisDialog.cpp:1: In file included from dialogs/indiv/IndivParamSensAnalysisDialog.h:4: In file included from dialogs/indiv/../../tabs/VariablesTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.c.obj C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmdif1.c.obj -MF CMakeFiles/cminpack.dir/lmdif1.c.obj.d -o CMakeFiles/cminpack.dir/lmdif1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmdif1.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_defaults.c [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -- The C compiler identification is Clang 17.0.6 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libcolamd.a CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_numeric.c [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_symbolic.c [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_transpose.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_numeric.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libcolamd.a [ 32%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.obj [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 12%] Building C object CMakeFiles/cminpack.dir/lmstr1.c.obj [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_symbolic.c [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_triplet.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmstr1.c.obj -MF CMakeFiles/cminpack.dir/lmstr1.c.obj.d -o CMakeFiles/cminpack.dir/lmstr1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmstr1.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_col_to_triplet.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp (cp -puf /ucrt64/bin/libwinpthread*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat [ 32%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ATNState.cpp [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_tuple_lengths.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/IndivSensResultsDialog.o dialogs/indiv/IndivSensResultsDialog.cpp [ 14%] Building C object CMakeFiles/cminpack.dir/qrfac.c.obj [ 33%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/AbstractPredicateTransition.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/qrfac.c.obj -MF CMakeFiles/cminpack.dir/qrfac.c.obj.d -o CMakeFiles/cminpack.dir/qrfac.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/qrfac.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/AbstractPredicateTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/AbstractPredicateTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/AbstractPredicateTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp [ 72%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj [ 72%] Built target colamd /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_symbolic.c xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/MultiParamSweepDialog.o dialogs/sweep/MultiParamSweepDialog.cpp [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj (cp -puf /ucrt64/bin/zlib1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- The CXX compiler identification is Clang 17.0.6 [ 73%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_determinant.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_defaults.c xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.Adder4.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Adder4.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu.dir/DependInfo.cmake "--color=" [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_lunz.c [ 74%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_numeric.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SweepResultDialog.o dialogs/sweep/SweepResultDialog.cpp -- Looking for stdint.h - found -- Looking for stddef.h [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_usolve.c [ 34%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.obj [ 16%] Building C object CMakeFiles/cminpack.dir/r1updt.c.obj [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/r1updt.c.obj -MF CMakeFiles/cminpack.dir/r1updt.c.obj.d -o CMakeFiles/cminpack.dir/r1updt.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/r1updt.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_numeric.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VectorialParamSensAnalysisDialog.o dialogs/vect/VectorialParamSensAnalysisDialog.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ActionTransition.cpp [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_determinant.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.BUF3S.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.BUF3S.mat test ! -f /ucrt64/bin/libnghttp2-14.dll || cp -puf /ucrt64/bin/libnghttp2-14.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/build clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VectorialResultsDialog.o dialogs/vect/VectorialResultsDialog.cpp [ 34%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj [ 75%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_symbolic.c -- Detecting C compiler ABI info - done /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_lunz.c xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.Counter.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Counter.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/HelpTab.o tabs/HelpTab.cpp -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OptimizationTab.o tabs/OptimizationTab.cpp test ! -f /ucrt64/bin/libunistring-2.dll || cp -puf /ucrt64/bin/libunistring-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_numeric.c [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_symbolic.c [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ParametersExtendedTab.o tabs/ParametersExtendedTab.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_utsolve.c [ 18%] Building C object CMakeFiles/cminpack.dir/dogleg.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/dogleg.c.obj -MF CMakeFiles/cminpack.dir/dogleg.c.obj.d -o CMakeFiles/cminpack.dir/dogleg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/dogleg.c [ 75%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj [ 35%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.obj mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libexec/ cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_numeric.c [ 76%] Linking C static library libklu.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/klu.dir/cmake_clean_target.cmake clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_determinant.c xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.Counter3.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Counter3.mat [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_numeric.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- Detecting CXX compiler ABI info -- Detecting C compiler ABI info /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/klu.dir/link.txt --verbose=1 [ 76%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_lunz.c [ 77%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_symbolic.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libklu.a CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ParametersSimpleTab.o tabs/ParametersSimpleTab.cpp [ 77%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj [ 20%] Building C object CMakeFiles/cminpack.dir/fdjac1.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/fdjac1.c.obj -MF CMakeFiles/cminpack.dir/fdjac1.c.obj.d -o CMakeFiles/cminpack.dir/fdjac1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/fdjac1.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_numeric.c xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DFFREG.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREG.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SensitivityMethodResultsTab.o tabs/SensitivityMethodResultsTab.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libklu.a clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj In file included from tabs/HelpTab.cpp:1: In file included from tabs/HelpTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void Qclang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] Widget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mat [ 78%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_numeric.c [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj [ 36%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umf_valid_symbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_symbolic.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/AtomTransition.cpp [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj [ 36%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BasicBlockStartState.cpp.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SimulationTab.o tabs/SimulationTab.cpp 27 warnings generated. In file included from tabs/OptimizationTab.cpp:1: In file included from tabs/OptimizationTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_symbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_col_to_triplet.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_numeric.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/BasicBlockStartState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/BasicBlockStartState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/BasicBlockStartState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp In file included from tabs/ParametersExtendedTab.cpp:1: In file included from tabs/ParametersExtendedTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 79%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VariablesTab.o tabs/VariablesTab.cpp [ 79%] Built target klu [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_qsymbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_symbolic.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- Looking for _POSIX_TIMERS - not found clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/DualLists.o DualLists.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 22%] Building C object CMakeFiles/cminpack.dir/hybrd.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrd.c.obj -MF CMakeFiles/cminpack.dir/hybrd.c.obj.d -o CMakeFiles/cminpack.dir/hybrd.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrd.c -- Added NVECTOR_SERIAL module -- Added NVECTOR_MANYVECTOR module -- Added SUNMATRIX_BAND module -- Added SUNMATRIX_DENSE module -- Added SUNMATRIX_SPARSE module -- Added SUNLINSOL_BAND module -- Added SUNLINSOL_DENSE module -- Added SUNLINSOL_PCG module -- Added SUNLINSOL_SPBCGS module -- Added SUNLINSOL_SPFGMR module -- Added SUNLINSOL_SPGMR module -- Added SUNLINSOL_SPTFQMR module -- Added SUNNONLINSOL_NEWTON module -- Added SUNNONLINSOL_FIXEDPOINT module -- Added ARKODE module -- Added CVODE module xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREG.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREG.mat -- Added CVODES module -- Added IDA module -- Added IDAS module -- Added KINSOL module CMake Deprecation Warning at 3rdParty/zlib/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Check size of off64_t In file included from tabs/ParametersSimpleTab.cpp:1: In file included from tabs/ParametersSimpleTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 79%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_numeric.c [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_defaults.c 27 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_numeric.c [ 24%] Building C object CMakeFiles/cminpack.dir/lmder1.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/main.o main.cpp In file included from tabs/SensitivityMethodResultsTab.cpp:1: In file included from tabs/SensitivityMethodResultsTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmder1.c.obj -MF CMakeFiles/cminpack.dir/lmder1.c.obj.d -o CMakeFiles/cminpack.dir/lmder1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmder1.c 27 warnings generated. [ 37%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BasicState.cpp.obj [ 80%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_control.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_qsymbolic.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/BasicState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/BasicState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/BasicState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BasicState.cpp [ 38%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BlockEndState.cpp.obj [ 26%] Building C object CMakeFiles/cminpack.dir/lmdif.c.obj 27 warnings generated. 27 warnings generated. xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mat [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMSensDialog.o OMSensDialog.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/BlockEndState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/BlockEndState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/BlockEndState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BlockEndState.cpp In file included from tabs/VariablesTab.cpp:1: In file included from tabs/VariablesTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmdif.c.obj -MF CMakeFiles/cminpack.dir/lmdif.c.obj.d -o CMakeFiles/cminpack.dir/lmdif.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmdif.c [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_numeric.c In file included from tabs/SimulationTab.cpp:1: In file included from tabs/SimulationTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_info.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OptimizationResultParametersTab.o tabs/optim_result/OptimizationResultParametersTab.cpp [ 38%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BlockStartState.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/BlockStartState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/BlockStartState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/BlockStartState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/BlockStartState.cpp [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_numeric.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 28%] Building C object CMakeFiles/cminpack.dir/lmstr.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmstr.c.obj -MF CMakeFiles/cminpack.dir/lmstr.c.obj.d -o CMakeFiles/cminpack.dir/lmstr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmstr.c [ 82%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_matrix.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 82%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_control.c 27 warnings generated. xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat 27 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_symbolic.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OptimizationResultOtherTab.o tabs/optim_result/OptimizationResultOtherTab.cpp [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj In file included from main.cpp:1: In file included from ./OMSensDialog.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_free_symbolic.c C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_qsymbolic.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SweepResultVariableTab.o tabs/sweep_result/SweepResultVariableTab.cpp [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj [ 82%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_info.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_control.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- Looking for stddef.h - found -- Check size of struct pollfd [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_determinant.c [ 39%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 30%] Building C object CMakeFiles/cminpack.dir/qrsolv.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/qrsolv.c.obj -MF CMakeFiles/cminpack.dir/qrsolv.c.obj.d -o CMakeFiles/cminpack.dir/qrsolv.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/qrsolv.c [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_numeric.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/HelpBrowser.o dialogs/help/HelpBrowser.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat [ 40%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PerturbationTab.o tabs/PerturbationTab.cpp [ 40%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.obj [ 83%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_matrix.c [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj [ 84%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_lunz.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_info.c [ 32%] Building C object CMakeFiles/cminpack.dir/rwupdt.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/IndivSpecs.o specs/IndivSpecs.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/rwupdt.c.obj -MF CMakeFiles/cminpack.dir/rwupdt.c.obj.d -o CMakeFiles/cminpack.dir/rwupdt.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/rwupdt.c [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj In file included from OMSensDialog.cpp:1: In file included from ./OMSensDialog.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ 27 warnings generated. xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.FullAdder.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.FullAdder.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SweepSpecs.o specs/SweepSpecs.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_perm.c [ 85%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_numeric.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from tabs/sweep_result/SweepResultVariableTab.cpp:1: In file included from tabs/sweep_result/SweepResultVariableTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_status.c [ 86%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_numeric.c [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj [ 87%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_matrix.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_get_symbolic.c xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.INV3S.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.INV3S.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VectSpecs.o specs/VectSpecs.cpp -- Detecting C compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for execinfo.h [ 87%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_perm.c [ 87%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_numeric.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMSensPlugin.o OMSensPlugin.cpp [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/dpmpar.c.obj -MF CMakeFiles/cminpack.dir/dpmpar.c.obj.d -o CMakeFiles/cminpack.dir/dpmpar.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/dpmpar.c 27 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/model.o omedit_plugin/model.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj [ 36%] Building C object CMakeFiles/cminpack.dir/fdjac2.c.obj [ 41%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_symbolic.c xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/DecisionState.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/fdjac2.c.obj -MF CMakeFiles/cminpack.dir/fdjac2.c.obj.d -o CMakeFiles/cminpack.dir/fdjac2.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/fdjac2.c 27 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/rcc.exe -name resources resources.qrc -o generatedfiles/rcc/qrc_resources.cpp In file included from specs/VectSpecs.cpp:1: In file included from specs/VectSpecs.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QString:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1073:29: warning: 'QString::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1073 | inline const QChar QString::operator[](int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1075:29: warning: 'QString::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1075 | inline const QChar QString::operator[](uint i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1091:22: warning: 'QString::clear' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1091 | inline void QString::clear() | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1095:21: warning: 'QString::capacity' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1095 | inline int QString::capacity() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1097:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1097 | inline QString &QString::setNum(short n, int base) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1099:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1099 | inline QString &QString::setNum(ushort n, int base) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1101:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1101 | inline QString &QString::setNum(int n, int base) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1103:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1103 | inline QString &QString::setNum(uint n, int base) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1105:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1105 | inline QString &QString::setNum(long n, int base) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1107:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1107 | inline QString &QString::setNum(ulong n, int base) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1109:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1109 | inline QString &QString::setNum(float n, char f, int prec) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1111:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1111 | inline QString QString::arg(int a, int fieldWidth, int base, QChar fillChar) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1113:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1113 | inline QString QString::arg(uint a, int fieldWidth, int base, QChar fillChar) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1115:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1115 | inline QString QString::arg(long a, int fieldWidth, int base, QChar fillChar) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1117:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1117 | inline QString QString::arg(ulong a, int fieldWidth, int base, QChar fillChar) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1119:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1119 | inline QString QString::arg(short a, int fieldWidth, int base, QChar fillChar) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1121:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1121 | inline QString QString::arg(ushort a, int fieldWidth, int base, QChar fillChar) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1124:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1124 | inline QString QString::arg(const QString &a1, const QString &a2) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1126:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1126 | inline QString QString::arg(const QString &a1, const QString &a2, const QString &a3) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1128:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1128 | inline QString QString::arg(const QString &a1, const QString &a2, const QString &a3, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1131:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1131 | inline QString QString::arg(const QString &a1, const QString &a2, const QString &a3, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1134:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1134 | inline QString QString::arg(const QString &a1, const QString &a2, const QString &a3, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1137:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1137 | inline QString QString::arg(const QString &a1, const QString &a2, const QString &a3, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1141:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1141 | inline QString QString::arg(const QString &a1, const QString &a2, const QString &a3, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1145:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1145 | inline QString QString::arg(const QString &a1, const QString &a2, const QString &a3, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1151:25: warning: 'QString::section' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1151 | inline QString QString::section(QChar asep, int astart, int aend, SectionFlags aflags) const | ^ [ 87%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1338:26: warning: 'QString::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1338 | inline QCharRef QString::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1340:26: warning: 'QString::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1340 | inline QCharRef QString::operator[](uint i) | ^ [ 87%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1511:32: warning: 'QByteArray::append' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1511 | inline QByteArray &QByteArray::append(const QString &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1513:32: warning: 'QByteArray::insert' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1513 | inline QByteArray &QByteArray::insert(int i, const QString &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1515:32: warning: 'QByteArray::replace' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1515 | inline QByteArray &QByteArray::replace(char c, const QString &after) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1517:32: warning: 'QByteArray::replace' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1517 | inline QByteArray &QByteArray::replace(const QString &before, const char *after) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1519:32: warning: 'QByteArray::replace' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1519 | inline QByteArray &QByteArray::replace(const QString &before, const QByteArray &after) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1521:32: warning: 'QByteArray::operator+=' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1521 | inline QByteArray &QByteArray::operator+=(const QString &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1523:24: warning: 'QByteArray::indexOf' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1523 | inline int QByteArray::indexOf(const QString &s, int from) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1525:24: warning: 'QByteArray::lastIndexOf' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1525 | inline int QByteArray::lastIndexOf(const QString &s, int from) const | ^ xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_status.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_numeric.c C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1853:21: warning: 'QString::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1853 | inline int QString::compare(const QString &s1, const QStringRef &s2, Qt::CaseSensitivity cs) noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1855:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1855 | inline int QStringRef::compare(const QString &s, Qt::CaseSensitivity cs) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1857:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1857 | inline int QStringRef::compare(const QStringRef &s, Qt::CaseSensitivity cs) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1859:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1859 | inline int QStringRef::compare(QLatin1String s, Qt::CaseSensitivity cs) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1861:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1861 | inline int QStringRef::compare(const QStringRef &s1, const QString &s2, Qt::CaseSensitivity cs) noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1863:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1863 | inline int QStringRef::compare(const QStringRef &s1, const QStringRef &s2, Qt::CaseSensitivity cs) noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1865:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1865 | inline int QStringRef::compare(const QStringRef &s1, QLatin1String s2, Qt::CaseSensitivity cs) noexcept | ^ g++ -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -dM -E -o generatedfiles/moc/moc_predefs.h C:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/features/data/dummy.cpp C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2022:21: warning: 'QString::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2022 | inline int QString::localeAwareCompare(const QStringRef &s) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2024:21: warning: 'QString::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2024 | inline int QString::localeAwareCompare(const QString& s1, const QStringRef& s2) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2026:24: warning: 'QStringRef::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2026 | inline int QStringRef::localeAwareCompare(const QString &s) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2028:24: warning: 'QStringRef::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2028 | inline int QStringRef::localeAwareCompare(const QStringRef &s) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2030:24: warning: 'QStringRef::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2030 | inline int QStringRef::localeAwareCompare(QStringView s) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2032:24: warning: 'QStringRef::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2032 | inline int QStringRef::localeAwareCompare(const QStringRef &s1, const QString &s2) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2034:24: warning: 'QStringRef::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2034 | inline int QStringRef::localeAwareCompare(const QStringRef &s1, const QStringRef &s2) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2036:24: warning: 'QStringRef::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2036 | inline int QStringRef::localeAwareCompare(QStringView s1, QStringView s2) | ^ -- Detecting CXX compiler ABI info [ 42%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/EmptyPredictionContext.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/EmptyPredictionContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/EmptyPredictionContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/EmptyPredictionContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp [ 38%] Building C object CMakeFiles/cminpack.dir/hybrj1.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrj1.c.obj -MF CMakeFiles/cminpack.dir/hybrj1.c.obj.d -o CMakeFiles/cminpack.dir/hybrj1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrj1.c [ 87%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_perm.c [ 87%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj [ 87%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_load_symbolic.c [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_triplet.c -- Check size of struct pollfd - failed -- Looking for pollset_create xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.NRXFER.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.NRXFER.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qrc_resources.o generatedfiles/rcc/qrc_resources.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_symbolic.c [ 42%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.obj [ 40%] Building C object CMakeFiles/cminpack.dir/lmder.c.obj [ 88%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_status.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.NXFER.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.NXFER.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmder.c.obj -MF CMakeFiles/cminpack.dir/lmder.c.obj.d -o CMakeFiles/cminpack.dir/lmder.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmder.c /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/general/CSVViewerDialog.h -o generatedfiles/moc/moc_CSVViewerDialog.cpp [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_vector.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 90%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.RAM.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.RAM.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_triplet.c In file included from OMSensPlugin.cpp:2: In file included from ./OMSensDialog.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 43%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp [ 42%] Building C object CMakeFiles/cminpack.dir/lmpar.c.obj [ 90%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/general/ImageViewerDialog.h -o generatedfiles/moc/moc_ImageViewerDialog.cpp [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmpar.c.obj -MF CMakeFiles/cminpack.dir/lmpar.c.obj.d -o CMakeFiles/cminpack.dir/lmpar.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmpar.c 51 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_numeric.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_numeric.c [ 44%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.obj -- Check size of off64_t - done -- Looking for fseeko /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/indiv/IndivParamSensAnalysisDialog.h -o generatedfiles/moc/moc_IndivParamSensAnalysisDialog.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp [ 90%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_symbolic.c [ 44%] Building C object CMakeFiles/cminpack.dir/qform.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.WiredX.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.WiredX.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/qform.c.obj -MF CMakeFiles/cminpack.dir/qform.c.obj.d -o CMakeFiles/cminpack.dir/qform.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/qform.c 27 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/indiv/IndivSensAnalTypeDialog.h -o generatedfiles/moc/moc_IndivSensAnalTypeDialog.cpp [ 91%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj [ 91%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat.xz && touch msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat [ 44%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_symbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_vector.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_qsymbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/indiv/IndivSensResultsDialog.h -o generatedfiles/moc/moc_IndivSensResultsDialog.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp [ 91%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_triplet.c [ 46%] Building C object CMakeFiles/cminpack.dir/r1mpyq.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/sweep/MultiParamSweepDialog.h -o generatedfiles/moc/moc_MultiParamSweepDialog.cpp -- Looking for execinfo.h - not found -- Looking for getline [ 45%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/r1mpyq.c.obj -MF CMakeFiles/cminpack.dir/r1mpyq.c.obj.d -o CMakeFiles/cminpack.dir/r1mpyq.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/r1mpyq.c [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_scale.c [ 91%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_numeric.c [ 91%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_control.c xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/sweep/SweepResultDialog.h -o generatedfiles/moc/moc_SweepResultDialog.cpp [ 91%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/vect/VectorialParamSensAnalysisDialog.h -o generatedfiles/moc/moc_VectorialParamSensAnalysisDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_vector.c [ 48%] Building C object CMakeFiles/cminpack.dir/covar.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/covar.c.obj -MF CMakeFiles/cminpack.dir/covar.c.obj.d -o CMakeFiles/cminpack.dir/covar.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/covar.c [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/covar1.c.obj -MF CMakeFiles/cminpack.dir/covar1.c.obj.d -o CMakeFiles/cminpack.dir/covar1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/covar1.c [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_numeric.c [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/vect/VectorialResultsDialog.h -o generatedfiles/moc/moc_VectorialResultsDialog.cpp [ 93%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_symbolic.c [ 46%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.obj [ 52%] Building C object CMakeFiles/cminpack.dir/chkder_.c.obj [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerAction.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_symbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/HelpTab.h -o generatedfiles/moc/moc_HelpTab.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/chkder_.c.obj -MF CMakeFiles/cminpack.dir/chkder_.c.obj.d -o CMakeFiles/cminpack.dir/chkder_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/chkder_.c xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat [ 94%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c [ 46%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_scale.c [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_symbolic.c [ 47%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat [ 94%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_info.c [ 94%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj [ 54%] Building C object CMakeFiles/cminpack.dir/enorm_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/OptimizationTab.h -o generatedfiles/moc/moc_OptimizationTab.cpp [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj [ 94%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_matrix.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/enorm_.c.obj -MF CMakeFiles/cminpack.dir/enorm_.c.obj.d -o CMakeFiles/cminpack.dir/enorm_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/enorm_.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_transpose.c [ 95%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_numeric.c /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/ParametersExtendedTab.h -o generatedfiles/moc/moc_ParametersExtendedTab.cpp [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj [ 56%] Building C object CMakeFiles/cminpack.dir/hybrd1_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_scale.c [ 95%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/ParametersSimpleTab.h -o generatedfiles/moc/moc_ParametersSimpleTab.cpp [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZLONG -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -MF CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj.d -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_triplet_to_col.c [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_symbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrd1_.c.obj -MF CMakeFiles/cminpack.dir/hybrd1_.c.obj.d -o CMakeFiles/cminpack.dir/hybrd1_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrd1_.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/SensitivityMethodResultsTab.h -o generatedfiles/moc/moc_SensitivityMethodResultsTab.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mat [ 48%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_symbolic.c [ 48%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.obj [ 58%] Building C object CMakeFiles/cminpack.dir/hybrj_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrj_.c.obj -MF CMakeFiles/cminpack.dir/hybrj_.c.obj.d -o CMakeFiles/cminpack.dir/hybrj_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrj_.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/SimulationTab.h -o generatedfiles/moc/moc_SimulationTab.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp [ 97%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_transpose.c [ 97%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj [ 49%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/VariablesTab.h -o generatedfiles/moc/moc_VariablesTab.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_perm.c [ 97%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj [ 97%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DNBLAS -DNCHOLMOD -DZINT -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -MF CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj.d -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_triplet_to_col.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_status.c [ 97%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed DualLists.h -o generatedfiles/moc/moc_DualLists.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_symbolic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed OMSensDialog.h -o generatedfiles/moc/moc_OMSensDialog.cpp [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj [ 60%] Building C object CMakeFiles/cminpack.dir/lmdif1_.c.obj [ 98%] Built target umfpack_olib_ZLONG xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed TableItemDelegate.h -o generatedfiles/moc/moc_TableItemDelegate.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_transpose.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_triplet.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmdif1_.c.obj -MF CMakeFiles/cminpack.dir/lmdif1_.c.obj.d -o CMakeFiles/cminpack.dir/lmdif1_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmdif1_.c [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj [ 50%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLONG -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -MF CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj.d -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_triplet_to_col.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmstr1_.c.obj -MF CMakeFiles/cminpack.dir/lmstr1_.c.obj.d -o CMakeFiles/cminpack.dir/lmstr1_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmstr1_.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Looking for pollset_create - not found -- Looking for poll xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/optim_result/OptimizationResultParametersTab.h -o generatedfiles/moc/moc_OptimizationResultParametersTab.cpp [ 51%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.obj [ 64%] Building C object CMakeFiles/cminpack.dir/qrfac_.c.obj [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/optim_result/OptimizationResultOtherTab.h -o generatedfiles/moc/moc_OptimizationResultOtherTab.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_report_vector.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/qrfac_.c.obj -MF CMakeFiles/cminpack.dir/qrfac_.c.obj.d -o CMakeFiles/cminpack.dir/qrfac_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/qrfac_.c /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/BaseRunSpecsDialog.h -o generatedfiles/moc/moc_BaseRunSpecsDialog.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/BaseResultsDialog.h -o generatedfiles/moc/moc_BaseResultsDialog.cpp [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj [ 98%] Built target umfpack_olib_ZINT xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for va_copy /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_numeric.c [ 51%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.obj [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/sweep_result/SweepResultVariableTab.h -o generatedfiles/moc/moc_SweepResultVariableTab.cpp [ 66%] Building C object CMakeFiles/cminpack.dir/r1updt_.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_save_symbolic.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed dialogs/help/HelpBrowser.h -o generatedfiles/moc/moc_HelpBrowser.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/r1updt_.c.obj -MF CMakeFiles/cminpack.dir/r1updt_.c.obj.d -o CMakeFiles/cminpack.dir/r1updt_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/r1updt_.c xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat [ 52%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp [ 99%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed tabs/PerturbationTab.h -o generatedfiles/moc/moc_PerturbationTab.cpp [ 68%] Building C object CMakeFiles/cminpack.dir/dogleg_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/dogleg_.c.obj -MF CMakeFiles/cminpack.dir/dogleg_.c.obj.d -o CMakeFiles/cminpack.dir/dogleg_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/dogleg_.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_scale.c xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat [ 99%] Built target umfpack_olib_DLONG [ 53%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed SciNotationDoubleSpinbox.h -o generatedfiles/moc/moc_SciNotationDoubleSpinbox.cpp [ 70%] Building C object CMakeFiles/cminpack.dir/fdjac1_.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32 -IC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include -IC:/OMDevUCRT/tools/msys/ucrt64/include -IC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0/include-fixed OMSensPlugin.h -o generatedfiles/moc/moc_OMSensPlugin.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/fdjac1_.c.obj -MF CMakeFiles/cminpack.dir/fdjac1_.c.obj.d -o CMakeFiles/cminpack.dir/fdjac1_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/fdjac1_.c [ 99%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_solve.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_CSVViewerDialog.o generatedfiles/moc/moc_CSVViewerDialog.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat [ 53%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.obj -- Looking for getline - not found -- Looking for fseeko - found -- Looking for unistd.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ImageViewerDialog.o generatedfiles/moc/moc_ImageViewerDialog.cpp [ 72%] Building C object CMakeFiles/cminpack.dir/hybrd_.c.obj [ 99%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_symbolic.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_IndivParamSensAnalysisDialog.o generatedfiles/moc/moc_IndivParamSensAnalysisDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrd_.c.obj -MF CMakeFiles/cminpack.dir/hybrd_.c.obj.d -o CMakeFiles/cminpack.dir/hybrd_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrd_.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 54%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LoopEndState.cpp.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_IndivSensAnalTypeDialog.o generatedfiles/moc/moc_IndivSensAnalTypeDialog.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mat [ 99%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/LoopEndState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/LoopEndState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/LoopEndState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/LoopEndState.cpp [100%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj [ 55%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.obj [ 74%] Building C object CMakeFiles/cminpack.dir/lmder1_.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_IndivSensResultsDialog.o generatedfiles/moc/moc_IndivSensResultsDialog.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmder1_.c.obj -MF CMakeFiles/cminpack.dir/lmder1_.c.obj.d -o CMakeFiles/cminpack.dir/lmder1_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmder1_.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_transpose.c xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_MultiParamSweepDialog.o generatedfiles/moc/moc_MultiParamSweepDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDINT -DNBLAS -DNCHOLMOD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source -g -O2 -DUCRT64 -MD -MT CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -MF CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj.d -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Source/umfpack_triplet_to_col.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SweepResultDialog.o generatedfiles/moc/moc_SweepResultDialog.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 76%] Building C object CMakeFiles/cminpack.dir/lmdif_.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_VectorialParamSensAnalysisDialog.o generatedfiles/moc/moc_VectorialParamSensAnalysisDialog.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 55%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmdif_.c.obj -MF CMakeFiles/cminpack.dir/lmdif_.c.obj.d -o CMakeFiles/cminpack.dir/lmdif_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmdif_.c [ 56%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp [ 78%] Building C object CMakeFiles/cminpack.dir/lmstr_.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmstr_.c.obj -MF CMakeFiles/cminpack.dir/lmstr_.c.obj.d -o CMakeFiles/cminpack.dir/lmstr_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmstr_.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_VectorialResultsDialog.o generatedfiles/moc/moc_VectorialResultsDialog.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParseInfo.cpp [ 80%] Building C object CMakeFiles/cminpack.dir/qrsolv_.c.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_HelpTab.o generatedfiles/moc/moc_HelpTab.cpp [ 57%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/qrsolv_.c.obj -MF CMakeFiles/cminpack.dir/qrsolv_.c.obj.d -o CMakeFiles/cminpack.dir/qrsolv_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/qrsolv_.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [100%] Built target umfpack_olib_DINT cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 82%] Building C object CMakeFiles/cminpack.dir/rwupdt_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/rwupdt_.c.obj -MF CMakeFiles/cminpack.dir/rwupdt_.c.obj.d -o CMakeFiles/cminpack.dir/rwupdt_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/rwupdt_.c xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat In file included from generatedfiles/moc/moc_IndivParamSensAnalysisDialog.cpp:10: In file included from generatedfiles/moc/../../dialogs/indiv/IndivParamSensAnalysisDialog.h:4: In file included from generatedfiles/moc/../../dialogs/indiv/../../tabs/VariablesTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OptimizationTab.o generatedfiles/moc/moc_OptimizationTab.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ParametersExtendedTab.o generatedfiles/moc/moc_ParametersExtendedTab.cpp [ 57%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PlusBlockStartState.cpp.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/PlusBlockStartState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/PlusBlockStartState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/PlusBlockStartState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ParametersSimpleTab.o generatedfiles/moc/moc_ParametersSimpleTab.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack.dir/DependInfo.cmake "--color=" [ 84%] Building C object CMakeFiles/cminpack.dir/dpmpar_.c.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/dpmpar_.c.obj -MF CMakeFiles/cminpack.dir/dpmpar_.c.obj.d -o CMakeFiles/cminpack.dir/dpmpar_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/dpmpar_.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SensitivityMethodResultsTab.o generatedfiles/moc/moc_SensitivityMethodResultsTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 58%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PlusLoopbackState.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/PlusLoopbackState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/PlusLoopbackState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/PlusLoopbackState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 86%] Building C object CMakeFiles/cminpack.dir/fdjac2_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/fdjac2_.c.obj -MF CMakeFiles/cminpack.dir/fdjac2_.c.obj.d -o CMakeFiles/cminpack.dir/fdjac2_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/fdjac2_.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SimulationTab.o generatedfiles/moc/moc_SimulationTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_VariablesTab.o generatedfiles/moc/moc_VariablesTab.cpp [ 88%] Building C object CMakeFiles/cminpack.dir/hybrj1_.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/build clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_DualLists.o generatedfiles/moc/moc_DualLists.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/hybrj1_.c.obj -MF CMakeFiles/cminpack.dir/hybrj1_.c.obj.d -o CMakeFiles/cminpack.dir/hybrj1_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/hybrj1_.c xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMSensDialog.o generatedfiles/moc/moc_OMSensDialog.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from generatedfiles/moc/moc_HelpTab.cpp:10: In file included from generatedfiles/moc/../../tabs/HelpTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 59%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 90%] Building C object CMakeFiles/cminpack.dir/lmder_.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmder_.c.obj -MF CMakeFiles/cminpack.dir/lmder_.c.obj.d -o CMakeFiles/cminpack.dir/lmder_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmder_.c -- Looking for poll - not found -- Detected select polling method xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat -- Detected ZMQ Version - 4.2.3 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TableItemDelegate.o generatedfiles/moc/moc_TableItemDelegate.cpp -- Looking for include file ifaddrs.h C:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp:1351:9: warning: unknown pragma ignored [-Wunknown-pragmas] 1351 | #pragma warning (disable:4996) // 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp:1361:9: warning: unknown pragma ignored [-Wunknown-pragmas] 1361 | #pragma warning (default:4996) | ^ In file included from generatedfiles/moc/moc_OptimizationTab.cpp:10: In file included from generatedfiles/moc/../../tabs/OptimizationTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 59%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OptimizationResultParametersTab.o generatedfiles/moc/moc_OptimizationResultParametersTab.cpp In file included from generatedfiles/moc/moc_ParametersExtendedTab.cpp:10: In file included from generatedfiles/moc/../../tabs/ParametersExtendedTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 60%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp [ 92%] Building C object CMakeFiles/cminpack.dir/lmpar_.c.obj In file included from generatedfiles/moc/moc_ParametersSimpleTab.cpp:10: In file included from generatedfiles/moc/../../tabs/ParametersSimpleTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/lmpar_.c.obj -MF CMakeFiles/cminpack.dir/lmpar_.c.obj.d -o CMakeFiles/cminpack.dir/lmpar_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/lmpar_.c C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [100%] Linking C static library libumfpack.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/umfpack.dir/cmake_clean_target.cmake clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OptimizationResultOtherTab.o generatedfiles/moc/moc_OptimizationResultOtherTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from generatedfiles/moc/moc_SensitivityMethodResultsTab.cpp:10: In file included from generatedfiles/moc/../../tabs/SensitivityMethodResultsTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/qform_.c.obj -MF CMakeFiles/cminpack.dir/qform_.c.obj.d -o CMakeFiles/cminpack.dir/qform_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/qform_.c 27 warnings generated. -- Looking for va_copy - found -- Looking for __va_copy xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BaseRunSpecsDialog.o generatedfiles/moc/moc_BaseRunSpecsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BaseResultsDialog.o generatedfiles/moc/moc_BaseResultsDialog.cpp xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libumfpack.a CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj [ 61%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredictionContext.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SweepResultVariableTab.o generatedfiles/moc/moc_SweepResultVariableTab.cpp 27 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_HelpBrowser.o generatedfiles/moc/moc_HelpBrowser.cpp [ 61%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libumfpack.a CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/PredictionMode.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/r1mpyq_.c.obj -MF CMakeFiles/cminpack.dir/r1mpyq_.c.obj.d -o CMakeFiles/cminpack.dir/r1mpyq_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/r1mpyq_.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PerturbationTab.o generatedfiles/moc/moc_PerturbationTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libumfpack.a CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -- checking for thread-local storage - found -- Configuring done (18.5s) -- Generating done (0.0s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build In file included from generatedfiles/moc/moc_VariablesTab.cpp:10: In file included from generatedfiles/moc/../../tabs/VariablesTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ In file included from generatedfiles/moc/moc_SimulationTab.cpp:10: In file included from generatedfiles/moc/../../tabs/SimulationTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ 2 warnings generated. xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0 -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build --check-build-system CMakeFiles/Makefile.cmake 0 clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SciNotationDoubleSpinbox.o generatedfiles/moc/moc_SciNotationDoubleSpinbox.cpp xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libumfpack.a CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libumfpack.a CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj [ 62%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMSensPlugin.o generatedfiles/moc/moc_OMSensPlugin.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build//CMakeFiles/progress.marks cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp [ 98%] Building C object CMakeFiles/cminpack.dir/covar_.c.obj 27 warnings generated. xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libumfpack.a CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj [ 63%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.obj -- Looking for unistd.h - found CMake Deprecation Warning at 3rdParty/minizip/src/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at 3rdParty/fmi4c/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCMINPACK_NO_DLL -g -O2 -DUCRT64 -MD -MT CMakeFiles/cminpack.dir/covar_.c.obj -MF CMakeFiles/cminpack.dir/covar_.c.obj.d -o CMakeFiles/cminpack.dir/covar_.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/covar_.c CMake Deprecation Warning at 3rdParty/xerces/CMakeLists.txt:22 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. In file included from generatedfiles/moc/moc_OMSensDialog.cpp:10: In file included from generatedfiles/moc/../../OMSensDialog.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ -- Configuring Apache Xerces-C++ version 3.2.3 -- Performing Test CXX_FLAG_Wall cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RangeTransition.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 63%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleStartState.cpp.obj xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat make -f CMakeFiles/Makefile2 all cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleStartState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/RuleStartState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/RuleStartState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleStartState.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libumfpack.a xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mat In file included from generatedfiles/moc/moc_SweepResultVariableTab.cpp:10: In file included from generatedfiles/moc/../../tabs/sweep_result/SweepResultVariableTab.h:4: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWindow() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 790 | inline int QWidget::minimumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline int QWidget::minimumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796:21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796 | inline int QWidget::maximumWidth() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21: warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWidget::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWidget::setMaximumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | inline void QWidget::setSizeIncrement(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFont &QWidget::font() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | inline QFontMetrics QWidget::fontMetrics() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | inline QFontInfo QWidget::fontInfo() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouseTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMouseTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829:22: warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 829 | inline bool QWidget::underMouse() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:22: warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inline void QWidget::setTabletTracking(bool enable) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | inline bool QWidget::isVisible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int ax, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWidget::resize(int w, int h) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | inline QSize QWidget::size() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ -- Looking for include file ifaddrs.h - not found -- Looking for include file windows.h [ 64%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleStopState.cpp.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleStopState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/RuleStopState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/RuleStopState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleStopState.cpp make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Graetz.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Graetz.mat xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Inverter.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Inverter.mat 27 warnings generated. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis/CMakeFiles/metis.dir/DependInfo.cmake "--color=" xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat [100%] Built target umfpack make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles 0 xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat [ 65%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.obj 27 warnings generated. cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/RuleTransition.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Nand.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Nand.mat [100%] Linking C static library libcminpack.a make -f CMakeFiles/Makefile2 preinstall /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/cminpack.dir/cmake_clean_target.cmake [ 65%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.obj xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Nor.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Nor.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SemanticContext.cpp [ 66%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SetTransition.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mat make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat [ 67%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mat g++ -Wl,-s -shared -Wl,-subsystem,windows -mthreads -Wl,--out-implib,bin/libomsensplugin.dll.a -o bin/omsensplugin.dll @object_script.omsensplugin.Release C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Widgets.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Gui.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Core.dll.a -lglu32 -lopengl32 -lgdi32 -luser32 ar qc libcminpack.a CMakeFiles/cminpack.dir/chkder.c.obj CMakeFiles/cminpack.dir/enorm.c.obj CMakeFiles/cminpack.dir/hybrd1.c.obj CMakeFiles/cminpack.dir/hybrj.c.obj CMakeFiles/cminpack.dir/lmdif1.c.obj CMakeFiles/cminpack.dir/lmstr1.c.obj CMakeFiles/cminpack.dir/qrfac.c.obj CMakeFiles/cminpack.dir/r1updt.c.obj CMakeFiles/cminpack.dir/dogleg.c.obj CMakeFiles/cminpack.dir/fdjac1.c.obj CMakeFiles/cminpack.dir/hybrd.c.obj CMakeFiles/cminpack.dir/lmder1.c.obj CMakeFiles/cminpack.dir/lmdif.c.obj CMakeFiles/cminpack.dir/lmstr.c.obj CMakeFiles/cminpack.dir/qrsolv.c.obj CMakeFiles/cminpack.dir/rwupdt.c.obj CMakeFiles/cminpack.dir/dpmpar.c.obj CMakeFiles/cminpack.dir/fdjac2.c.obj CMakeFiles/cminpack.dir/hybrj1.c.obj CMakeFiles/cminpack.dir/lmder.c.obj CMakeFiles/cminpack.dir/lmpar.c.obj CMakeFiles/cminpack.dir/qform.c.obj CMakeFiles/cminpack.dir/r1mpyq.c.obj CMakeFiles/cminpack.dir/covar.c.obj CMakeFiles/cminpack.dir/covar1.c.obj CMakeFiles/cminpack.dir/chkder_.c.obj CMakeFiles/cminpack.dir/enorm_.c.obj CMakeFiles/cminpack.dir/hybrd1_.c.obj CMakeFiles/cminpack.dir/hybrj_.c.obj CMakeFiles/cminpack.dir/lmdif1_.c.obj CMakeFiles/cminpack.dir/lmstr1_.c.obj CMakeFiles/cminpack.dir/qrfac_.c.obj CMakeFiles/cminpack.dir/r1updt_.c.obj CMakeFiles/cminpack.dir/dogleg_.c.obj CMakeFiles/cminpack.dir/fdjac1_.c.obj CMakeFiles/cminpack.dir/hybrd_.c.obj CMakeFiles/cminpack.dir/lmder1_.c.obj CMakeFiles/cminpack.dir/lmdif_.c.obj CMakeFiles/cminpack.dir/lmstr_.c.obj CMakeFiles/cminpack.dir/qrsolv_.c.obj CMakeFiles/cminpack.dir/rwupdt_.c.obj CMakeFiles/cminpack.dir/dpmpar_.c.obj CMakeFiles/cminpack.dir/fdjac2_.c.obj CMakeFiles/cminpack.dir/hybrj1_.c.obj CMakeFiles/cminpack.dir/lmder_.c.obj CMakeFiles/cminpack.dir/lmpar_.c.obj CMakeFiles/cminpack.dir/qform_.c.obj CMakeFiles/cminpack.dir/r1mpyq_.c.obj CMakeFiles/cminpack.dir/covar_.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat [ 67%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/StarBlockStartState.cpp.obj Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/StarBlockStartState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/StarBlockStartState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/StarBlockStartState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat [ 1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libcminpack.a xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsuitesparseconfig.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/SuiteSparse_config.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libamd.a [ 68%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopEntryState.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/amd.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libbtf.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/btf.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcolamd.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/colamd.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.obj -MF CMakeFiles/metis.dir/__/GKlib/b64.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/b64.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/b64.c [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.obj -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_col_to_triplet.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_defaults.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_free_numeric.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_free_symbolic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_determinant.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_lunz.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_numeric.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_symbolic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_global.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_load_numeric.h make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_load_symbolic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_numeric.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_qsymbolic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_control.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_info.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_matrix.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_numeric.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_perm.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_status.h xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_symbolic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_triplet.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_vector.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_save_numeric.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_save_symbolic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_scale.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_solve.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_symbolic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_tictoc.h cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopEntryState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/StarLoopEntryState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/StarLoopEntryState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_timer.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_transpose.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_triplet_to_col.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_wsolve.h make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libamd.dylib" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.obj -MF CMakeFiles/metis.dir/__/GKlib/blas.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/blas.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/blas.c [ 4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.obj make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' make -f Makefile [ 69%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.obj -MF CMakeFiles/metis.dir/__/GKlib/csr.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/csr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c [ 6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.obj -MF CMakeFiles/metis.dir/__/GKlib/error.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/error.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/error.c [ 69%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/TokensStartState.cpp.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/TokensStartState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/TokensStartState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/TokensStartState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/TokensStartState.cpp [100%] Built target cminpack make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build/CMakeFiles 0 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat [ 70%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.obj make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' make -f Makefile.Release test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libbtf.dylib" -- Looking for __va_copy - found -- Looking for vsnprintf xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/Transition.cpp make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.a 3rdParty/CMinpack/build/libcminpack.a xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat [ 8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' make[3]: Nothing to be done for 'first'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' cp -p bin/omsensplugin.dll /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj -MF CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/evaluate.c [ 71%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.obj [ 9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj -MF CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/fkvkselect.c xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat [ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.obj test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcolamd.dylib" [ 71%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.obj -MF CMakeFiles/metis.dir/__/GKlib/fs.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/fs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/fs.c cp -p bin/libomsensplugin.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mat.xz && touch msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mat # copy dll/so to lib/omc/ folders cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFA.cpp [ 72%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.obj -MF CMakeFiles/metis.dir/__/GKlib/getopt.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/getopt.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/getopt.c xz --keep --decompress --force msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp xz --keep --decompress --force msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat.xz && touch msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat (rm -f /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcminpack.a*) [ 73%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat.xz && touch msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/DFAState.cpp test ! `uname` = Darwin || install_name_tool -id @rpath/libklu.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat.xz && touch msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj cp -puf ../common/pre-commit.sh C:/dev/jenkins/ws/Windows/OM_Win/.git/modules/OMSens_Qt/hooks/pre-commit cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj -MF CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c [ 73%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat.xz && touch msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat [ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.obj (cp -af 3rdParty/CMinpack/build/libcminpack.a* /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc) -- Performing Test CXX_FLAG_Wall - Success -- Performing Test CXX_FLAG_Wcast_align cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.obj -MF CMakeFiles/metis.dir/__/GKlib/graph.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/graph.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c xz --keep --decompress --force msl32/Modelica.Fluid.Examples.HeatingSystem.mat.xz && touch msl32/Modelica.Fluid.Examples.HeatingSystem.mat make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.obj [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.obj [ 74%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat.xz && touch msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/InterpreterDataReader.cpp test ! `uname` = Darwin || install_name_tool -id @rpath/libsuitesparseconfig.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsuitesparseconfig.dylib" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.obj -MF CMakeFiles/metis.dir/__/GKlib/io.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c xz --keep --decompress --force msl32/Modelica.Fluid.Examples.InverseParameterization.mat.xz && touch msl32/Modelica.Fluid.Examples.InverseParameterization.mat [ 75%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.obj -MF CMakeFiles/metis.dir/__/GKlib/htable.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/htable.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/htable.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/Interval.cpp xz --keep --decompress --force msl32/Modelica.Fluid.Examples.PumpingSystem.mat.xz && touch msl32/Modelica.Fluid.Examples.PumpingSystem.mat # Darwin has to be special always [ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj -MF CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/itemsets.c [ 75%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.obj (test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc) xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat.xz && touch msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/IntervalSet.cpp xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat test ! `uname` = Darwin || install_name_tool -id @rpath/libumfpack.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.dylib" [ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.obj [ 76%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/MurmurHash.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.obj -MF CMakeFiles/metis.dir/__/GKlib/mcore.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/mcore.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c [ 24%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat.xz && touch msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat [ 77%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/Predicate.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.obj -MF CMakeFiles/metis.dir/__/GKlib/memory.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c xz --keep --decompress --force msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat.xz && touch msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat [ 77%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/Any.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/support/Any.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/support/Any.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/support/Any.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/Any.cpp [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.obj -MF CMakeFiles/metis.dir/__/GKlib/omp.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/omp.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/omp.c -- Looking for include file windows.h - found -- Looking for include file sys/uio.h xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat # fix rpaths xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat [ 78%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.obj [ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat test ! `uname` = Darwin || install_name_tool -change libbtf.dylib "@rpath/libbtf.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/Arrays.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.obj -MF CMakeFiles/metis.dir/__/GKlib/pdb.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/pdb.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/pdb.c xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat C:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc/IntervalSet.cpp:40:16: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] 40 | _intervals = move(other._intervals); | ^ | std:: [ 79%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.obj [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/CPPUtils.cpp xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat [ 79%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj -MF CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/pqueue.c [ 30%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.obj 1 warning generated. cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/StringUtils.cpp xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.obj -MF CMakeFiles/metis.dir/__/GKlib/random.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/random.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/random.c [ 80%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/guid.cpp.obj test ! `uname` = Darwin || install_name_tool -change libamd.dylib "@rpath/libamd.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat [ 32%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/support/guid.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/support/guid.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/support/guid.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/guid.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/pdb.c:168:4: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 6, but the corresponding specifier may require size 7 [-Wfortify-source] 168 | linetype,&aserial,aname,&altLoc,rname,&chainid,&rserial,&icode,&x,&y,&z,&opcy,&tmpt,&element); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/pdb.c:229:4: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 6, but the corresponding specifier may require size 7 [-Wfortify-source] 229 | linetype,&aserial,aname,&altLoc,rname,&chainid,&rserial,&icode,&x,&y,&z,&opcy,&tmpt,&element); | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.obj -MF CMakeFiles/metis.dir/__/GKlib/rw.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/rw.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/rw.c xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat 2 warnings generated. -- Looking for vsnprintf - found -- Looking for vsnprintf xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mat [ 81%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNode.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNode.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/ErrorNode.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/ErrorNode.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ErrorNode.cpp [ 33%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.obj -MF CMakeFiles/metis.dir/__/GKlib/seq.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/seq.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/seq.c test ! `uname` = Darwin || install_name_tool -change libcolamd.dylib "@rpath/libcolamd.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mat [ 81%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.obj [ 35%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.obj -MF CMakeFiles/metis.dir/__/GKlib/sort.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/sort.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/sort.c [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.obj -MF CMakeFiles/metis.dir/__/GKlib/string.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/string.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/string.c [ 82%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.cpp xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat [ 83%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.obj [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTree.cpp test ! `uname` = Darwin || install_name_tool -change libamd.dylib "@rpath/libamd.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.dylib" xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.obj -MF CMakeFiles/metis.dir/__/GKlib/timers.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/timers.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/timers.c [ 83%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeListener.cpp xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj -MF CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/tokenizer.c -- Looking for include file sys/uio.h - not found -- Looking for include file sys/eventfd.h xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.obj -MF CMakeFiles/metis.dir/__/GKlib/util.c.obj.d -o CMakeFiles/metis.dir/__/GKlib/util.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib/util.c [ 84%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.obj make -f Makefile.omdev.mingw /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_ida.a xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.cpp [ 43%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat -- Performing Test CXX_FLAG_Wcast_align - Success -- Performing Test CXX_FLAG_Wcast_qual [ 85%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/auxapi.c.obj -MF CMakeFiles/metis.dir/auxapi.c.obj.d -o CMakeFiles/metis.dir/auxapi.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/auxapi.c [ 85%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNode.cpp.obj xz --keep --decompress --force msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat.xz && touch msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNode.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/TerminalNode.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/TerminalNode.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/TerminalNode.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp [ 45%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mat [ 86%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/balance.c.obj -MF CMakeFiles/metis.dir/balance.c.obj.d -o CMakeFiles/metis.dir/balance.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat [ 46%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/bucketsort.c.obj -MF CMakeFiles/metis.dir/bucketsort.c.obj.d -o CMakeFiles/metis.dir/bucketsort.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/bucketsort.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat [ 48%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/checkgraph.c.obj -MF CMakeFiles/metis.dir/checkgraph.c.obj.d -o CMakeFiles/metis.dir/checkgraph.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/checkgraph.c [ 87%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/Trees.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c:23:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 23 | if (iabs(ntpwgts[0]*graph->tvwgt[0]-graph->pwgts[0]) < 3*graph->tvwgt[0]/graph->nvtxs) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include/metis.h:98:25: note: expanded from macro 'iabs' 98 | #define iabs abs | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c:23:9: note: use function 'fabsf' instead 23 | if (iabs(ntpwgts[0]*graph->tvwgt[0]-graph->pwgts[0]) < 3*graph->tvwgt[0]/graph->nvtxs) | ^~~~ | fabsf C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include/metis.h:98:25: note: expanded from macro 'iabs' 98 | #define iabs abs | ^ [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.obj [ 87%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/coarsen.c.obj -MF CMakeFiles/metis.dir/coarsen.c.obj.d -o CMakeFiles/metis.dir/coarsen.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/coarsen.c [ 88%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat 1 warning generated. [ 51%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/Chunk.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/compress.c.obj -MF CMakeFiles/metis.dir/compress.c.obj.d -o CMakeFiles/metis.dir/compress.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/compress.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat [ 53%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.obj [ 89%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/contig.c.obj -MF CMakeFiles/metis.dir/contig.c.obj.d -o CMakeFiles/metis.dir/contig.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/contig.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' [ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/debug.c.obj -MF CMakeFiles/metis.dir/debug.c.obj.d -o CMakeFiles/metis.dir/debug.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat [ 89%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp [ 56%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.obj [ 90%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/fm.c.obj -MF CMakeFiles/metis.dir/fm.c.obj.d -o CMakeFiles/metis.dir/fm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/fm.c -- Looking for include file sys/eventfd.h - not found -- Looking for fopen in ws2_32 cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat [ 91%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.obj [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp [ 59%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/frename.c.obj -MF CMakeFiles/metis.dir/frename.c.obj.d -o CMakeFiles/metis.dir/frename.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/frename.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/fortran.c.obj -MF CMakeFiles/metis.dir/fortran.c.obj.d -o CMakeFiles/metis.dir/fortran.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/fortran.c -- Looking for vsnprintf - found [ 91%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat -- Looking for include file stdarg.h cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat [ 61%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat [ 92%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/gklib.c.obj -MF CMakeFiles/metis.dir/gklib.c.obj.d -o CMakeFiles/metis.dir/gklib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/gklib.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp [ 62%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.obj [ 93%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/graph.c.obj -MF CMakeFiles/metis.dir/graph.c.obj.d -o CMakeFiles/metis.dir/graph.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/graph.c [ 64%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp [ 93%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/initpart.c.obj -MF CMakeFiles/metis.dir/initpart.c.obj.d -o CMakeFiles/metis.dir/initpart.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/initpart.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat [ 94%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/kmetis.c.obj -MF CMakeFiles/metis.dir/kmetis.c.obj.d -o CMakeFiles/metis.dir/kmetis.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/kmetis.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/kwayfm.c.obj -MF CMakeFiles/metis.dir/kwayfm.c.obj.d -o CMakeFiles/metis.dir/kwayfm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayfm.c [ 95%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat [ 69%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/kwayrefine.c.obj -MF CMakeFiles/metis.dir/kwayrefine.c.obj.d -o CMakeFiles/metis.dir/kwayrefine.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayrefine.c [ 95%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.obj -- Performing Test CXX_FLAG_Wcast_qual - Success cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp -- Performing Test CXX_FLAG_Wctor_dtor_privacy xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/mcutil.c.obj -MF CMakeFiles/metis.dir/mcutil.c.obj.d -o CMakeFiles/metis.dir/mcutil.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/mcutil.c [ 96%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp [ 97%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat [ 72%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/mesh.c.obj -MF CMakeFiles/metis.dir/mesh.c.obj.d -o CMakeFiles/metis.dir/mesh.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/mesh.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat [ 74%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.obj [ 75%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/minconn.c.obj -MF CMakeFiles/metis.dir/minconn.c.obj.d -o CMakeFiles/metis.dir/minconn.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c [ 97%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/meshpart.c.obj -MF CMakeFiles/metis.dir/meshpart.c.obj.d -o CMakeFiles/metis.dir/meshpart.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/meshpart.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat [ 98%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat [ 77%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/mincover.c.obj -MF CMakeFiles/metis.dir/mincover.c.obj.d -o CMakeFiles/metis.dir/mincover.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/mincover.c [ 99%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DANTLR4CPP_STATIC -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/atn -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/dfa -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/misc -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/support/utf8 -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/pattern -I/C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -Wall -pedantic -W -std=c++11 -O3 -DNDEBUG -O3 -DNDEBUG -std=gnu++11 -Wno-overloaded-virtual -Wno-dollar-in-identifier-extension -Wno-four-char-constants -DANTLR4CPP_STATIC -MD -MT runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.obj -MF CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.obj.d -o CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat configure: loading site script /etc/config.site xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat [ 79%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/mmd.c.obj -MF CMakeFiles/metis.dir/mmd.c.obj.d -o CMakeFiles/metis.dir/mmd.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/mmd.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat [ 80%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/ometis.c.obj -MF CMakeFiles/metis.dir/ometis.c.obj.d -o CMakeFiles/metis.dir/ometis.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/ometis.c -- Looking for fopen in ws2_32 - found -- Looking for fopen in ws2 [ 82%] Building C object libmetis/CMakeFiles/metis.dir/options.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/options.c.obj -MF CMakeFiles/metis.dir/options.c.obj.d -o CMakeFiles/metis.dir/options.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/options.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1.mat [ 83%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/parmetis.c.obj -MF CMakeFiles/metis.dir/parmetis.c.obj.d -o CMakeFiles/metis.dir/parmetis.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/parmetis.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus.mat [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/pmetis.c.obj -MF CMakeFiles/metis.dir/pmetis.c.obj.d -o CMakeFiles/metis.dir/pmetis.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/pmetis.c [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.obj checking build system type... cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/refine.c.obj -MF CMakeFiles/metis.dir/refine.c.obj.d -o CMakeFiles/metis.dir/refine.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/refine.c xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mat [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat [100%] Linking CXX static library libantlr4-runtime.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/antlr4_static.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/separator.c.obj -MF CMakeFiles/metis.dir/separator.c.obj.d -o CMakeFiles/metis.dir/separator.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/separator.c -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.First.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.First.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/sfm.c.obj -MF CMakeFiles/metis.dir/sfm.c.obj.d -o CMakeFiles/metis.dir/sfm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/sfm.c [ 91%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/srefine.c.obj -MF CMakeFiles/metis.dir/srefine.c.obj.d -o CMakeFiles/metis.dir/srefine.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/srefine.c x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 checking for a BSD-compatible install... xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/runtime && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/antlr4_static.dir/link.txt --verbose=1 [ 93%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.Friction.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.Friction.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/stat.c.obj -MF CMakeFiles/metis.dir/stat.c.obj.d -o CMakeFiles/metis.dir/stat.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/stat.c xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libantlr4-runtime.a CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.obj CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.obj CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.obj CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.obj CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.obj CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.obj CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.obj CMakeFiles/antlr4_static.dir/src/CharStream.cpp.obj CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.obj CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.obj CMakeFiles/antlr4_static.dir/src/CommonTokenStream.cpp.obj CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.obj CMakeFiles/antlr4_static.dir/src/DefaultErrorStrategy.cpp.obj CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.obj CMakeFiles/antlr4_static.dir/src/Exceptions.cpp.obj CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.obj CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.obj CMakeFiles/antlr4_static.dir/src/IntStream.cpp.obj CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.obj CMakeFiles/antlr4_static.dir/src/Lexer.cpp.obj CMakeFiles/antlr4_static.dir/src/LexerInterpreter.cpp.obj CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.obj CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.obj CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.obj CMakeFiles/antlr4_static.dir/src/Parser.cpp.obj CMakeFiles/antlr4_static.dir/src/ParserInterpreter.cpp.obj CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.obj CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.obj CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.obj CMakeFiles/antlr4_static.dir/src/Recognizer.cpp.obj CMakeFiles/antlr4_static.dir/src/RuleContext.cpp.obj CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.obj CMakeFiles/antlr4_static.dir/src/RuntimeMetaData.cpp.obj CMakeFiles/antlr4_static.dir/src/Token.cpp.obj CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.obj CMakeFiles/antlr4_static.dir/src/TokenStream.cpp.obj CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.cpp.obj CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.cpp.obj CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.obj CMakeFiles/antlr4_static.dir/src/Vocabulary.cpp.obj CMakeFiles/antlr4_static.dir/src/WritableToken.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATN.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATNSerializer.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ATNState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/AbstractPredicateTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/BasicBlockStartState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/BasicState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/BlockEndState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/BlockStartState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/EmptyPredictionContext.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerATNSimulator.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerAction.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat [ 95%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/timing.c.obj -MF CMakeFiles/metis.dir/timing.c.obj.d -o CMakeFiles/metis.dir/timing.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/timing.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libantlr4-runtime.a CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/LoopEndState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ParseInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/PlusBlockStartState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/PlusLoopbackState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/PrecedencePredicateTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/PredicateEvalInfo.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/PredictionContext.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/RuleStartState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/RuleStopState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/SetTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/StarBlockStartState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/StarLoopEntryState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/TokensStartState.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/Transition.cpp.obj CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.cpp.obj CMakeFiles/antlr4_static.dir/src/dfa/DFA.cpp.obj CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.obj CMakeFiles/antlr4_static.dir/src/dfa/DFAState.cpp.obj CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.cpp.obj CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.cpp.obj CMakeFiles/antlr4_static.dir/src/misc/Interval.cpp.obj CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.cpp.obj CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.cpp.obj CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.obj CMakeFiles/antlr4_static.dir/src/support/Any.cpp.obj CMakeFiles/antlr4_static.dir/src/support/Arrays.cpp.obj CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.obj CMakeFiles/antlr4_static.dir/src/support/StringUtils.cpp.obj CMakeFiles/antlr4_static.dir/src/support/guid.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/ErrorNode.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/IterativeParseTreeWalker.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/TerminalNode.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat [ 96%] Building C object libmetis/CMakeFiles/metis.dir/util.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libantlr4-runtime.a CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPath.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenAnywhereElement.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathTokenElement.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardAnywhereElement.cpp.obj CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathWildcardElement.cpp.obj [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.obj xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libantlr4-runtime.a -- Performing Test CXX_FLAG_Wctor_dtor_privacy - Success -- Performing Test CXX_FLAG_Wextra cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/util.c.obj -MF CMakeFiles/metis.dir/util.c.obj.d -o CMakeFiles/metis.dir/util.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/util.c xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/GKlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/. -g -O2 -DUCRT64 -DNDEBUG -DNDEBUG2 -MD -MT libmetis/CMakeFiles/metis.dir/wspace.c.obj -MF CMakeFiles/metis.dir/wspace.c.obj.d -o CMakeFiles/metis.dir/wspace.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Brake.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Brake.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Damper.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Damper.mat /usr/bin/install -c checking whether build environment is sane... -- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling [100%] Built target antlr4_static xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mat make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build/CMakeFiles 0 -- Looking for assert.h xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Friction.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Friction.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mat make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaBaseListener.o modelicaBaseListener.cpp clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaBaseVisitor.o modelicaBaseVisitor.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mat clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaLexer.o modelicaLexer.cpp clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaListener.o modelicaListener.cpp [100%] Linking C static library libmetis.a xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/metis.dir/cmake_clean_target.cmake clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaParser.o modelicaParser.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mat clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaVisitor.o modelicaVisitor.cpp xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Sensors.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Sensors.mat cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/libmetis && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1 xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.IdealGasH2O.mat.xz && touch msl32/Modelica.Media.Examples.IdealGasH2O.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libmetis.a CMakeFiles/metis.dir/__/GKlib/b64.c.obj CMakeFiles/metis.dir/__/GKlib/blas.c.obj CMakeFiles/metis.dir/__/GKlib/csr.c.obj CMakeFiles/metis.dir/__/GKlib/error.c.obj CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj CMakeFiles/metis.dir/__/GKlib/fs.c.obj CMakeFiles/metis.dir/__/GKlib/getopt.c.obj CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj CMakeFiles/metis.dir/__/GKlib/graph.c.obj CMakeFiles/metis.dir/__/GKlib/htable.c.obj CMakeFiles/metis.dir/__/GKlib/io.c.obj CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj CMakeFiles/metis.dir/__/GKlib/mcore.c.obj CMakeFiles/metis.dir/__/GKlib/memory.c.obj CMakeFiles/metis.dir/__/GKlib/omp.c.obj CMakeFiles/metis.dir/__/GKlib/pdb.c.obj CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj CMakeFiles/metis.dir/__/GKlib/random.c.obj CMakeFiles/metis.dir/__/GKlib/rw.c.obj CMakeFiles/metis.dir/__/GKlib/seq.c.obj CMakeFiles/metis.dir/__/GKlib/sort.c.obj CMakeFiles/metis.dir/__/GKlib/string.c.obj CMakeFiles/metis.dir/__/GKlib/timers.c.obj CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj CMakeFiles/metis.dir/__/GKlib/util.c.obj CMakeFiles/metis.dir/auxapi.c.obj CMakeFiles/metis.dir/balance.c.obj CMakeFiles/metis.dir/bucketsort.c.obj CMakeFiles/metis.dir/checkgraph.c.obj CMakeFiles/metis.dir/coarsen.c.obj CMakeFiles/metis.dir/compress.c.obj CMakeFiles/metis.dir/contig.c.obj CMakeFiles/metis.dir/debug.c.obj CMakeFiles/metis.dir/fm.c.obj CMakeFiles/metis.dir/fortran.c.obj CMakeFiles/metis.dir/frename.c.obj CMakeFiles/metis.dir/gklib.c.obj CMakeFiles/metis.dir/graph.c.obj CMakeFiles/metis.dir/initpart.c.obj CMakeFiles/metis.dir/kmetis.c.obj CMakeFiles/metis.dir/kwayfm.c.obj CMakeFiles/metis.dir/kwayrefine.c.obj CMakeFiles/metis.dir/mcutil.c.obj CMakeFiles/metis.dir/mesh.c.obj CMakeFiles/metis.dir/meshpart.c.obj CMakeFiles/metis.dir/minconn.c.obj CMakeFiles/metis.dir/mincover.c.obj CMakeFiles/metis.dir/mmd.c.obj CMakeFiles/metis.dir/ometis.c.obj CMakeFiles/metis.dir/options.c.obj CMakeFiles/metis.dir/parmetis.c.obj CMakeFiles/metis.dir/pmetis.c.obj CMakeFiles/metis.dir/refine.c.obj CMakeFiles/metis.dir/separator.c.obj CMakeFiles/metis.dir/sfm.c.obj CMakeFiles/metis.dir/srefine.c.obj CMakeFiles/metis.dir/stat.c.obj CMakeFiles/metis.dir/timing.c.obj CMakeFiles/metis.dir/util.c.obj CMakeFiles/metis.dir/wspace.c.obj xz --keep --decompress --force msl32/Modelica.Media.Examples.MixtureGases.mat.xz && touch msl32/Modelica.Media.Examples.MixtureGases.mat -- Looking for fopen in ws2 - not found -- Looking for fopen in rpcrt4 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libmetis.a xz --keep --decompress --force msl32/Modelica.Media.Examples.MoistAir.mat.xz && touch msl32/Modelica.Media.Examples.MoistAir.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.R134a.R134a1.mat.xz && touch msl32/Modelica.Media.Examples.R134a.R134a1.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' xz --keep --decompress --force msl32/Modelica.Media.Examples.R134a.R134a2.mat.xz && touch msl32/Modelica.Media.Examples.R134a.R134a2.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mat.xz && touch msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mat.xz && touch msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mat [100%] Built target metis make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build/CMakeFiles 0 xz --keep --decompress --force msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mat.xz && touch msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mat.xz && touch msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mat -- Looking for include file stdlib.h - found -- Looking for include file stddef.h make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' cp 3rdParty/metis-5.1.0/build/libmetis/libmetis.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libmetis.a xz --keep --decompress --force msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mat.xz && touch msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mat.xz && touch msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mat.xz && touch msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.SimpleLiquidWater.mat.xz && touch msl32/Modelica.Media.Examples.SimpleLiquidWater.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat.xz && touch msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mat.xz && touch msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mat yes xz --keep --decompress --force msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat.xz && touch msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat -- Performing Test CXX_FLAG_Wextra - Success -- Performing Test CXX_FLAG_Wformat_2 xz --keep --decompress --force msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat.xz && touch msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.TestOnly.FlueGas.mat.xz && touch msl32/Modelica.Media.Examples.TestOnly.FlueGas.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mat.xz && touch msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mat.xz && touch msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mat.xz && touch msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mat checking for a thread-safe mkdir -p... xz --keep --decompress --force msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat.xz && touch msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat -- Looking for assert.h - found -- Looking for bzlib.h xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat ar -s -r libOMParser.a modelicaBaseListener.o modelicaBaseVisitor.o modelicaLexer.o modelicaListener.o modelicaParser.o modelicaVisitor.o mkdir -p 3rdParty/sundials-5.4.0/build yes xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mat C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libOMParser.a mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/lib//omc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -- Looking for fopen in rpcrt4 - found -- Looking for fopen in iphlpapi xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat cp -pR libOMParser.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib//omc/ xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat cp 3rdParty/antlr4/runtime/Cpp/build/runtime/libantlr4-runtime.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib//omc/ xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mat make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser' xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat.xz && touch msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat checking whether to enable maintainer-specific portions of Makefiles... no checking for a library suffix to use... xz --keep --decompress --force msl32/Modelica.Media.Examples.WaterIF97.mat.xz && touch msl32/Modelica.Media.Examples.WaterIF97.mat xz --keep --decompress --force msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mat.xz && touch msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mat -- Looking for include file stddef.h - found -- Looking for include file stdint.h xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ControlledTanks.mat.xz && touch msl32/Modelica.StateGraph.Examples.ControlledTanks.mat (cd 3rdParty/sundials-5.4.0/build && \ CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON \ -DCMAKE_INSTALL_PREFIX="`pwd`" \ -DCMAKE_INSTALL_INCLUDEDIR=include \ -DSUNDIALS_BUILD_SHARED_LIBS:Bool=ON \ -DSUNDIALS_BUILD_STATIC_LIBS:Bool=ON \ -DCMAKE_C_FLAGS="-g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" \ -DLDFLAGS="" \ -DSUNDIALS_KLU_ENABLE:Bool=ON \ -DSUNDIALS_KLU_LIBRARY_DIR="/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" \ -DKLU_INCLUDE_DIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse" \ \ -DSUNDIALS_EXAMPLES_ENABLE_C:Bool=OFF \ -DSUNDIALS_EXAMPLES_ENABLE_CXX:Bool=OFF \ -DSUNDIALS_EXAMPLES_INSTALL=OFF -DIS_MINGW32=OFF -DIS_MINGW64=ON \ -DSUNDIALS_LAPACK_ENABLE:Bool=ON \ -DLAPACK_LIBRARIES="-lopenblas" \ -DCMAKE_Fortran_COMPILER="gfortran" \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON) xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ExecutionPaths.mat.xz && touch msl32/Modelica.StateGraph.Examples.ExecutionPaths.mat -- Performing Test CXX_FLAG_Wformat_2 - Success -- Performing Test CXX_FLAG_Wimplicit_atomic_properties xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.FirstExample.mat.xz && touch msl32/Modelica.StateGraph.Examples.FirstExample.mat xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mat.xz && touch msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mat xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mat.xz && touch msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mat xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mat.xz && touch msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mat CMake Deprecation Warning at CMakeLists.txt:24 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ShowExceptions.mat.xz && touch msl32/Modelica.StateGraph.Examples.ShowExceptions.mat xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.Utilities.Source.mat.xz && touch msl32/Modelica.StateGraph.Examples.Utilities.Source.mat xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.Utilities.Tank.mat.xz && touch msl32/Modelica.StateGraph.Examples.Utilities.Tank.mat xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.Utilities.TankController.mat.xz && touch msl32/Modelica.StateGraph.Examples.Utilities.TankController.mat xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.Utilities.valve.mat.xz && touch msl32/Modelica.StateGraph.Examples.Utilities.valve.mat xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat -- The C compiler identification is Clang 17.0.6 xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat -- Looking for bzlib.h - found -- Looking for ctype.h xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat xz --keep --decompress --force msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat.xz && touch msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat xz --keep --decompress --force msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mat.xz && touch msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mat -- Performing Test CXX_FLAG_Wimplicit_atomic_properties - Failed -- Performing Test CXX_FLAG_Wmissing_declarations xz --keep --decompress --force msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat.xz && touch msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat xz --keep --decompress --force msl32/Modelica.Utilities.Examples.readRealParameterModel.mat.xz && touch msl32/Modelica.Utilities.Examples.readRealParameterModel.mat -- Looking for fopen in iphlpapi - found -- Looking for SO_PEERCRED checking whether the C compiler works... xz --keep --decompress --force PlanarMechanics/ControlledCraneCrab.mat.xz && touch PlanarMechanics/ControlledCraneCrab.mat xz --keep --decompress --force PlanarMechanics/CounterSpin.mat.xz && touch PlanarMechanics/CounterSpin.mat xz --keep --decompress --force PlanarMechanics/CraneCrab.mat.xz && touch PlanarMechanics/CraneCrab.mat xz --keep --decompress --force PlanarMechanics/DoublePendulum.mat.xz && touch PlanarMechanics/DoublePendulum.mat xz --keep --decompress --force PlanarMechanics/FreeBody.mat.xz && touch PlanarMechanics/FreeBody.mat xz --keep --decompress --force PlanarMechanics/InvertedCraneCrab.mat.xz && touch PlanarMechanics/InvertedCraneCrab.mat xz --keep --decompress --force PlanarMechanics/KinematicLoop.mat.xz && touch PlanarMechanics/KinematicLoop.mat xz --keep --decompress --force PlanarMechanics/Pendulum.mat.xz && touch PlanarMechanics/Pendulum.mat -- Looking for include file stdint.h - found -- Looking for include file inttypes.h xz --keep --decompress --force PlanarMechanics/PistonEngine.mat.xz && touch PlanarMechanics/PistonEngine.mat -- Detecting C compiler ABI info xz --keep --decompress --force PlanarMechanics/SimpleCarWithDifferentialGear.mat.xz && touch PlanarMechanics/SimpleCarWithDifferentialGear.mat xz --keep --decompress --force PlanarMechanics/SingleTrackWithEngine.mat.xz && touch PlanarMechanics/SingleTrackWithEngine.mat xz --keep --decompress --force PlanarMechanics/TestDryFrictionWheel.mat.xz && touch PlanarMechanics/TestDryFrictionWheel.mat xz --keep --decompress --force PlanarMechanics/TestIdealWheel.mat.xz && touch PlanarMechanics/TestIdealWheel.mat yes checking for C compiler default output file name... a.exe xz --keep --decompress --force PlanarMechanics/TestSlipBasedWheel.mat.xz && touch PlanarMechanics/TestSlipBasedWheel.mat checking for suffix of executables... xz --keep --decompress --force PlanarMechanics/WheelBasedCranCrab.mat.xz && touch PlanarMechanics/WheelBasedCranCrab.mat xz --keep --decompress --force resolveLoops/ElectricalCircuit1.mat.xz && touch resolveLoops/ElectricalCircuit1.mat xz --keep --decompress --force resolveLoops/ElectricalCircuit2.mat.xz && touch resolveLoops/ElectricalCircuit2.mat xz --keep --decompress --force resolveLoops/ElectricalCircuit3.mat.xz && touch resolveLoops/ElectricalCircuit3.mat xz --keep --decompress --force resolveLoops/ElectricalCircuit4.mat.xz && touch resolveLoops/ElectricalCircuit4.mat xz --keep --decompress --force resolveLoops/ElectricalCircuit5.mat.xz && touch resolveLoops/ElectricalCircuit5.mat -- Looking for SO_PEERCRED - not found -- Looking for LOCAL_PEERCRED xz --keep --decompress --force resolveLoops/ElectricalCircuit6.mat.xz && touch resolveLoops/ElectricalCircuit6.mat xz --keep --decompress --force resolveLoops/Pendulum2.mat.xz && touch resolveLoops/Pendulum2.mat xz --keep --decompress --force resolveLoops/Pendulum3.mat.xz && touch resolveLoops/Pendulum3.mat .exe xz --keep --decompress --force SiemensPower/wall_test.mat.xz && touch SiemensPower/wall_test.mat xz --keep --decompress --force solver/testSolver.problem1.mat.xz && touch solver/testSolver.problem1.mat checking whether we are cross compiling... xz --keep --decompress --force solver/testSolver.problem2.mat.xz && touch solver/testSolver.problem2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mat -- Looking for ctype.h - found -- Looking for dlfcn.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mat -- Performing Test CXX_FLAG_Wmissing_declarations - Success -- Performing Test CXX_FLAG_Wno_long_long xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat no xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat checking for suffix of object files... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat -- Looking for LOCAL_PEERCRED - not found -- Looking for include file inttypes.h - found -- Looking for include file locale.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat -- Performing Test CMAKE_HAVE_LIBC_PTHREAD xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat o checking whether we are using the GNU C compiler... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat -- Detecting C compiler ABI info - done xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mat -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- SUNDIALS_BUILD_STATIC_LIBS: ON -- SUNDIALS_BUILD_SHARED_LIBS: ON -- Looking for dlfcn.h - not found -- Looking for endian.h -- Looking for sys/types.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat yes checking whether clang accepts -g... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat yes checking for clang option to accept ISO C89... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat -- Performing Test CXX_FLAG_Wno_long_long - Success -- Performing Test CXX_FLAG_Woverlength_strings xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat -- Looking for endian.h - not found -- Looking for float.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat none needed xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat checking for style of include used by make... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat GNU -- Looking for include file locale.h - found -- Looking for snprintf -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Looking for clock_gettime xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat checking dependency style of clang... none xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat -- Looking for sys/types.h - found -- Looking for stdint.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine3.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat -- Performing Test CXX_FLAG_Woverlength_strings - Success -- Performing Test CXX_FLAG_Woverloaded_virtual xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat -- Looking for float.h - found -- Looking for ieeefp.h make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/ReferenceFiles' -- Looking for snprintf - found -- Looking for vasprintf -- Looking for clock_gettime - not found -- Looking for fork -- Looking for stdint.h - found -- Looking for stddef.h checking for C compiler vendor... gnu checking how to get verbose linking output from C... -- Performing Test CXX_FLAG_Woverloaded_virtual - Success -- Performing Test CXX_FLAG_Wredundant_decls autoreconf-2.72: configure.ac: tracing -- Looking for vasprintf - not found -- Looking for asprintf -- Looking for ieeefp.h - found -- Looking for inttypes.h -v checking for C libraries... -- Looking for stddef.h - found -- Check size of int64_t -- Looking for fork - not found -- Looking for gethrtime -- Looking for asprintf - not found -- Looking for snprintf -LC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0 -LC:/OMDevUCRT/tools/msys/ucrt64/x86_64-w64-mingw32/lib -LC:/OMDevUCRT/tools/msys/ucrt64/x86_64-w64-mingw32/mingw/lib -LC:/OMDevUCRT/tools/msys/ucrt64/lib -lmingw32 -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -- Performing Test CXX_FLAG_Wredundant_decls - Success -- Performing Test CXX_FLAG_Wreorder autoreconf-2.72: configure.ac: tracing -- Looking for inttypes.h - found -- Looking for math.h -- Check size of int64_t - done -- Using int64_t for indices -- Looking for _POSIX_TIMERS -- Looking for gethrtime - not found -- Looking for mkdtemp -- Looking for snprintf - found -- Looking for vasprintf -- Performing Test CXX_FLAG_Wreorder - Success -- Performing Test CXX_FLAG_Wswitch_default -- Looking for math.h - found -- Looking for memory.h -- Looking for _POSIX_TIMERS - not found -- Looking for mkdtemp - not found -- Performing Test HAVE_FLAG_-Wall -- Looking for vasprintf - found -- Looking for asprintf -- Performing Test CXX_FLAG_Wswitch_default - Success -- Performing Test CXX_FLAG_Wunused_variable -- The Fortran compiler identification is GNU 13.2.0 checking for Fortran compiler vendor... checking for x87 FPU... yes checking how to run the C preprocessor... -- Looking for memory.h - found -- Looking for stdint.h -- Detecting Fortran compiler ABI info clang -E -- Performing Test HAVE_FLAG_-Wall - Success -- Performing Test HAVE_FLAG_-Wextra -- Performing Test CXX_FLAG_Wunused_variable - Success -- Performing Test CXX_FLAG_Wwrite_strings -- Looking for asprintf - found -- Looking for localeconv checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... -- Looking for stdint.h - found -- Looking for stdlib.h -- Detecting Fortran compiler ABI info - done -- Check for working Fortran compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe - skipped CMake Deprecation Warning at C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/FortranTest/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test HAVE_FLAG_-Wextra - Success -- Performing Test HAVE_FLAG_-Wno-long-long -- Performing Test CXX_FLAG_Wwrite_strings - Success -- Performing Test CXX_FLAG_Wno_variadic_macros -- Looking for localeconv - found -- Looking for sys/types.h yes checking for sys/types.h... -- Looking for stdlib.h - found -- Looking for stdio.h yes checking for sys/stat.h... -- Performing Test HAVE_FLAG_-Wno-long-long - Success -- Performing Test HAVE_FLAG_-Wno-uninitialized -- Performing Test CXX_FLAG_Wno_variadic_macros - Success -- Performing Test CXX_FLAG_fstrict_aliasing -- Looking for sys/types.h - found -- Check size of long double yes checking for stdlib.h... yes -- Looking for stdio.h - found -- Looking for stdarg.h checking for string.h... -- Performing Test HAVE_FLAG_-Wno-uninitialized - Success -- Performing Test HAVE_FLAG_-pedantic -- Performing Test CXX_FLAG_fstrict_aliasing - Success -- Looking for C++ include arpa/inet.h CMake Deprecation Warning at C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/FortranTest/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. yes -- Check size of long double - done -- Check size of long long int checking for memory.h... yes -- Looking for C++ include arpa/inet.h - not found -- Looking for C++ include dlfcn.h -- Looking for stdarg.h - found -- Looking for stddef.h checking for strings.h... -- Performing Test HAVE_FLAG_-pedantic - Success -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC yes CMake Deprecation Warning at C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/FortranTest/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. checking for inttypes.h... -- Looking for C++ include dlfcn.h - not found -- Looking for C++ include fcntl.h -- Check size of long long int - done -- Check size of unsigned long long int yes -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Failed -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE checking for stdint.h... -- Looking for stddef.h - found -- Looking for strings.h yes checking for unistd.h... -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Failed -- Checking whether TCP_KEEPCNT is supported -- Performing Test ZMQ_HAVE_TCP_KEEPCNT -- Looking for C++ include fcntl.h - found -- Looking for C++ include float.h -- Check size of unsigned long long int - done -- Check size of struct lconv yes CMake Deprecation Warning at C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/FortranTest/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. checking size of int... -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Failed -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE -- Looking for strings.h - found -- Looking for string.h 4 checking size of long... -- Check size of struct lconv - done -- Looking for C++ include float.h - found -- Looking for C++ include langinfo.h -- Performing Test HAVE_LCONV_DECIMAL_POINT -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Failed -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL 4 checking size of long long... CMake Deprecation Warning at C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/FortranTest/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Looking for string.h - found -- Looking for sys/stat.h 8 checking size of float... -- Looking for C++ include langinfo.h - not found -- Looking for C++ include limits.h -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Failed -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE 4 -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP checking size of double... -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Determining Fortran name-mangling scheme... OK -- Looking for LAPACK libraries... OK CMake Deprecation Warning at C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/LapackTest/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported -- Performing Test ZMQ_HAVE_TIPC 8 checking size of long double... -- Looking for C++ include limits.h - found -- Looking for C++ include locale.h 16 checking size of size_t... -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t -- Performing Test ZMQ_HAVE_TIPC - Failed -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 -- Looking for sys/types.h - found -- Looking for time.h 8 checking size of void *... -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 -- Checking if LAPACK works... OK -- KLU LIBS: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.a C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libamd.a C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcolamd.a C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libbtf.a C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsuitesparseconfig.a -- Looking for C++ include locale.h - found -- Looking for C++ include memory.h -- Added NVECTOR_SERIAL module -- Added NVECTOR_MANYVECTOR module -- Added SUNMATRIX_BAND module -- Added SUNMATRIX_DENSE module -- Added SUNMATRIX_SPARSE module -- Added SUNLINSOL_BAND module -- Added SUNLINSOL_DENSE module -- Added SUNLINSOL_PCG module -- Added SUNLINSOL_SPBCGS module -- Added SUNLINSOL_SPFGMR module -- Added SUNLINSOL_SPGMR module -- Added SUNLINSOL_SPTFQMR module -- Added SUNLINSOL_KLU module -- Added SUNLINSOL_LAPACKBAND module -- Added SUNLINSOL_LAPACKDENSE module -- Added SUNNONLINSOL_NEWTON module -- Added SUNNONLINSOL_FIXEDPOINT module -- Added ARKODE module -- Added CVODE module -- Added CVODES module -- Added IDA module -- Added IDAS module -- Added KINSOL module -- Configuring done (22.9s) 8 checking how to print strings... -- Check size of intmax_t - done -- Check size of uintmax_t printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by clang... -- Looking for time.h - found -- Looking for unistd.h -- Generating done (0.6s) CMake Warning: Manually-specified variables were not used by the project: LDFLAGS -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build make -C 3rdParty/sundials-5.4.0/build install make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build//CMakeFiles/progress.marks C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... make -f CMakeFiles/Makefile2 all yes checking for BSD- or MS-compatible name lister (nm)... make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sundials/CMakeFiles/sundials_generic_static_obj.dir/build.make src/sundials/CMakeFiles/sundials_generic_static_obj.dir/depend make -f src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/build.make src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/depend make -f src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/depend -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 make -f src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/build.make src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/depend make -f src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/build.make src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials/CMakeFiles/sundials_generic_static_obj.dir/DependInfo.cmake "--color=" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/DependInfo.cmake "--color=" make -f src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/build.make src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/depend make -f src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/build.make src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/DependInfo.cmake "--color=" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/DependInfo.cmake "--color=" make -f src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/build.make src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/depend make -f src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/build.make src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/DependInfo.cmake "--color=" /ucrt64/bin/nm -B checking the name lister (/ucrt64/bin/nm -B) interface... make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/DependInfo.cmake "--color=" make -f src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/build.make src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/depend make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Looking for C++ include memory.h - found -- Looking for C++ include netdb.h make -f src/sundials/CMakeFiles/sundials_generic_static_obj.dir/build.make src/sundials/CMakeFiles/sundials_generic_static_obj.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/DependInfo.cmake "--color=" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/build.make src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/DependInfo.cmake "--color=" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/DependInfo.cmake "--color=" make -f src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/depend make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/DependInfo.cmake "--color=" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/build make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/build.make src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/build make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/DependInfo.cmake "--color=" make -f src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/build.make src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/build make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/build.make src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/build [ 0%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_band.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 0%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_band.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_band.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c make -f src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/build.make src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/build [ 0%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_band.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_band.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 0%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_dense.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_dense.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c make -f src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/build.make src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/build [ 0%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_dense.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_dense.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 0%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_direct.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_direct.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c make -f src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/build [ 1%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_direct.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_direct.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c [ 1%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj -MF CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj.d -o CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 1%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_futils.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_futils.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c [ 1%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj -MF CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj.d -o CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c make -f src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/build.make src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/build [ 1%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_futils.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_futils.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 1%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c make -f src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/build.make src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/build [ 1%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/nvector_manyvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -DSUNDIALS_MPI_ENABLED=0 -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/nvector_manyvector.c.obj -MF CMakeFiles/sundials_nvecmanyvector_static.dir/nvector_manyvector.c.obj.d -o CMakeFiles/sundials_nvecmanyvector_static.dir/nvector_manyvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/nvector_manyvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Check size of uintmax_t - done -- Check size of uintptr_t [ 1%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_math.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 2%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/nvector_manyvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -DSUNDIALS_MPI_ENABLED=0 -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecmanyvector_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/nvector_manyvector.c.obj -MF CMakeFiles/sundials_nvecmanyvector_shared.dir/nvector_manyvector.c.obj.d -o CMakeFiles/sundials_nvecmanyvector_shared.dir/nvector_manyvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/nvector_manyvector.c [ 2%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 2%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -DSUNDIALS_MPI_ENABLED=0 -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 2%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -DSUNDIALS_MPI_ENABLED=0 -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecmanyvector_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 2%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixdense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_sunmatrixdense_shared.dir/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_shared.dir/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c [ 3%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -DSUNDIALS_MPI_ENABLED=0 -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 3%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_math.c.obj [ 3%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/sunmatrix_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -DSUNDIALS_MPI_ENABLED=0 -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecmanyvector_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/manyvector/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/sunmatrix_band.c.obj -MF CMakeFiles/sundials_sunmatrixband_static.dir/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_sunmatrixband_static.dir/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Looking for unistd.h - found -- Looking for windows.h clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 3%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_static.dir/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_static.dir/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 3%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 3%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixdense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 4%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_iterative.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_iterative.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 4%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/sunmatrix_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/sunmatrix_band.c.obj -MF CMakeFiles/sundials_sunmatrixband_shared.dir/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_sunmatrixband_shared.dir/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 4%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 5%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_sunmatrixdense_static.dir/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_static.dir/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 5%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 5%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 5%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_matrix.c.obj [ 6%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_iterative.c.obj make -f src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_iterative.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_iterative.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixdense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 6%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/build.make src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 6%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_linearsolver.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/DependInfo.cmake "--color=" make -f src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/build.make src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/depend BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 [ 6%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_math.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixdense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 7%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 7%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_linearsolver.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/DependInfo.cmake "--color=" [ 7%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 7%] Linking C static library libsundials_nvecmanyvector.a [ 7%] Linking C shared library libsundials_nvecmanyvector.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_nvecmanyvector_static.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_nvecmanyvector_shared.dir/objects.a make -f src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/build.make src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/depend [ 7%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_matrix.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 7%] Linking C static library libsundials_nvecserial.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_nvecserial_static.dir/cmake_clean_target.cmake -- Looking for C++ include netdb.h - not found -- Looking for C++ include netinet/in.h [ 7%] Linking C shared library libsundials_nvecserial.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_nvecserial_shared.dir/objects.a make -f src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/build.make src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/depend [ 7%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c clang: clang: warning: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/DependInfo.cmake "--color=" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/DependInfo.cmake "--color=" make -f src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/build [ 7%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 8%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 8%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_math.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_nvecmanyvector_static.dir/link.txt --verbose=1 clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 8%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_nvecserial_static.dir/link.txt --verbose=1 [ 8%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_math.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_math.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_nvecmanyvector_shared.dir/objects.a "CMakeFiles/sundials_nvecmanyvector_shared.dir/nvector_manyvector.c.obj" "CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_nvecmanyvector_shared.dir/__/__/sundials/sundials_math.c.obj" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/build.make src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/build cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_math.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_math.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 8%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_matrix.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/DependInfo.cmake "--color=" [ 8%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_nvecserial_shared.dir/objects.a "CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj" "CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_math.c.obj" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_matrix.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_matrix.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c make -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/depend checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/OMDevUCRT/tools/msys/ucrt64/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_matrix.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_matrix.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 8%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_memory.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/build.make src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/build cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_memory.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_memory.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_memory.c [ 8%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_memory.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 8%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nonlinearsolver.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_memory.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_memory.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_memory.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_memory.c make -f src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/build.make src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/build C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_nvecmanyvector.a CMakeFiles/sundials_nvecmanyvector_static.dir/nvector_manyvector.c.obj CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_math.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_nvecserial.a CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_nvecserial_static.dir/__/__/sundials/sundials_math.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_nvecmanyvector.dll -Wl,--out-implib,libsundials_nvecmanyvector.dll.a -Wl,--major-image-version,5,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_nvecmanyvector_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/DependInfo.cmake "--color=" [ 8%] Linking C shared library libsundials_sunmatrixdense.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunmatrixdense_shared.dir/objects.a clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 9%] Linking C static library libsundials_sunmatrixband.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunmatrixband_static.dir/cmake_clean_target.cmake make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/build.make src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/build clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_nvecserial.dll -Wl,--out-implib,libsundials_nvecserial.dll.a -Wl,--major-image-version,5,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_nvecserial_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_nvecmanyvector.a C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_nvecserial.a make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' file_magic ^x86 archive import|^x86 DLL [ 9%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/sunmatrix_sparse.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 9%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixsparse_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_shared.dir/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_shared.dir/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 9%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 9%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_static.dir/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_static.dir/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 9%] Linking C static library libsundials_sunmatrixsparse.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunmatrixsparse_static.dir/cmake_clean_target.cmake clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixsparse_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 9%] Linking C static library libsundials_sunmatrixdense.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunmatrixdense_static.dir/cmake_clean_target.cmake make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 10%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunmatrixdense_shared.dir/objects.a "CMakeFiles/sundials_sunmatrixdense_shared.dir/sunmatrix_dense.c.obj" "CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_math.c.obj" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunmatrixband_static.dir/link.txt --verbose=1 make -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/build [ 10%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixsparse_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 10%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolpcg_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_shared.dir/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_shared.dir/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 10%] Linking C shared library libsundials_sunmatrixband.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunmatrixband_shared.dir/objects.a [ 10%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_math.c.obj [ 11%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 12%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunmatrixsparse_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/. -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c checking for dlltool... dlltool checking how to associate runtime and link libraries... cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_static.dir/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_static.dir/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 12%] Built target sundials_nvecmanyvector_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 12%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolpcg_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 12%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspbcgs_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 12%] Built target sundials_nvecserial_static -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed CMake Warning (dev) at CMakeLists.txt:356 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunmatrixsparse_static.dir/link.txt --verbose=1 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 12%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunmatrixdense_static.dir/link.txt --verbose=1 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunmatrixdense.dll -Wl,--out-implib,libsundials_sunmatrixdense.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunmatrixdense_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunmatrixband.a CMakeFiles/sundials_sunmatrixband_static.dir/sunmatrix_band.c.obj CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_sunmatrixband_static.dir/__/__/sundials/sundials_math.c.obj [ 12%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_nvector.c.obj [ 12%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c -- Found PythonInterp: C:/OMDevUCRT/tools/msys/ucrt64/bin/python.exe (found version "3.11.7") cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunmatrixband_shared.dir/objects.a "CMakeFiles/sundials_sunmatrixband_shared.dir/sunmatrix_band.c.obj" "CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_math.c.obj" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Could NOT find AsciiDoc (missing: ASCIIDOC_EXECUTABLE) clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunmatrixband.a clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 13%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/depend [ 13%] Built target sundials_nvecmanyvector_shared [ 13%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/sunlinsol_spfgmr.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Configuring done (85.3s) C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunmatrixsparse.a CMakeFiles/sundials_sunmatrixsparse_static.dir/sunmatrix_sparse.c.obj CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_static.dir/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_static.dir/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 13%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 13%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_linearsolver.c.obj [ 13%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 13%] Built target sundials_nvecserial_shared C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunmatrixdense.a CMakeFiles/sundials_sunmatrixdense_static.dir/sunmatrix_dense.c.obj CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunmatrixsparse.a clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunmatrixband.dll -Wl,--out-implib,libsundials_sunmatrixband.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunmatrixband_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 13%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_version.c.obj -MF CMakeFiles/sundials_generic_static_obj.dir/sundials_version.c.obj.d -o CMakeFiles/sundials_generic_static_obj.dir/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c -- Generating done (0.0s) C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunmatrixdense.a -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/DependInfo.cmake "--color=" test -f 3rdParty/libzmq/build/lib/libzmq.dll || make -C 3rdParty/libzmq/build install -- Looking for C++ include netinet/in.h - not found -- Looking for C++ include nl_types.h [ 13%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspbcgs_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 14%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_nvector.c.obj [ 14%] Linking C shared library libsundials_sunmatrixsparse.dll make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunmatrixsparse_shared.dir/objects.a [ 14%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 14%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolpcg_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Built target sundials_sunmatrixband_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspbcgs_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 14%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolpcg_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 14%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sundials && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_version.c.obj -MF CMakeFiles/sundials_generic_shared_obj.dir/sundials_version.c.obj.d -o CMakeFiles/sundials_generic_shared_obj.dir/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 14%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 14%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Check size of uintptr_t - done -- Check size of ptrdiff_t make -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/build make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build --check-build-system CMakeFiles/Makefile.cmake 0 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Built target sundials_sunmatrixsparse_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunmatrixsparse_shared.dir/objects.a "CMakeFiles/sundials_sunmatrixsparse_shared.dir/sunmatrix_sparse.c.obj" "CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_math.c.obj" [ 14%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolpcg_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 14%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspbcgs_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Built target sundials_sunmatrixdense_shared clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Looking for windows.h - found -- Looking for zlib.h clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Built target sundials_sunmatrixdense_static /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build//CMakeFiles/progress.marks make -f src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/depend clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c make -f src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/depend clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspbcgs_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f CMakeFiles/Makefile2 all clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 14%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 14%] Built target sundials_generic_static_obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/depend [ 14%] Built target sundials_sunmatrixband_shared cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunmatrix/sparse && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunmatrixsparse.dll -Wl,--out-implib,libsundials_sunmatrixsparse.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunmatrixsparse_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 15%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/sunlinsol_spfgmr.c.obj [ 15%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_math.c.obj make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspfgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' make -f CMakeFiles/libzmq.dir/build.make CMakeFiles/libzmq.dir/depend [ 15%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj [ 16%] Linking C static library libsundials_sunlinsolpcg.a make -f src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/build.make src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolpcg_static.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspfgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/DependInfo.cmake "--color=" make -f src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/depend [ 16%] Built target sundials_generic_shared_obj [ 16%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/DependInfo.cmake "--color=" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspfgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c make -f src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/build [ 16%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspfgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/DependInfo.cmake "--color=" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/CMakeFiles/libzmq.dir/DependInfo.cmake make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/build clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspfgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolpcg_static.dir/link.txt --verbose=1 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackband /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/DependInfo.cmake "--color=" [ 16%] Linking C static library libsundials_sunlinsolspbcgs.a make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/CMakeFiles/libzmq-static.dir/DependInfo.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolspbcgs_static.dir/cmake_clean_target.cmake make -f src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/depend clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 17%] Linking C shared library libsundials_sunlinsolpcg.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolpcg_shared.dir/objects.a make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 17%] Linking C shared library libsundials_sunlinsolspbcgs.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/objects.a make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 17%] Linking C static library libsundials_sunlinsolspfgmr.a make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/build make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolspfgmr_static.dir/cmake_clean_target.cmake clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/build make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackband /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/DependInfo.cmake "--color=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' make -f CMakeFiles/libzmq.dir/build.make CMakeFiles/libzmq.dir/build make -f src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/build.make src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsolpcg.a CMakeFiles/sundials_sunlinsolpcg_static.dir/sunlinsol_pcg.c.obj CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_iterative.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolspbcgs_static.dir/link.txt --verbose=1 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/objects.a "CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/sunlinsol_spbcgs.c.obj" "CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_iterative.c.obj" make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/build cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsolpcg_shared.dir/objects.a "CMakeFiles/sundials_sunlinsolpcg_shared.dir/sunlinsol_pcg.c.obj" "CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_iterative.c.obj" -- Looking for C++ include nl_types.h - not found -- Looking for C++ include stdbool.h make -f src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/build [ 17%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/sunlinsol_spgmr.c.obj [ 17%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_static.dir/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_static.dir/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolspfgmr_static.dir/link.txt --verbose=1 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 17%] Built target sundials_sunmatrixsparse_shared C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolpcg.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_shared.dir/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_shared.dir/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c @ checking for strip... strip checking for ranlib... ranlib checking command to parse /ucrt64/bin/nm -B output from clang object... [ 18%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_math.c.obj make -f src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/build.make src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 19%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_math.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 19%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' [ 19%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 19%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj [ 19%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsolspbcgs.a CMakeFiles/sundials_sunlinsolspbcgs_static.dir/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_iterative.c.obj make -f src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/build cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsolspbcgs.dll -Wl,--out-implib,libsundials_sunlinsolspbcgs.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 19%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsolpcg.dll -Wl,--out-implib,libsundials_sunlinsolpcg.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsolpcg_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackdense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsolspfgmr.a CMakeFiles/sundials_sunlinsolspfgmr_static.dir/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 19%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_math.c.obj [ 19%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolsptfqmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c [ 19%] Linking C shared library libsundials_sunlinsolspfgmr.dll C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolspbcgs.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/objects.a clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 0%] Building C object CMakeFiles/libzmq.dir/src/tweetnacl.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -g -O2 -DUCRT64 -std=gnu11 -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/tweetnacl.c.obj -MF CMakeFiles/libzmq.dir/src/tweetnacl.c.obj.d -o CMakeFiles/libzmq.dir/src/tweetnacl.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tweetnacl.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 20%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_nvector.c.obj [ 20%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolspfgmr.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolsptfqmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 20%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/sunlinsol_klu.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/sunlinsol_klu.c.obj -MF CMakeFiles/sundials_sunlinsolklu_static.dir/sunlinsol_klu.c.obj.d -o CMakeFiles/sundials_sunlinsolklu_static.dir/sunlinsol_klu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 20%] Built target sundials_sunlinsolpcg_static make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 0%] Building C object CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 1%] Building CXX object CMakeFiles/libzmq.dir/src/precompiled.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/precompiled.cpp.obj -MF CMakeFiles/libzmq.dir/src/precompiled.cpp.obj.d -o CMakeFiles/libzmq.dir/src/precompiled.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/precompiled.cpp make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/build.make src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -g -O2 -DUCRT64 -std=gnu11 -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj -MF CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj.d -o CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tweetnacl.c clangclang: : warning: -lm: 'linker' input unused [-Wunused-command-line-argument] warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 20%] Building C object src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/sunlinsol_lapackband.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/sunlinsol_lapackband.c.obj -MF CMakeFiles/sundials_sunlinsollapackband_static.dir/sunlinsol_lapackband.c.obj.d -o CMakeFiles/sundials_sunlinsollapackband_static.dir/sunlinsol_lapackband.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackband/sunlinsol_lapackband.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/precompiled.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/objects.a "CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/sunlinsol_spfgmr.c.obj" "CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/build.make src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/depend [ 20%] Built target sundials_sunlinsolspbcgs_static [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/address.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/address.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/address.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/address.cpp [ 20%] Building C object src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/sunlinsol_lapackband.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsollapackband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/sunlinsol_lapackband.c.obj -MF CMakeFiles/sundials_sunlinsollapackband_shared.dir/sunlinsol_lapackband.c.obj.d -o CMakeFiles/sundials_sunlinsollapackband_shared.dir/sunlinsol_lapackband.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackband/sunlinsol_lapackband.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 21%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolsptfqmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:281:35: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 281 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:253:68: note: passing argument to parameter here 253 | klu_l_symbolic *klu_l_analyze (SuiteSparse_long, SuiteSparse_long *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:282:35: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 282 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:254:23: note: passing argument to parameter here 254 | SuiteSparse_long *, klu_l_common *Common) ; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:294:33: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 294 | NUMERIC(S) = sun_klu_factor((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:48: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:295:33: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 295 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:68: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:308:31: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 308 | retval = sun_klu_refactor((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:419:52: note: passing argument to parameter here 419 | SuiteSparse_long klu_l_refactor (SuiteSparse_long *, SuiteSparse_long *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:309:31: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 309 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:419:72: note: passing argument to parameter here 419 | SuiteSparse_long klu_l_refactor (SuiteSparse_long *, SuiteSparse_long *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:335:32: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 335 | retval = sun_klu_condest((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:590:51: note: passing argument to parameter here 590 | SuiteSparse_long klu_l_condest (SuiteSparse_long *, double *, klu_l_symbolic *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:350:30: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 350 | NUMERIC(S) = sun_klu_factor((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:48: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:351:37: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 351 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:68: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ 9 warnings generated. [ 22%] Building C object src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsollapackband_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsollapackband_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 22%] Building C object src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsollapackband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsollapackband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsollapackband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 22%] Built target sundials_sunlinsolspfgmr_static [ 22%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackdense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spfgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsolspfgmr.dll -Wl,--out-implib,libsundials_sunlinsolspfgmr.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 22%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c make -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/depend [ 2%] Building CXX object CMakeFiles/libzmq.dir/src/address.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/address.cpp.obj -MF CMakeFiles/libzmq.dir/src/address.cpp.obj.d -o CMakeFiles/libzmq.dir/src/address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/address.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 22%] Building C object src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/sunlinsol_lapackdense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/sunlinsol_lapackdense.c.obj -MF CMakeFiles/sundials_sunlinsollapackdense_static.dir/sunlinsol_lapackdense.c.obj.d -o CMakeFiles/sundials_sunlinsollapackdense_static.dir/sunlinsol_lapackdense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackdense/sunlinsol_lapackdense.c [ 22%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 22%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolspgmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 22%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_iterative.c.obj [ 22%] Built target sundials_sunlinsolspbcgs_shared cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 3%] Building CXX object CMakeFiles/libzmq.dir/src/client.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] make -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/depend /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/client.cpp.obj -MF CMakeFiles/libzmq.dir/src/client.cpp.obj.d -o CMakeFiles/libzmq.dir/src/client.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/client.cpp clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 22%] Building C object src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsollapackdense_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsollapackdense_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 23%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 23%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolsptfqmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 23%] Built target sundials_sunlinsolpcg_shared clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/build.make src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/DependInfo.cmake "--color=" [ 4%] Building CXX object CMakeFiles/libzmq-static.dir/src/client.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/client.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/client.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/client.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/client.cpp make -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Check size of ptrdiff_t - done clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 23%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolsptfqmr_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 4%] Building CXX object CMakeFiles/libzmq-static.dir/src/clock.cpp.obj CMake Deprecation Warning at ThirdParty/Expat/expat-2.1.0/CMakeLists.txt:6 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Looking for dlfcn.h clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/depend clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/clock.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/clock.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/clock.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/clock.cpp [ 5%] Building CXX object CMakeFiles/libzmq-static.dir/src/ctx.cpp.obj [ 5%] Building CXX object CMakeFiles/libzmq.dir/src/clock.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 6%] Building CXX object CMakeFiles/libzmq.dir/src/ctx.cpp.obj [ 23%] Linking C static library libsundials_sunlinsollapackband.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsollapackband_static.dir/cmake_clean_target.cmake make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/DependInfo.cmake "--color=" [ 23%] Linking C shared library libsundials_sunlinsollapackband.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsollapackband_shared.dir/objects.a /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/ctx.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/ctx.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/ctx.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ctx.cpp make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/clock.cpp.obj -MF CMakeFiles/libzmq.dir/src/clock.cpp.obj.d -o CMakeFiles/libzmq.dir/src/clock.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/clock.cpp make -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/build [ 23%] Linking C static library libsundials_sunlinsolspgmr.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolspgmr_static.dir/cmake_clean_target.cmake make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/ctx.cpp.obj -MF CMakeFiles/libzmq.dir/src/ctx.cpp.obj.d -o CMakeFiles/libzmq.dir/src/ctx.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ctx.cpp [ 6%] Building CXX object CMakeFiles/libzmq.dir/src/curve_client.cpp.obj [ 6%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj make -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/build [ 23%] Building C object src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/sunlinsol_lapackdense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsollapackdense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/sunlinsol_lapackdense.c.obj -MF CMakeFiles/sundials_sunlinsollapackdense_shared.dir/sunlinsol_lapackdense.c.obj.d -o CMakeFiles/sundials_sunlinsollapackdense_shared.dir/sunlinsol_lapackdense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/lapackdense/sunlinsol_lapackdense.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/curve_client.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/curve_client.cpp.obj -MF CMakeFiles/libzmq.dir/src/curve_client.cpp.obj.d -o CMakeFiles/libzmq.dir/src/curve_client.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/curve_client.cpp [ 7%] Building CXX object CMakeFiles/libzmq.dir/src/curve_server.cpp.obj [ 23%] Built target sundials_sunlinsolspfgmr_shared make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsollapackband_static.dir/link.txt --verbose=1 /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/curve_server.cpp.obj -MF CMakeFiles/libzmq.dir/src/curve_server.cpp.obj.d -o CMakeFiles/libzmq.dir/src/curve_server.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/curve_server.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsollapackband_shared.dir/objects.a "CMakeFiles/sundials_sunlinsollapackband_shared.dir/sunlinsol_lapackband.c.obj" "CMakeFiles/sundials_sunlinsollapackband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Looking for zlib.h - found -- Looking for C++ include cctype make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 24%] Linking C static library libsundials_sunlinsollapackdense.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsollapackdense_static.dir/cmake_clean_target.cmake [ 24%] Linking C shared library libsundials_sunlinsolspgmr.dll make -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/build [ 24%] Building C object src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolspgmr_shared.dir/objects.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsollapackdense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsollapackdense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsollapackdense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 24%] Linking C static library libsundials_sunlinsolklu.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolklu_static.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolspgmr_static.dir/link.txt --verbose=1 [ 24%] Linking C static library libsundials_sunlinsolsptfqmr.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/cmake_clean_target.cmake make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/build [ 8%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/curve_server.cpp [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/sunnonlinsol_newton.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode/CMakeFiles/sundials_arkode_static.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_static.dir/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_static.dir/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsollapackband.a CMakeFiles/sundials_sunlinsollapackband_static.dir/sunlinsol_lapackband.c.obj CMakeFiles/sundials_sunlinsollapackband_static.dir/__/__/sundials/sundials_linearsolver.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/sunnonlinsol_newton.c.obj [ 24%] Linking C shared library libsundials_sunlinsolsptfqmr.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolnewton_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/objects.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackband && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsollapackband.dll -Wl,--out-implib,libsundials_sunlinsollapackband.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsollapackband_shared.dir/objects.a -Wl,--no-whole-archive ../../sunmatrix/band/libsundials_sunmatrixband.dll.a -lopenblas -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsollapackdense_static.dir/link.txt --verbose=1 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsolspgmr_shared.dir/objects.a "CMakeFiles/sundials_sunlinsolspgmr_shared.dir/sunlinsol_spgmr.c.obj" "CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_iterative.c.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsolspgmr.a CMakeFiles/sundials_sunlinsolspgmr_static.dir/sunlinsol_spgmr.c.obj CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/link.txt --verbose=1 [ 9%] Building CXX object CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dealer.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsollapackband.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolklu_static.dir/link.txt --verbose=1 [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolspgmr.a [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_math.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolnewton_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/build [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/sunnonlinsol_fixedpoint.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolfixedpoint_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/objects.a "CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/sunlinsol_sptfqmr.c.obj" "CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/__/__/sundials/sundials_iterative.c.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsollapackdense.a CMakeFiles/sundials_sunlinsollapackdense_static.dir/sunlinsol_lapackdense.c.obj CMakeFiles/sundials_sunlinsollapackdense_static.dir/__/__/sundials/sundials_linearsolver.c.obj [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/spgmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsolspgmr.dll -Wl,--out-implib,libsundials_sunlinsolspgmr.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsolspgmr_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsolsptfqmr.a CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_iterative.c.obj [ 24%] Linking C shared library libsundials_sunlinsollapackdense.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsollapackdense_shared.dir/objects.a [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_math.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsolklu.a CMakeFiles/sundials_sunlinsolklu_static.dir/sunlinsol_klu.c.obj CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunlinsolklu_static.dir/__/__/sundials/sundials_linearsolver.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsollapackdense.a clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolsptfqmr.a make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 24%] Built target sundials_sunlinsollapackband_static cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolnewton_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolklu.a make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsolsptfqmr.dll -Wl,--out-implib,libsundials_sunlinsolsptfqmr.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 24%] Built target sundials_sunlinsolspgmr_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsollapackdense_shared.dir/objects.a "CMakeFiles/sundials_sunlinsollapackdense_shared.dir/sunlinsol_lapackdense.c.obj" "CMakeFiles/sundials_sunlinsollapackdense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector.c.obj [ 9%] Building CXX object CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/devpoll.cpp [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj [ 10%] Building CXX object CMakeFiles/libzmq.dir/src/dealer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolnewton_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/dealer.cpp.obj -MF CMakeFiles/libzmq.dir/src/dealer.cpp.obj.d -o CMakeFiles/libzmq.dir/src/dealer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dealer.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode.c.obj [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolfixedpoint_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Looking for C++ include stdbool.h - found -- Looking for C++ include stdlib.h [ 24%] Built target sundials_sunlinsollapackband_shared [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 11%] Building CXX object CMakeFiles/libzmq-static.dir/src/dgram.cpp.obj [ 11%] Building CXX object CMakeFiles/libzmq.dir/src/devpoll.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/dgram.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/dgram.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/dgram.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dgram.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/devpoll.cpp.obj -MF CMakeFiles/libzmq.dir/src/devpoll.cpp.obj.d -o CMakeFiles/libzmq.dir/src/devpoll.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/devpoll.cpp [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_adapt.c.obj [ 24%] Built target sundials_sunlinsollapackdense_static cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/lapackdense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsollapackdense.dll -Wl,--out-implib,libsundials_sunlinsollapackdense.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsollapackdense_shared.dir/objects.a -Wl,--no-whole-archive ../../sunmatrix/dense/libsundials_sunmatrixdense.dll.a -lopenblas -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -- Looking for dlfcn.h - not found -- Looking for fcntl.h [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_adapt.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_adapt.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_adapt.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_adapt.c [ 24%] Built target sundials_sunlinsolsptfqmr_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 24%] Built target sundials_sunlinsolklu_static [ 11%] Building CXX object CMakeFiles/libzmq-static.dir/src/dist.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/dist.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/dist.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/dist.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dist.cpp clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 12%] Building CXX object CMakeFiles/libzmq.dir/src/dgram.cpp.obj [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/dgram.cpp.obj -MF CMakeFiles/libzmq.dir/src/dgram.cpp.obj.d -o CMakeFiles/libzmq.dir/src/dgram.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dgram.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolnewton_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep.c.obj [ 24%] Built target sundials_sunlinsolspgmr_shared [ 24%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode/CMakeFiles/sundials_arkode_shared.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_arkstep.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_arkstep.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_arkstep.c make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/depend [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 13%] Building CXX object CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj [ 13%] Building CXX object CMakeFiles/libzmq.dir/src/dist.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolfixedpoint_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 24%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/depend /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/dist.cpp.obj -MF CMakeFiles/libzmq.dir/src/dist.cpp.obj.d -o CMakeFiles/libzmq.dir/src/dist.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dist.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolfixedpoint_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_io.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/epoll.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 24%] Built target sundials_sunlinsolsptfqmr_shared make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_io.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_io.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_arkstep_io.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode/CMakeFiles/sundials_cvode_static.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode/CMakeFiles/sundials_cvode_shared.dir/DependInfo.cmake "--color=" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 14%] Building CXX object CMakeFiles/libzmq-static.dir/src/err.cpp.obj [ 14%] Building CXX object CMakeFiles/libzmq.dir/src/epoll.cpp.obj [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_nls.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_nls.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_arkstep_nls.c [ 25%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunnonlinsolfixedpoint_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/fq.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 26%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/epoll.cpp.obj -MF CMakeFiles/libzmq.dir/src/epoll.cpp.obj.d -o CMakeFiles/libzmq.dir/src/epoll.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/epoll.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/fq.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/fq.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/fq.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/fq.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_bandpre.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes/CMakeFiles/sundials_cvodes_static.dir/DependInfo.cmake "--color=" [ 15%] Building CXX object CMakeFiles/libzmq.dir/src/err.cpp.obj [ 27%] Linking C static library libsundials_sunnonlinsolfixedpoint.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/err.cpp.obj -MF CMakeFiles/libzmq.dir/src/err.cpp.obj.d -o CMakeFiles/libzmq.dir/src/err.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/err.cpp make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/depend /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/err.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/err.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/err.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/err.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 28%] Linking C static library libsundials_sunnonlinsolnewton.a [ 29%] Linking C shared library libsundials_sunnonlinsolnewton.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunnonlinsolnewton_static.dir/cmake_clean_target.cmake [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/objects.a /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/io_object.cpp make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/build [ 29%] Built target sundials_sunlinsollapackdense_shared [ 16%] Building CXX object CMakeFiles/libzmq.dir/src/fq.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/fq.cpp.obj -MF CMakeFiles/libzmq.dir/src/fq.cpp.obj.d -o CMakeFiles/libzmq.dir/src/fq.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/fq.cpp make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/build clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/DependInfo.cmake "--color=" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/link.txt --verbose=1 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunnonlinsolnewton_static.dir/link.txt --verbose=1 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/objects.a "CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/sunnonlinsol_newton.c.obj" "CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj" "CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_bbdpre.c [ 16%] Building CXX object CMakeFiles/libzmq.dir/src/io_object.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/io_object.cpp.obj -MF CMakeFiles/libzmq.dir/src/io_object.cpp.obj.d -o CMakeFiles/libzmq.dir/src/io_object.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/io_object.cpp [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_adapt.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_adapt.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_adapt.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_adapt.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_adapt.c [ 17%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_thread.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/io_thread.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/io_thread.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/io_thread.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/io_thread.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_butcher.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 18%] Building CXX object CMakeFiles/libzmq-static.dir/src/ip.cpp.obj [ 29%] Linking C shared library libsundials_sunnonlinsolfixedpoint.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/objects.a /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/ip.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/ip.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/ip.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ip.cpp make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_arkstep.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunnonlinsolfixedpoint.a CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/sunnonlinsol_fixedpoint.c.obj CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher_dirk.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher_dirk.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_butcher_dirk.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_butcher_dirk.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_butcher_dirk.c [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida/CMakeFiles/sundials_ida_static.dir/DependInfo.cmake "--color=" -- Looking for C++ include cctype - found -- Looking for C++ include cmath C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunnonlinsolnewton.a CMakeFiles/sundials_sunnonlinsolnewton_static.dir/sunnonlinsol_newton.c.obj CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_math.c.obj CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunnonlinsolfixedpoint.a [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument]cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/newton && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunnonlinsolnewton.dll -Wl,--out-implib,libsundials_sunnonlinsolnewton.dll.a -Wl,--major-image-version,2,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode.c autoreconf-2.72: configure.ac: adding subdirectory libatomic_ops to autoreconf autoreconf-2.72: Entering directory 'libatomic_ops' autoreconf-2.72: configure.ac: not using Gettext make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/depend clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunnonlinsolnewton.a make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_bandpre.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/objects.a "CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/sunnonlinsol_fixedpoint.c.obj" "CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj" "CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_nonlinearsolver.c.obj" ok cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodea.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida/CMakeFiles/sundials_ida_shared.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/build [ 30%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_io.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_io.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_arkstep_io.c [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_bbdpre.c autoreconf-2.72: running: libtoolize --copy [ 19%] Building CXX object CMakeFiles/libzmq.dir/src/io_thread.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/io_thread.cpp.obj -MF CMakeFiles/libzmq.dir/src/io_thread.cpp.obj.d -o CMakeFiles/libzmq.dir/src/io_thread.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/io_thread.cpp [ 30%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher_erk.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher_erk.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_butcher_erk.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_butcher_erk.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_butcher_erk.c [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj make -f src/idas/CMakeFiles/sundials_idas_static.dir/build.make src/idas/CMakeFiles/sundials_idas_static.dir/depend [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj [ 19%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ipc_address.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodea.c [ 30%] Built target sundials_sunnonlinsolfixedpoint_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] checking for sysroot... no checking for a working dd... cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodea_io.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_bandpre.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunnonlinsol/fixedpoint && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunnonlinsolfixedpoint.dll -Wl,--out-implib,libsundials_sunnonlinsolfixedpoint.dll.a -Wl,--major-image-version,2,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 30%] Built target sundials_sunnonlinsolnewton_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 30%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_erkstep.c.obj [ 20%] Building CXX object CMakeFiles/libzmq.dir/src/ip.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/ip.cpp.obj -MF CMakeFiles/libzmq.dir/src/ip.cpp.obj.d -o CMakeFiles/libzmq.dir/src/ip.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ip.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_erkstep.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_erkstep.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_erkstep.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_erkstep.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 31%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodea_io.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas/CMakeFiles/sundials_idas_static.dir/DependInfo.cmake "--color=" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' autoreconf-2.72: running: aclocal --force -I m4 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 31%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 31%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_bbdpre.c make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/build clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 31%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] make -f src/idas/CMakeFiles/sundials_idas_shared.dir/build.make src/idas/CMakeFiles/sundials_idas_shared.dir/depend clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_nls.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_nls.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_arkstep_nls.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 31%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida.c [ 31%] Built target sundials_sunnonlinsolnewton_shared clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 21%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj [ 32%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ipc_connecter.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/idas/CMakeFiles/sundials_idas_static.dir/build.make src/idas/CMakeFiles/sundials_idas_static.dir/build cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_diag.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_bandpre.c [ 32%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_bandpre.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas/CMakeFiles/sundials_idas_shared.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj [ 21%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_address.cpp.obj [ 21%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/ipc_address.cpp.obj -MF CMakeFiles/libzmq.dir/src/ipc_address.cpp.obj.d -o CMakeFiles/libzmq.dir/src/ipc_address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ipc_address.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ipc_listener.cpp [ 32%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_diag.c [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj [ 32%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_bbdpre.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 32%] Built target sundials_sunnonlinsolfixedpoint_shared [ 33%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_erkstep_io.c.obj [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj make -f src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_static.dir/depend [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_bandpre.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_erkstep_io.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_erkstep_io.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_erkstep_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_erkstep_io.c [ 34%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.c.obj -- Looking for fcntl.h - found -- Looking for memory.h cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_bbdpre.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_bbdpre.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 34%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_bbdpre.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/idas/CMakeFiles/sundials_idas_shared.dir/build.make src/idas/CMakeFiles/sundials_idas_shared.dir/build [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_direct.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/DependInfo.cmake "--color=" -- Looking for C++ include stdlib.h - found -- Looking for C++ include string.h [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_interp.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_interp.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_interp.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_interp.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_interp.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 35%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas.c [ 35%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_butcher.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 22%] Building CXX object CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/kqueue.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 35%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_bbdpre.c [ 35%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_io.c [ 35%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_dirk.c.obj [ 23%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_dirk.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_dirk.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_dirk.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_butcher_dirk.c [ 23%] Building CXX object CMakeFiles/libzmq-static.dir/src/lb.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj -MF CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj.d -o CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ipc_connecter.cpp make -f src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/lb.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/lb.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/lb.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/lb.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 36%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 37%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_ls.c.obj [ 23%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_ls.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_ls.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_ls.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj -MF CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj.d -o CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/ipc_listener.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 37%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj [ 37%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idaa.c.obj [ 37%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_ic.c [ 38%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_io.c [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_io.c [ 38%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idaa.c.obj [ 38%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_nls.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_nls.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_nls.c [ 38%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_diag.c [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 38%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj [ 24%] Building CXX object CMakeFiles/libzmq.dir/src/kqueue.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idaa.c.obj -MF CMakeFiles/sundials_idas_static.dir/idaa.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idaa.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idaa.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idaa.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idaa.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idaa.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idaa.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/kqueue.cpp.obj -MF CMakeFiles/libzmq.dir/src/kqueue.cpp.obj.d -o CMakeFiles/libzmq.dir/src/kqueue.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/kqueue.cpp make -f src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_diag.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_ls.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_direct.c [ 38%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj [ 38%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_direct.c [ 38%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_direct.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_direct.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_direct.c [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_io.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 38%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_bbdpre.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 38%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida_io.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida_io.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_io.c [ 38%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_erk.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_erk.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_erk.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_erk.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_butcher_erk.c [ 38%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_ic.c [ 25%] Building CXX object CMakeFiles/libzmq-static.dir/src/mailbox.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/build [ 38%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_nls.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/mailbox.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/mailbox.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/mailbox.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mailbox.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 38%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_proj.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_proj.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_proj.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_proj.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_proj.c make -f src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/build.make src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/depend [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_direct.c [ 40%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_ls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_ls.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_ls.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_ls.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 40%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_ls.c.obj [ 40%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_ls.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_ls.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_ls.c [ 40%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_proj.c [ 26%] Building CXX object CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mailbox_safe.cpp make -f src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/build.make src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/depend -- Looking for C++ include cmath - found -- Looking for C++ include cieeefp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_io.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_io.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_io.c [ 40%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep.c.obj [ 26%] Building CXX object CMakeFiles/libzmq.dir/src/lb.cpp.obj [ 41%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_io.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 41%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj [ 41%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_direct.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/lb.cpp.obj -MF CMakeFiles/libzmq.dir/src/lb.cpp.obj.d -o CMakeFiles/libzmq.dir/src/lb.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/lb.cpp make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_io.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_io.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_io.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_erkstep.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/DependInfo.cmake "--color=" [ 41%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_ic.c [ 42%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/kinsol.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/kinsol.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/build.make src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/depend [ 42%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_ls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida_ls.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida_ls.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_ls.c [ 27%] Building CXX object CMakeFiles/libzmq.dir/src/mailbox.cpp.obj [ 42%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_ic.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_ic.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_ic.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_ic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_ic.c [ 42%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 42%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep_io.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep_io.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_erkstep_io.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/mailbox.cpp.obj -MF CMakeFiles/libzmq.dir/src/mailbox.cpp.obj.d -o CMakeFiles/libzmq.dir/src/mailbox.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mailbox.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_spils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/build.make src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/DependInfo.cmake "--color=" [ 42%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/cvode_spils.c [ 28%] Building CXX object CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj [ 43%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj -MF CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj.d -o CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mailbox_safe.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/build.make src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/build [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls.c.obj [ 43%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mri_tables.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj [ 28%] Building CXX object CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj [ 43%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_ls.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida_ls.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida_ls.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_ls.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_io.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mri_tables.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_mri_tables.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_mri_tables.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mri_tables.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mechanism.cpp make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 44%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_io.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/build.make src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/build [ 44%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj [ 44%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mristep.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_bbdpre.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mristep.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_mristep.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_mristep.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mristep.c [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_sim.c.obj [ 29%] Building CXX object CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_sim.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_sim.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_sim.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls_sim.c [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_ls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_ls.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_ls.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_ls.c [ 44%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj -MF CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idaa_io.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make -f src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/build.make src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/depend clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/metadata.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 44%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/sunlinsol_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/sunlinsol_band.c.obj -MF CMakeFiles/sundials_sunlinsolband_static.dir/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_sunlinsolband_static.dir/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 44%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idaa_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idaa_io.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idaa_io.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idaa_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idaa_io.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 29%] Building CXX object CMakeFiles/libzmq.dir/src/mechanism.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/mechanism.cpp.obj -MF CMakeFiles/libzmq.dir/src/mechanism.cpp.obj.d -o CMakeFiles/libzmq.dir/src/mechanism.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mechanism.cpp [ 45%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_ls.c.obj [ 46%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_interp.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_ls.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_ls.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_ls.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_interp.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_interp.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_interp.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_interp.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 46%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/sunlinsol_band.c.obj [ 29%] Building CXX object CMakeFiles/libzmq-static.dir/src/msg.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 46%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_linearsolver.c.obj [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/sunlinsol_band.c.obj -MF CMakeFiles/sundials_sunlinsolband_shared.dir/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_sunlinsolband_shared.dir/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 46%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj [ 46%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_matrix.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/msg.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/msg.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/msg.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/msg.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida_nls.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida_nls.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_nls.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 46%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/sunlinsol_dense.c.obj [ 46%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_sunlinsoldense_static.dir/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_sunlinsoldense_static.dir/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_io.c -- Looking for memory.h - found -- Looking for strings.h clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 46%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_ls.c -- Looking for C++ include string.h - found -- Looking for C++ include strings.h make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/build.make src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/build [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida_nls.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida_nls.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_nls.c [ 30%] Building CXX object CMakeFiles/libzmq.dir/src/metadata.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/metadata.cpp.obj -MF CMakeFiles/libzmq.dir/src/metadata.cpp.obj.d -o CMakeFiles/libzmq.dir/src/metadata.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/metadata.cpp -- Looking for C++ include cieeefp - not found -- Looking for C++ include cfloat [ 46%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_ls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_ls.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_ls.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_ls.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 46%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 46%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls_stg.c [ 46%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_direct.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/kinsol_direct.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_direct.c [ 47%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_ls.c.obj [ 30%] Building CXX object CMakeFiles/libzmq.dir/src/msg.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/msg.cpp.obj -MF CMakeFiles/libzmq.dir/src/msg.cpp.obj.d -o CMakeFiles/libzmq.dir/src/msg.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/msg.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_ls.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_ls.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_ls.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 47%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj [ 48%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mristep_io.c.obj [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mristep_io.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_mristep_io.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_mristep_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mristep_io.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_bbdpre.c [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_nls.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 48%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_io.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/kinsol_io.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_io.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 48%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/sunlinsol_dense.c.obj [ 49%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsoldense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_sunlinsoldense_shared.dir/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_sunlinsoldense_shared.dir/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c [ 49%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_linearsolver.c.obj [ 49%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj -MF CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj.d -o CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_spils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: clangwarning: : warning: -lm: 'linker' input unused [-Wunused-command-line-argument] -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 49%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 49%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj [ 31%] Building CXX object CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_spils.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mtrie.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 49%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mristep_nls.c.obj make -f src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/build.make src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_mristep_nls.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_mristep_nls.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_mristep_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mristep_nls.c [ 49%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 49%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c /usr/bin/dd checking how to truncate binary pipes... clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 49%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 49%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spils.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spils.c.obj -MF CMakeFiles/sundials_ida_shared.dir/ida_spils.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/ida_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/ida_spils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_bbdpre.c [ 49%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 49%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/DependInfo.cmake "--color=" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 49%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg1.c.obj clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 49%] Linking C static library libsundials_sunlinsolband.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg1.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg1.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls_stg1.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolband_static.dir/cmake_clean_target.cmake [ 49%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_sim.c.obj [ 49%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_sim.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_sim.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_sim.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls_sim.c [ 50%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 51%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsoldense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 51%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mri_tables.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mri_tables.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_mri_tables.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_mri_tables.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mri_tables.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_nls.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_nls.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_nls.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 51%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_nls.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_nls.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_nls.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 51%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_ls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_ls.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/kinsol_ls.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_ls.c [ 51%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep.c.obj [ 51%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj [ 51%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_nls_sim.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_mristep.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_mristep.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mristep.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_nls_sim.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_nls_sim.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_nls_sim.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_nls_sim.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 51%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 32%] Building CXX object CMakeFiles/libzmq.dir/src/mtrie.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/mtrie.cpp.obj -MF CMakeFiles/libzmq.dir/src/mtrie.cpp.obj.d -o CMakeFiles/libzmq.dir/src/mtrie.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/mtrie.cpp make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] make -f src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/build.make src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/build clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolband_static.dir/link.txt --verbose=1 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 51%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c [ 51%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 51%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_root.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_root.c.obj -MF CMakeFiles/sundials_arkode_static.dir/arkode_root.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/arkode_root.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_root.c [ 51%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 51%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 32%] Building CXX object CMakeFiles/libzmq-static.dir/src/object.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/object.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/object.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/object.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/object.cpp [ 51%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_nls_sim.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsolband.a CMakeFiles/sundials_sunlinsolband_static.dir/sunlinsol_band.c.obj CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_sunlinsolband_static.dir/__/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_nls_sim.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_nls_sim.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_nls_sim.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_nls_sim.c [ 51%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolband.a [ 51%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_dense.c.obj [ 51%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsoldense_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 51%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_spils.c clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 51%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg.c.obj [ 52%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/sunlinsol_klu.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls_stg.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolklu_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/sunlinsol_klu.c.obj -MF CMakeFiles/sundials_sunlinsolklu_shared.dir/sunlinsol_klu.c.obj.d -o CMakeFiles/sundials_sunlinsolklu_shared.dir/sunlinsol_klu.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c [ 52%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_spils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_spils.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/kinsol_spils.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/kinsol_spils.c [ 52%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_nls_stg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_nls_stg.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_nls_stg.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_nls_stg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_nls_stg.c [ 52%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj [ 32%] Building CXX object CMakeFiles/libzmq.dir/src/object.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 52%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/object.cpp.obj -MF CMakeFiles/libzmq.dir/src/object.cpp.obj.d -o CMakeFiles/libzmq.dir/src/object.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/object.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 52%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_io.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_io.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_io.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mristep_io.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 52%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_nls_stg.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:281:35: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 281 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:253:68: note: passing argument to parameter here 253 | klu_l_symbolic *klu_l_analyze (SuiteSparse_long, SuiteSparse_long *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:282:35: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 282 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:254:23: note: passing argument to parameter here 254 | SuiteSparse_long *, klu_l_common *Common) ; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:294:33: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 294 | NUMERIC(S) = sun_klu_factor((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:48: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:295:33: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 295 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:68: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:308:31: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 308 | retval = sun_klu_refactor((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:419:52: note: passing argument to parameter here 419 | SuiteSparse_long klu_l_refactor (SuiteSparse_long *, SuiteSparse_long *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:309:31: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 309 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:419:72: note: passing argument to parameter here 419 | SuiteSparse_long klu_l_refactor (SuiteSparse_long *, SuiteSparse_long *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:335:32: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 335 | retval = sun_klu_condest((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:590:51: note: passing argument to parameter here 590 | SuiteSparse_long klu_l_condest (SuiteSparse_long *, double *, klu_l_symbolic *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:350:30: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 350 | NUMERIC(S) = sun_klu_factor((KLU_INDEXTYPE*) SUNSparseMatrix_IndexPointers(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:48: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c:351:37: warning: incompatible pointer types passing 'long *' to parameter of type 'long long *' [-Wincompatible-pointer-types] 351 | (KLU_INDEXTYPE*) SUNSparseMatrix_IndexValues(A), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h:306:68: note: passing argument to parameter here 306 | klu_l_numeric *klu_l_factor (SuiteSparse_long *, SuiteSparse_long *, double *, | ^ 9 warnings generated. clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 53%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj [ 53%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_nls_stg.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_nls_stg.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_nls_stg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_nls_stg.c [ 33%] Building CXX object CMakeFiles/libzmq-static.dir/src/options.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/options.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/options.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/options.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/options.cpp [ 53%] Linking C static library libsundials_sunlinsoldense.a [ 53%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsoldense_static.dir/cmake_clean_target.cmake [ 53%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolband_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 53%] Built target sundials_sunlinsolband_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 53%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c [ 54%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_linearsolver.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 54%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 54%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_spils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/idas_spils.c.obj -MF CMakeFiles/sundials_idas_shared.dir/idas_spils.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/idas_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_spils.c [ 34%] Building CXX object CMakeFiles/libzmq.dir/src/options.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/options.cpp.obj -MF CMakeFiles/libzmq.dir/src/options.cpp.obj.d -o CMakeFiles/libzmq.dir/src/options.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/options.cpp [ 55%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj [ 55%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 56%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj [ 57%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg1.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg1.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg1.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg1.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_nls_stg1.c [ 57%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_math.c.obj [ 57%] Linking C shared library libsundials_sunlinsoldense.dll clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsoldense_shared.dir/objects.a clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 57%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsoldense_static.dir/link.txt --verbose=1 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolklu_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 57%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 57%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj -MF CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj.d -o CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/idas_spils.c [ 58%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_matrix.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 34%] Building CXX object CMakeFiles/libzmq-static.dir/src/own.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/own.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/own.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/own.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/own.cpp -- Looking for strings.h - found -- Looking for string.h clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 58%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_linearsolver.c.obj [ 58%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_nls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsoldense_shared.dir/objects.a "CMakeFiles/sundials_sunlinsoldense_shared.dir/sunlinsol_dense.c.obj" "CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_dense.c.obj" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_sunlinsolklu_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_nls.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_nls.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_mristep_nls.c [ 58%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_sunlinsoldense.a CMakeFiles/sundials_sunlinsoldense_static.dir/sunlinsol_dense.c.obj CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_dense.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 58%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 58%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nonlinearsolver.c.obj [ 58%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj [ 59%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj [ 60%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsoldense.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 61%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_root.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_root.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/arkode_root.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/arkode_root.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/arkode_root.c [ 62%] Linking C shared library libsundials_sunlinsolband.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolband_shared.dir/objects.a [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_linearsolver.c.obj [ 35%] Building CXX object CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/null_mechanism.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsoldense.dll -Wl,--out-implib,libsundials_sunlinsoldense.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsoldense_shared.dir/objects.a -Wl,--no-whole-archive ../../sunmatrix/dense/libsundials_sunmatrixdense.dll.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Looking for C++ include strings.h - found -- Looking for C++ include sys/param.h clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 62%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_linearsolver.c.obj [ 62%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Looking for C++ include cfloat - found -- Looking for C++ include cinttypes [ 62%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/cvodes_spils.c [ 62%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj clang: clang: warning: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 62%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsolband_shared.dir/objects.a "CMakeFiles/sundials_sunlinsolband_shared.dir/sunlinsol_band.c.obj" "CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_band.c.obj" [ 62%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_linearsolver.c.obj [ 62%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 62%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 62%] Built target sundials_sunlinsoldense_static [ 35%] Building CXX object CMakeFiles/libzmq.dir/src/own.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/own.cpp.obj -MF CMakeFiles/libzmq.dir/src/own.cpp.obj.d -o CMakeFiles/libzmq.dir/src/own.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/own.cpp [ 62%] Linking C shared library libsundials_sunlinsolklu.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolklu_shared.dir/objects.a clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_math.c.obj [ 36%] Building CXX object CMakeFiles/libzmq-static.dir/src/pair.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pair.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pair.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pair.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pair.cpp [ 62%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsolband.dll -Wl,--out-implib,libsundials_sunlinsolband.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsolband_shared.dir/objects.a -Wl,--no-whole-archive ../../sunmatrix/band/libsundials_sunmatrixband.dll.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 62%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj [ 62%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c [ 36%] Building CXX object CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pgm_receiver.cpp [ 62%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 62%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 62%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_sunlinsolklu_shared.dir/objects.a "CMakeFiles/sundials_sunlinsolklu_shared.dir/sunlinsol_klu.c.obj" "CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_linearsolver.c.obj" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c [ 62%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 62%] Built target sundials_sunlinsoldense_shared [ 37%] Building CXX object CMakeFiles/libzmq.dir/src/null_mechanism.cpp.obj [ 62%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 62%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_linearsolver.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/null_mechanism.cpp.obj -MF CMakeFiles/libzmq.dir/src/null_mechanism.cpp.obj.d -o CMakeFiles/libzmq.dir/src/null_mechanism.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/null_mechanism.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 62%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 62%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/sunlinsol/klu && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_sunlinsolklu.dll -Wl,--out-implib,libsundials_sunlinsolklu.dll.a -Wl,--major-image-version,3,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_sunlinsolklu_shared.dir/objects.a -Wl,--no-whole-archive ../../sunmatrix/sparse/libsundials_sunmatrixsparse.dll.a -Wl,-Bstatic -lklu -lamd -lcolamd -lbtf -lsuitesparseconfig -Wl,-Bdynamic -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 63%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 38%] Building CXX object CMakeFiles/libzmq.dir/src/pair.cpp.obj [ 63%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_version.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pair.cpp.obj -MF CMakeFiles/libzmq.dir/src/pair.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pair.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pair.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 63%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_direct.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 63%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 39%] Building CXX object CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pgm_sender.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 63%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 64%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_version.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 64%] Built target sundials_sunlinsolband_shared [ 64%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c [ 65%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 66%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj [ 66%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 66%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_dense.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 66%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 66%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 66%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 66%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 39%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj -MF CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pgm_receiver.cpp [ 66%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 39%] Building CXX object CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pgm_socket.cpp make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 67%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.c.obj [ 67%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 67%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_linearsolver.c.obj [ 67%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 67%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 67%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 67%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 67%] Built target sundials_sunlinsolklu_shared [ 67%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c [ 67%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 67%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj [ 67%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 67%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 67%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj [ 67%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 67%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 68%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_direct.c.obj [ 40%] Building CXX object CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pipe.cpp [ 68%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c -- Looking for string.h - found -- Looking for sys/stat.h [ 68%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_version.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 68%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 68%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c [ 68%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj [ 41%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj [ 41%] Building CXX object CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj -MF CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pgm_sender.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c [ 68%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/plain_client.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 68%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj [ 68%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj [ 41%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_socket.cpp.obj [ 68%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 68%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c [ 69%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 69%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pgm_socket.cpp.obj -MF CMakeFiles/libzmq.dir/src/pgm_socket.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pgm_socket.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pgm_socket.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 42%] Building CXX object CMakeFiles/libzmq-static.dir/src/plain_server.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/plain_server.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/plain_server.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/plain_server.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/plain_server.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c [ 69%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 70%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c [ 71%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 71%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj [ 43%] Building CXX object CMakeFiles/libzmq.dir/src/pipe.cpp.obj [ 71%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_version.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pipe.cpp.obj -MF CMakeFiles/libzmq.dir/src/pipe.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pipe.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pipe.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 71%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/nvector/serial/nvector_serial.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c [ 72%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 72%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 72%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 72%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 72%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c -- Looking for C++ include cinttypes - found -- Looking for C++ include cassert [ 72%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Looking for C++ include sys/param.h - found -- Looking for C++ include sys/socket.h [ 44%] Building CXX object CMakeFiles/libzmq-static.dir/src/poll.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/poll.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/poll.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/poll.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/poll.cpp [ 73%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c clang: warning: clang-lm: 'linker' input unused [-Wunused-command-line-argument]: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 73%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 73%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 44%] Building CXX object CMakeFiles/libzmq-static.dir/src/poller_base.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/poller_base.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/poller_base.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/poller_base.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/poller_base.cpp [ 44%] Building CXX object CMakeFiles/libzmq.dir/src/plain_client.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/plain_client.cpp.obj -MF CMakeFiles/libzmq.dir/src/plain_client.cpp.obj.d -o CMakeFiles/libzmq.dir/src/plain_client.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/plain_client.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 73%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 73%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 73%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c [ 73%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c [ 73%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 73%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c [ 73%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 73%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 73%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 73%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 74%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 74%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj [ 45%] Building CXX object CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pollset.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 74%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 75%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj [ 75%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c [ 46%] Building CXX object CMakeFiles/libzmq.dir/src/plain_server.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/plain_server.cpp.obj -MF CMakeFiles/libzmq.dir/src/plain_server.cpp.obj.d -o CMakeFiles/libzmq.dir/src/plain_server.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/plain_server.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 75%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 75%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 75%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 75%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_futils.c.obj [ 75%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj [ 76%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 76%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 47%] Building CXX object CMakeFiles/libzmq.dir/src/poll.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/poll.cpp.obj -MF CMakeFiles/libzmq.dir/src/poll.cpp.obj.d -o CMakeFiles/libzmq.dir/src/poll.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/poll.cpp [ 76%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 76%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c [ 47%] Building CXX object CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/proxy.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 76%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 76%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c [ 76%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c [ 76%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 76%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 76%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 76%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_futils.c.obj [ 77%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj [ 77%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 77%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 78%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c [ 78%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c -- Looking for C++ include sys/socket.h - not found clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] -- Looking for C++ include sys/stat.h clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 78%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 78%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 78%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 78%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 48%] Building CXX object CMakeFiles/libzmq-static.dir/src/pub.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pub.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pub.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pub.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 78%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c [ 79%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 79%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c -- Looking for sys/stat.h - found -- Looking for unistd.h [ 48%] Building CXX object CMakeFiles/libzmq-static.dir/src/pull.cpp.obj [ 79%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 79%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/nvector/serial/nvector_serial.c.obj [ 48%] Building CXX object CMakeFiles/libzmq.dir/src/poller_base.cpp.obj [ 79%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 79%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 79%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/poller_base.cpp.obj -MF CMakeFiles/libzmq.dir/src/poller_base.cpp.obj.d -o CMakeFiles/libzmq.dir/src/poller_base.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/poller_base.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c [ 80%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj [ 80%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 80%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/pull.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/pull.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/pull.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pull.cpp [ 80%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 80%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 81%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c [ 82%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 82%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c [ 82%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c [ 82%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 49%] Building CXX object CMakeFiles/libzmq-static.dir/src/push.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/push.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/push.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/push.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/push.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 82%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 82%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj no checking for dlfcn.h... cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c [ 82%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 83%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 83%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 83%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/nvector/serial/nvector_serial.c.obj [ 83%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c [ 49%] Building CXX object CMakeFiles/libzmq-static.dir/src/random.cpp.obj [ 83%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 50%] Building CXX object CMakeFiles/libzmq.dir/src/pollset.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/random.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/random.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/random.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/random.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pollset.cpp.obj -MF CMakeFiles/libzmq.dir/src/pollset.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pollset.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pollset.cpp -- Looking for C++ include cassert - found -- Looking for C++ include cstdio [ 83%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 83%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 83%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 84%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj [ 84%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c [ 51%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj [ 84%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj [ 84%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c [ 84%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/raw_encoder.cpp [ 51%] Building CXX object CMakeFiles/libzmq.dir/src/proxy.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/proxy.cpp.obj -MF CMakeFiles/libzmq.dir/src/proxy.cpp.obj.d -o CMakeFiles/libzmq.dir/src/proxy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/proxy.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 85%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 85%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c [ 86%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 86%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 86%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 86%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 86%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c [ 86%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 86%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 52%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/raw_decoder.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 86%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 53%] Building CXX object CMakeFiles/libzmq.dir/src/pub.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pub.cpp.obj -MF CMakeFiles/libzmq.dir/src/pub.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pub.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 86%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c clangclang: : warning: warning: -lm: 'linker' input unused [-Wunused-command-line-argument]-lm: 'linker' input unused [-Wunused-command-line-argument] clang: clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument]warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 86%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 86%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 86%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj [ 86%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 87%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 87%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 87%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c [ 87%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 87%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 87%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 87%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 87%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 87%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 87%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 87%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 87%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 87%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 53%] Building CXX object CMakeFiles/libzmq.dir/src/pull.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/pull.cpp.obj -MF CMakeFiles/libzmq.dir/src/pull.cpp.obj.d -o CMakeFiles/libzmq.dir/src/pull.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/pull.cpp [ 87%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj [ 87%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c [ 87%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 53%] Building CXX object CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/reaper.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] no checking for objdir... clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 88%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 54%] Building CXX object CMakeFiles/libzmq-static.dir/src/rep.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/rep.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/rep.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/rep.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/rep.cpp [ 88%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 88%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 88%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c [ 88%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 88%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 55%] Building CXX object CMakeFiles/libzmq.dir/src/push.cpp.obj [ 88%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/push.cpp.obj -MF CMakeFiles/libzmq.dir/src/push.cpp.obj.d -o CMakeFiles/libzmq.dir/src/push.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/push.cpp [ 88%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 88%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 88%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c -- Looking for C++ include sys/stat.h - found -- Looking for C++ include sys/time.h -- Looking for unistd.h - found -- Looking for getpagesize [ 88%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 89%] Linking C shared library libsundials_cvode.dll [ 90%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_cvode_shared.dir/objects.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] .libs [ 91%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c [ 92%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 55%] Building CXX object CMakeFiles/libzmq.dir/src/random.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/random.cpp.obj -MF CMakeFiles/libzmq.dir/src/random.cpp.obj.d -o CMakeFiles/libzmq.dir/src/random.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/random.cpp [ 55%] Building CXX object CMakeFiles/libzmq-static.dir/src/req.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/req.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/req.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/req.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/req.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 92%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 92%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 92%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj [ 93%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_cvode_shared.dir/objects.a "CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_ls.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_nls.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_proj.c.obj" "CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_version.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_futils.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/nvector/serial/nvector_serial.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj" "CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj" [ 56%] Building CXX object CMakeFiles/libzmq-static.dir/src/router.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/router.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/router.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/router.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/router.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 93%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 93%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 93%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 93%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c [ 94%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 94%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 95%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c [ 95%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 95%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 57%] Building CXX object CMakeFiles/libzmq.dir/src/raw_encoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_cvode.dll -Wl,--out-implib,libsundials_cvode.dll.a -Wl,--major-image-version,5,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_cvode_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 57%] Building CXX object CMakeFiles/libzmq-static.dir/src/select.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/select.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/select.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/select.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/select.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/raw_encoder.cpp.obj -MF CMakeFiles/libzmq.dir/src/raw_encoder.cpp.obj.d -o CMakeFiles/libzmq.dir/src/raw_encoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/raw_encoder.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 58%] Building CXX object CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj -MF CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj.d -o CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/raw_decoder.cpp clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] -- Looking for C++ include cstdio - found -- Looking for C++ include cstdlib clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 95%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj [ 95%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 95%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj [ 95%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj [ 59%] Building CXX object CMakeFiles/libzmq-static.dir/src/server.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/server.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/server.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/server.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/server.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 59%] Building CXX object CMakeFiles/libzmq.dir/src/reaper.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/reaper.cpp.obj -MF CMakeFiles/libzmq.dir/src/reaper.cpp.obj.d -o CMakeFiles/libzmq.dir/src/reaper.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/reaper.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c [ 96%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 96%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/kinsol/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 96%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj [ 96%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 96%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 96%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj [ 96%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 96%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 96%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c [ 96%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c [ 96%] Linking C shared library libsundials_kinsol.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_kinsol_shared.dir/objects.a [ 60%] Building CXX object CMakeFiles/libzmq.dir/src/rep.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/rep.cpp.obj -MF CMakeFiles/libzmq.dir/src/rep.cpp.obj.d -o CMakeFiles/libzmq.dir/src/rep.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/rep.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 96%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing field '__ss_pad1' initializer [-Wmissing-field-initializers] 453 | sockaddr_storage addr = { 0 }; | ^ [ 96%] Built target sundials_cvode_shared clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 96%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_kinsol_shared.dir/objects.a "CMakeFiles/sundials_kinsol_shared.dir/kinsol.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/kinsol_direct.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/kinsol_io.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/kinsol_ls.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/kinsol_spils.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_dense.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_iterative.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_version.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_futils.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/nvector/serial/nvector_serial.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj" "CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 61%] Building CXX object CMakeFiles/libzmq-static.dir/src/session_base.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/session_base.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/session_base.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/session_base.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/session_base.cpp [ 96%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c [ 97%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c 1 warning generated. [ 97%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 97%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 97%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 97%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 61%] Building CXX object CMakeFiles/libzmq.dir/src/req.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/req.cpp.obj -MF CMakeFiles/libzmq.dir/src/req.cpp.obj.d -o CMakeFiles/libzmq.dir/src/req.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/req.cpp [ 97%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c [ 97%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 61%] Building CXX object CMakeFiles/libzmq-static.dir/src/signaler.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/signaler.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/signaler.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/signaler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/signaler.cpp [ 62%] Building CXX object CMakeFiles/libzmq.dir/src/router.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 97%] Linking C static library libsundials_kinsol.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_kinsol_static.dir/cmake_clean_target.cmake [ 97%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_kinsol.dll -Wl,--out-implib,libsundials_kinsol.dll.a -Wl,--major-image-version,5,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_kinsol_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c [ 97%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj [ 97%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c [ 97%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 63%] Building CXX object CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socket_base.cpp [ 97%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj [ 97%] Linking C static library libsundials_cvode.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_cvode_static.dir/cmake_clean_target.cmake [ 97%] Linking C shared library libsundials_ida.dll [ 98%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_ida_shared.dir/objects.a clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/router.cpp.obj -MF CMakeFiles/libzmq.dir/src/router.cpp.obj.d -o CMakeFiles/libzmq.dir/src/router.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/router.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 98%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 63%] Building CXX object CMakeFiles/libzmq.dir/src/select.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_kinsol_static.dir/link.txt --verbose=1 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_ida_shared.dir/objects.a "CMakeFiles/sundials_ida_shared.dir/ida.c.obj" "CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.c.obj" "CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj" "CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj" "CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj" "CMakeFiles/sundials_ida_shared.dir/ida_ls.c.obj" "CMakeFiles/sundials_ida_shared.dir/ida_nls.c.obj" "CMakeFiles/sundials_ida_shared.dir/ida_spils.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_band.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_direct.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_iterative.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_version.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_futils.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/nvector/serial/nvector_serial.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj" "CMakeFiles/sundials_ida_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj" cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_cvode_static.dir/link.txt --verbose=1 checking if clang supports -fno-rtti -fno-exceptions... /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/select.cpp.obj -MF CMakeFiles/libzmq.dir/src/select.cpp.obj.d -o CMakeFiles/libzmq.dir/src/select.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/select.cpp clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 98%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c [ 98%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 98%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c [ 63%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks.cpp.obj [ 98%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 99%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 64%] Building CXX object CMakeFiles/libzmq.dir/src/server.cpp.obj [ 99%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c -- Looking for getpagesize - found -- Looking for bcopy cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/server.cpp.obj -MF CMakeFiles/libzmq.dir/src/server.cpp.obj.d -o CMakeFiles/libzmq.dir/src/server.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/server.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_kinsol.a CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 99%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/socks.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/socks.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/socks.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socks.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_cvode.a CMakeFiles/sundials_cvode_static.dir/cvode.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_ida.dll -Wl,--out-implib,libsundials_ida.dll.a -Wl,--major-image-version,5,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_ida_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/cvodes/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_kinsol.a C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_cvode.a [100%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 65%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socks_connecter.cpp [ 66%] Building CXX object CMakeFiles/libzmq.dir/src/session_base.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/session_base.cpp.obj -MF CMakeFiles/libzmq.dir/src/session_base.cpp.obj.d -o CMakeFiles/libzmq.dir/src/session_base.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/session_base.cpp [100%] Built target sundials_kinsol_shared clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [100%] Linking C shared library libsundials_idas.dll clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_idas_shared.dir/objects.a make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Looking for C++ include sys/time.h - found -- Looking for C++ include sys/timeb.h cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/arkode/../sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c [100%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/idas/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/idas/CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c [100%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/ida/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sundials -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -MD -MT src/ida/CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 66%] Building CXX object CMakeFiles/libzmq.dir/src/signaler.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/signaler.cpp.obj -MF CMakeFiles/libzmq.dir/src/signaler.cpp.obj.d -o CMakeFiles/libzmq.dir/src/signaler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/signaler.cpp [ 66%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream.cpp.obj [ 67%] Building CXX object CMakeFiles/libzmq.dir/src/socket_base.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/socket_base.cpp.obj -MF CMakeFiles/libzmq.dir/src/socket_base.cpp.obj.d -o CMakeFiles/libzmq.dir/src/socket_base.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socket_base.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/stream.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/stream.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/stream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/stream.cpp [100%] Built target sundials_kinsol_static cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_idas_shared.dir/objects.a "CMakeFiles/sundials_idas_shared.dir/idas.c.obj" "CMakeFiles/sundials_idas_shared.dir/idaa.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_direct.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_io.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_ic.c.obj" "CMakeFiles/sundials_idas_shared.dir/idaa_io.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_ls.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_nls.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_nls_sim.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_nls_stg.c.obj" "CMakeFiles/sundials_idas_shared.dir/idas_spils.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_band.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_direct.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_version.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_futils.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/nvector/serial/nvector_serial.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj" "CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj" [100%] Linking C static library libsundials_arkode.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_arkode_static.dir/cmake_clean_target.cmake [ 68%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [100%] Built target sundials_cvode_static clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 68%] Building CXX object CMakeFiles/libzmq.dir/src/socks.cpp.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing field '__ss_pad1' initializer [-Wmissing-field-initializers] 453 | sockaddr_storage addr = { 0 }; | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/socks.cpp.obj -MF CMakeFiles/libzmq.dir/src/socks.cpp.obj.d -o CMakeFiles/libzmq.dir/src/socks.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socks.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/stream_engine.cpp [ 68%] Building CXX object CMakeFiles/libzmq-static.dir/src/sub.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/sub.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/sub.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/sub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/sub.cpp 1 warning generated. [ 69%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_idas.dll -Wl,--out-implib,libsundials_idas.dll.a -Wl,--major-image-version,4,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_idas_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 70%] Building CXX object CMakeFiles/libzmq.dir/src/socks_connecter.cpp.obj [100%] Linking C static library libsundials_cvodes.a [100%] Built target sundials_ida_shared cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_arkode_static.dir/link.txt --verbose=1 -- Looking for C++ include cstdlib - found -- Looking for C++ include cstdarg cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_cvodes_static.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/socks_connecter.cpp.obj -MF CMakeFiles/libzmq.dir/src/socks_connecter.cpp.obj.d -o CMakeFiles/libzmq.dir/src/socks_connecter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socks_connecter.cpp [100%] Linking C static library libsundials_ida.a [100%] Linking C shared library libsundials_cvodes.dll [100%] Linking C static library libsundials_idas.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_cvodes_shared.dir/objects.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_ida_static.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_idas_static.dir/cmake_clean_target.cmake [100%] Linking C shared library libsundials_arkode.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_arkode_shared.dir/objects.a [ 70%] Building CXX object CMakeFiles/libzmq.dir/src/stream.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/stream.cpp.obj -MF CMakeFiles/libzmq.dir/src/stream.cpp.obj.d -o CMakeFiles/libzmq.dir/src/stream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/stream.cpp [ 71%] Building CXX object CMakeFiles/libzmq.dir/src/stream_engine.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/stream_engine.cpp.obj -MF CMakeFiles/libzmq.dir/src/stream_engine.cpp.obj.d -o CMakeFiles/libzmq.dir/src/stream_engine.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/stream_engine.cpp [ 72%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj [ 72%] Building CXX object CMakeFiles/libzmq.dir/src/sub.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/sub.cpp.obj -MF CMakeFiles/libzmq.dir/src/sub.cpp.obj.d -o CMakeFiles/libzmq.dir/src/sub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/sub.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_arkode.a CMakeFiles/sundials_arkode_static.dir/arkode.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_adapt.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_arkstep.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_io.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_nls.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_butcher_dirk.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_butcher_erk.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_erkstep.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_erkstep_io.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_interp.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_ls.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_mri_tables.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_mristep.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_mristep_io.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_mristep_nls.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_root.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_arkode_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp_address.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_cvodes_static.dir/link.txt --verbose=1 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_cvodes_shared.dir/objects.a "CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_ls.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_sim.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg1.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_version.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_futils.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/nvector/serial/nvector_serial.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj" "CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj" [ 72%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_connecter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/ida && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_ida_static.dir/link.txt --verbose=1 cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/idas && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_idas_static.dir/link.txt --verbose=1 yes checking for clang option to produce PIC... -DDLL_EXPORT -DPIC checking if clang PIC flag -DDLL_EXPORT -DPIC works... C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_arkode.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/sundials_arkode_shared.dir/objects.a "CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_adapt.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_io.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_arkstep_nls.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_dirk.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_erk.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep_io.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_interp.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_ls.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_mri_tables.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_mristep.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_io.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_nls.c.obj" "CMakeFiles/sundials_arkode_shared.dir/arkode_root.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_matrix.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_linearsolver.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_version.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_futils.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/nvector/serial/nvector_serial.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/band/sunmatrix_band.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj" "CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/tcp_connecter.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/tcp_connecter.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/tcp_connecter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp_connecter.cpp [ 73%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp_listener.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_cvodes.a CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_ls.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_nls.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_sim.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg1.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_cvodes_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 74%] Building CXX object CMakeFiles/libzmq.dir/src/tcp.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_ida.a CMakeFiles/sundials_ida_static.dir/ida.c.obj CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj CMakeFiles/sundials_ida_static.dir/ida_io.c.obj CMakeFiles/sundials_ida_static.dir/ida_ls.c.obj CMakeFiles/sundials_ida_static.dir/ida_nls.c.obj CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_ida_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_ida_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_ida_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_ida_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_ida_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_ida_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_ida_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_ida_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj CMakeFiles/sundials_ida_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/tcp.cpp.obj -MF CMakeFiles/libzmq.dir/src/tcp.cpp.obj.d -o CMakeFiles/libzmq.dir/src/tcp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_cvodes.dll -Wl,--out-implib,libsundials_cvodes.dll.a -Wl,--major-image-version,5,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_cvodes_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 74%] Building CXX object CMakeFiles/libzmq-static.dir/src/thread.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsundials_idas.a CMakeFiles/sundials_idas_static.dir/idas.c.obj CMakeFiles/sundials_idas_static.dir/idaa.c.obj CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj CMakeFiles/sundials_idas_static.dir/idas_io.c.obj CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj CMakeFiles/sundials_idas_static.dir/idas_ls.c.obj CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj CMakeFiles/sundials_idas_static.dir/idas_nls.c.obj CMakeFiles/sundials_idas_static.dir/idas_nls_sim.c.obj CMakeFiles/sundials_idas_static.dir/idas_nls_stg.c.obj CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_idas_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_idas_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_idas_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_idas_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_idas_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_idas_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_idas_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_idas_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_idas_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj CMakeFiles/sundials_idas_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/src/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -lm -L /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -shared -o libsundials_arkode.dll -Wl,--out-implib,libsundials_arkode.dll.a -Wl,--major-image-version,4,--minor-image-version,4 -Wl,--whole-archive CMakeFiles/sundials_arkode_shared.dir/objects.a -Wl,--no-whole-archive -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/thread.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/thread.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/thread.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/thread.cpp [ 75%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_address.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/tcp_address.cpp.obj -MF CMakeFiles/libzmq.dir/src/tcp_address.cpp.obj.d -o CMakeFiles/libzmq.dir/src/tcp_address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp_address.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_cvodes.a C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_ida.a [ 75%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_idas.a /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj -MF CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj.d -o CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp_connecter.cpp [100%] Built target sundials_arkode_static make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 76%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_listener.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [100%] Built target sundials_idas_shared make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 77%] Building CXX object CMakeFiles/libzmq-static.dir/src/trie.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/tcp_listener.cpp.obj -MF CMakeFiles/libzmq.dir/src/tcp_listener.cpp.obj.d -o CMakeFiles/libzmq.dir/src/tcp_listener.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/tcp_listener.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/trie.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/trie.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/trie.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/trie.cpp [ 77%] Building CXX object CMakeFiles/libzmq-static.dir/src/v1_decoder.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/v1_decoder.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/v1_decoder.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/v1_decoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v1_decoder.cpp [ 78%] Building CXX object CMakeFiles/libzmq-static.dir/src/v1_encoder.cpp.obj [100%] Built target sundials_cvodes_static /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/v1_encoder.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/v1_encoder.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/v1_encoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v1_encoder.cpp [100%] Built target sundials_idas_static [ 78%] Building CXX object CMakeFiles/libzmq.dir/src/thread.cpp.obj [100%] Built target sundials_ida_static /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/thread.cpp.obj -MF CMakeFiles/libzmq.dir/src/thread.cpp.obj.d -o CMakeFiles/libzmq.dir/src/thread.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/thread.cpp [ 79%] Building CXX object CMakeFiles/libzmq.dir/src/trie.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/trie.cpp.obj -MF CMakeFiles/libzmq.dir/src/trie.cpp.obj.d -o CMakeFiles/libzmq.dir/src/trie.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/trie.cpp [ 79%] Building CXX object CMakeFiles/libzmq.dir/src/v1_decoder.cpp.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/v1_decoder.cpp.obj -MF CMakeFiles/libzmq.dir/src/v1_decoder.cpp.obj.d -o CMakeFiles/libzmq.dir/src/v1_decoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v1_decoder.cpp [ 80%] Building CXX object CMakeFiles/libzmq.dir/src/v1_encoder.cpp.obj [ 81%] Building CXX object CMakeFiles/libzmq-static.dir/src/v2_decoder.cpp.obj [ 81%] Building CXX object CMakeFiles/libzmq-static.dir/src/v2_encoder.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/v1_encoder.cpp.obj -MF CMakeFiles/libzmq.dir/src/v1_encoder.cpp.obj.d -o CMakeFiles/libzmq.dir/src/v1_encoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v1_encoder.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/v2_decoder.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/v2_decoder.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/v2_decoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v2_decoder.cpp [ 82%] Building CXX object CMakeFiles/libzmq-static.dir/src/xpub.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/v2_encoder.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/v2_encoder.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/v2_encoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v2_encoder.cpp [100%] Built target sundials_cvodes_shared /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/xpub.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/xpub.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/xpub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/xpub.cpp [ 82%] Building CXX object CMakeFiles/libzmq-static.dir/src/xsub.cpp.obj [100%] Built target sundials_arkode_shared make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/CMakeFiles 0 [ 83%] Building CXX object CMakeFiles/libzmq.dir/src/v2_decoder.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/xsub.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/xsub.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/xsub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/xsub.cpp -- Looking for bcopy - not found -- Looking for memmove /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/v2_decoder.cpp.obj -MF CMakeFiles/libzmq.dir/src/v2_decoder.cpp.obj.d -o CMakeFiles/libzmq.dir/src/v2_decoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v2_decoder.cpp yes checking if clang static flag -static works... [ 83%] Building CXX object CMakeFiles/libzmq.dir/src/v2_encoder.cpp.obj make -f CMakeFiles/Makefile2 preinstall /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/v2_encoder.cpp.obj -MF CMakeFiles/libzmq.dir/src/v2_encoder.cpp.obj.d -o CMakeFiles/libzmq.dir/src/v2_encoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/v2_encoder.cpp [ 83%] Building CXX object CMakeFiles/libzmq.dir/src/xsub.cpp.obj [ 84%] Building CXX object CMakeFiles/libzmq.dir/src/xpub.cpp.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make[4]: Nothing to be done for 'preinstall'. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/xsub.cpp.obj -MF CMakeFiles/libzmq.dir/src/xsub.cpp.obj.d -o CMakeFiles/libzmq.dir/src/xsub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/xsub.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/xpub.cpp.obj -MF CMakeFiles/libzmq.dir/src/xpub.cpp.obj.d -o CMakeFiles/libzmq.dir/src/xpub.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/xpub.cpp [ 85%] Building CXX object CMakeFiles/libzmq-static.dir/src/zmq.cpp.obj [ 86%] Building CXX object CMakeFiles/libzmq.dir/src/zmq.cpp.obj [ 86%] Building CXX object CMakeFiles/libzmq-static.dir/src/zmq_utils.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/zmq.cpp.obj -MF CMakeFiles/libzmq.dir/src/zmq.cpp.obj.d -o CMakeFiles/libzmq.dir/src/zmq.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/zmq.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/zmq_utils.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/zmq_utils.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/zmq_utils.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/zmq_utils.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/zmq.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/zmq.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/zmq.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/zmq.cpp [ 86%] Building CXX object CMakeFiles/libzmq.dir/src/zmq_utils.cpp.obj [ 87%] Building CXX object CMakeFiles/libzmq-static.dir/src/decoder_allocators.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/decoder_allocators.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/decoder_allocators.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/decoder_allocators.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/decoder_allocators.cpp Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/zmq_utils.cpp.obj -MF CMakeFiles/libzmq.dir/src/zmq_utils.cpp.obj.d -o CMakeFiles/libzmq.dir/src/zmq_utils.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/zmq_utils.cpp [ 87%] Building CXX object CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socket_poller.cpp -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_config.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_fconfig.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/LICENSE -- Looking for C++ include sys/timeb.h - found -- Looking for C++ include unistd.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/NOTICE -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_band.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_dense.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_direct.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_fnvector.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_futils.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_iterative.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_linearsolver.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_math.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_matrix.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_memory.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_nonlinearsolver.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_mpi_types.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_nvector.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_types.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_version.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/sundials_lapack.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecserial.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecserial.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecserial.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/nvector/nvector_serial.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecmanyvector.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecmanyvector.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecmanyvector.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/nvector/nvector_manyvector.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixband.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixband.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixband.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunmatrix/sunmatrix_band.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixdense.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixdense.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixdense.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunmatrix/sunmatrix_dense.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixsparse.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixsparse.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunmatrixsparse.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunmatrix/sunmatrix_sparse.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolband.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolband.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolband.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_band.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsoldense.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsoldense.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsoldense.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_dense.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolpcg.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolpcg.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolpcg.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_pcg.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspbcgs.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspbcgs.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspbcgs.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_spbcgs.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspfgmr.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspfgmr.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspfgmr.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_spfgmr.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspgmr.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspgmr.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolspgmr.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_spgmr.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolsptfqmr.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolsptfqmr.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolsptfqmr.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_sptfqmr.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolklu.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolklu.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsolklu.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_klu.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsollapackband.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsollapackband.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsollapackband.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_lapackband.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsollapackdense.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsollapackdense.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunlinsollapackdense.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_lapackdense.h [ 88%] Building CXX object CMakeFiles/libzmq.dir/src/decoder_allocators.cpp.obj [ 88%] Building CXX object CMakeFiles/libzmq.dir/src/socket_poller.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunnonlinsolnewton.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunnonlinsolnewton.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunnonlinsolnewton.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunnonlinsol/sunnonlinsol_newton.h /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/decoder_allocators.cpp.obj -MF CMakeFiles/libzmq.dir/src/decoder_allocators.cpp.obj.d -o CMakeFiles/libzmq.dir/src/decoder_allocators.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/decoder_allocators.cpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunnonlinsolfixedpoint.a yes checking if clang supports -c -o file.o... -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunnonlinsolfixedpoint.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunnonlinsolfixedpoint.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunnonlinsol/sunnonlinsol_fixedpoint.h /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/socket_poller.cpp.obj -MF CMakeFiles/libzmq.dir/src/socket_poller.cpp.obj.d -o CMakeFiles/libzmq.dir/src/socket_poller.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/socket_poller.cpp [ 89%] Building CXX object CMakeFiles/libzmq-static.dir/src/timers.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_arkode.a /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/timers.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/timers.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/timers.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/timers.cpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_arkode.dll.a [ 90%] Building CXX object CMakeFiles/libzmq.dir/src/timers.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_arkode.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_arkstep.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_bandpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_bbdpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_butcher.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_butcher_erk.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_butcher_dirk.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_erkstep.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_ls.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/arkode/arkode_mristep.h /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/timers.cpp.obj -MF CMakeFiles/libzmq.dir/src/timers.cpp.obj.d -o CMakeFiles/libzmq.dir/src/timers.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/timers.cpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvode.a [ 91%] Building CXX object CMakeFiles/libzmq.dir/src/radio.cpp.obj [ 92%] Building CXX object CMakeFiles/libzmq-static.dir/src/radio.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvode.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvode.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode_bandpre.h /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/radio.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/radio.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/radio.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/radio.cpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode_bbdpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode_diag.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode_direct.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode_ls.h /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/radio.cpp.obj -MF CMakeFiles/libzmq.dir/src/radio.cpp.obj.d -o CMakeFiles/libzmq.dir/src/radio.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/radio.cpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode_proj.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvode/cvode_spils.h [ 92%] Building CXX object CMakeFiles/libzmq-static.dir/src/dish.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvodes.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvodes.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvodes.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvodes/cvodes.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvodes/cvodes_bandpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvodes/cvodes_bbdpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvodes/cvodes_diag.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvodes/cvodes_direct.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvodes/cvodes_ls.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/cvodes/cvodes_spils.h /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/dish.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/dish.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/dish.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dish.cpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_ida.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_ida.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_ida.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/ida/ida.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/ida/ida_bbdpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/ida/ida_direct.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/ida/ida_ls.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/ida/ida_spils.h [ 93%] Building CXX object CMakeFiles/libzmq-static.dir/src/udp_engine.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_idas.a /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/udp_engine.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/udp_engine.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/udp_engine.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/udp_engine.cpp [ 93%] Building CXX object CMakeFiles/libzmq.dir/src/dish.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_idas.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_idas.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/idas/idas.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/idas/idas_bbdpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/idas/idas_direct.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/idas/idas_ls.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/idas/idas_spils.h -- Looking for C++ include cstdarg - found -- Looking for C++ include cstddef -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_kinsol.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_kinsol.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_kinsol.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/kinsol/kinsol.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/kinsol/kinsol_bbdpre.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/kinsol/kinsol_direct.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/kinsol/kinsol_ls.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/kinsol/kinsol_spils.h make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' # Test SUNDIALS but allow it to fail /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/dish.cpp.obj -MF CMakeFiles/libzmq.dir/src/dish.cpp.obj.d -o CMakeFiles/libzmq.dir/src/dish.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/dish.cpp [ 94%] Building CXX object CMakeFiles/libzmq-static.dir/src/udp_address.cpp.obj [ 94%] Building CXX object CMakeFiles/libzmq.dir/src/udp_engine.cpp.obj [ 94%] Building CXX object CMakeFiles/libzmq.dir/src/udp_address.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/udp_address.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/udp_address.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/udp_address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/udp_address.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/udp_engine.cpp.obj -MF CMakeFiles/libzmq.dir/src/udp_engine.cpp.obj.d -o CMakeFiles/libzmq.dir/src/udp_engine.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/udp_engine.cpp #-make -C 3rdParty/sundials-5.4.0/build test test_install || echo "WARNING: SUNDIALS test failing, continuing any way" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/udp_address.cpp.obj -MF CMakeFiles/libzmq.dir/src/udp_address.cpp.obj.d -o CMakeFiles/libzmq.dir/src/udp_address.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/udp_address.cpp [ 95%] Building CXX object CMakeFiles/libzmq-static.dir/src/scatter.cpp.obj [ 96%] Building CXX object CMakeFiles/libzmq.dir/src/scatter.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/scatter.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/scatter.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/scatter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/scatter.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/scatter.cpp.obj -MF CMakeFiles/libzmq.dir/src/scatter.cpp.obj.d -o CMakeFiles/libzmq.dir/src/scatter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/scatter.cpp [ 96%] Building CXX object CMakeFiles/libzmq-static.dir/src/gather.cpp.obj mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq-static.dir/src/gather.cpp.obj -MF CMakeFiles/libzmq-static.dir/src/gather.cpp.obj.d -o CMakeFiles/libzmq-static.dir/src/gather.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/gather.cpp (cp -pfr 3rdParty/sundials-5.4.0/build/include/* /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc) [ 97%] Building RC object CMakeFiles/libzmq-static.dir/version.rc.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/windres.exe -O coff -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -I /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/version.rc CMakeFiles/libzmq-static.dir/version.rc.obj [ 97%] Building CXX object CMakeFiles/libzmq.dir/src/gather.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -MD -MT CMakeFiles/libzmq.dir/src/gather.cpp.obj -MF CMakeFiles/libzmq.dir/src/gather.cpp.obj.d -o CMakeFiles/libzmq.dir/src/gather.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/src/gather.cpp [ 98%] Building RC object CMakeFiles/libzmq.dir/version.rc.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/windres.exe -O coff -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS -I /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/include -I /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/version.rc CMakeFiles/libzmq.dir/version.rc.obj # copy the libs to the build/lib/omc directory find 3rdParty/sundials-5.4.0/build/lib* -not -type d -exec cp -apf {} /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc ";" -- Looking for memmove - found -- Looking for mmap yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... -- Looking for C++ include unistd.h - found -- Looking for C++ include wchar.h [ 99%] Linking CXX static library lib/libzmq.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/libzmq-static.dir/cmake_clean_target.cmake [100%] Linking CXX shared library lib/libzmq.dll /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/libzmq.dir/objects.a ar qc CMakeFiles/libzmq.dir/objects.a "CMakeFiles/libzmq.dir/src/tweetnacl.c.obj" "CMakeFiles/libzmq.dir/src/precompiled.cpp.obj" "CMakeFiles/libzmq.dir/src/address.cpp.obj" "CMakeFiles/libzmq.dir/src/client.cpp.obj" "CMakeFiles/libzmq.dir/src/clock.cpp.obj" "CMakeFiles/libzmq.dir/src/ctx.cpp.obj" "CMakeFiles/libzmq.dir/src/curve_client.cpp.obj" "CMakeFiles/libzmq.dir/src/curve_server.cpp.obj" "CMakeFiles/libzmq.dir/src/dealer.cpp.obj" "CMakeFiles/libzmq.dir/src/devpoll.cpp.obj" "CMakeFiles/libzmq.dir/src/dgram.cpp.obj" "CMakeFiles/libzmq.dir/src/dist.cpp.obj" "CMakeFiles/libzmq.dir/src/epoll.cpp.obj" "CMakeFiles/libzmq.dir/src/err.cpp.obj" "CMakeFiles/libzmq.dir/src/fq.cpp.obj" "CMakeFiles/libzmq.dir/src/io_object.cpp.obj" "CMakeFiles/libzmq.dir/src/io_thread.cpp.obj" "CMakeFiles/libzmq.dir/src/ip.cpp.obj" "CMakeFiles/libzmq.dir/src/ipc_address.cpp.obj" "CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj" "CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj" "CMakeFiles/libzmq.dir/src/kqueue.cpp.obj" "CMakeFiles/libzmq.dir/src/lb.cpp.obj" "CMakeFiles/libzmq.dir/src/mailbox.cpp.obj" "CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj" "CMakeFiles/libzmq.dir/src/mechanism.cpp.obj" "CMakeFiles/libzmq.dir/src/metadata.cpp.obj" "CMakeFiles/libzmq.dir/src/msg.cpp.obj" "CMakeFiles/libzmq.dir/src/mtrie.cpp.obj" "CMakeFiles/libzmq.dir/src/object.cpp.obj" "CMakeFiles/libzmq.dir/src/options.cpp.obj" "CMakeFiles/libzmq.dir/src/own.cpp.obj" "CMakeFiles/libzmq.dir/src/null_mechanism.cpp.obj" "CMakeFiles/libzmq.dir/src/pair.cpp.obj" "CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj" "CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj" "CMakeFiles/libzmq.dir/src/pgm_socket.cpp.obj" "CMakeFiles/libzmq.dir/src/pipe.cpp.obj" "CMakeFiles/libzmq.dir/src/plain_client.cpp.obj" "CMakeFiles/libzmq.dir/src/plain_server.cpp.obj" "CMakeFiles/libzmq.dir/src/poll.cpp.obj" "CMakeFiles/libzmq.dir/src/poller_base.cpp.obj" "CMakeFiles/libzmq.dir/src/pollset.cpp.obj" "CMakeFiles/libzmq.dir/src/proxy.cpp.obj" "CMakeFiles/libzmq.dir/src/pub.cpp.obj" "CMakeFiles/libzmq.dir/src/pull.cpp.obj" "CMakeFiles/libzmq.dir/src/push.cpp.obj" "CMakeFiles/libzmq.dir/src/random.cpp.obj" "CMakeFiles/libzmq.dir/src/raw_encoder.cpp.obj" "CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj" "CMakeFiles/libzmq.dir/src/reaper.cpp.obj" "CMakeFiles/libzmq.dir/src/rep.cpp.obj" "CMakeFiles/libzmq.dir/src/req.cpp.obj" "CMakeFiles/libzmq.dir/src/router.cpp.obj" "CMakeFiles/libzmq.dir/src/select.cpp.obj" "CMakeFiles/libzmq.dir/src/server.cpp.obj" "CMakeFiles/libzmq.dir/src/session_base.cpp.obj" "CMakeFiles/libzmq.dir/src/signaler.cpp.obj" "CMakeFiles/libzmq.dir/src/socket_base.cpp.obj" "CMakeFiles/libzmq.dir/src/socks.cpp.obj" "CMakeFiles/libzmq.dir/src/socks_connecter.cpp.obj" "CMakeFiles/libzmq.dir/src/stream.cpp.obj" "CMakeFiles/libzmq.dir/src/stream_engine.cpp.obj" "CMakeFiles/libzmq.dir/src/sub.cpp.obj" "CMakeFiles/libzmq.dir/src/tcp.cpp.obj" "CMakeFiles/libzmq.dir/src/tcp_address.cpp.obj" "CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj" "CMakeFiles/libzmq.dir/src/tcp_listener.cpp.obj" "CMakeFiles/libzmq.dir/src/thread.cpp.obj" "CMakeFiles/libzmq.dir/src/trie.cpp.obj" "CMakeFiles/libzmq.dir/src/v1_decoder.cpp.obj" "CMakeFiles/libzmq.dir/src/v1_encoder.cpp.obj" "CMakeFiles/libzmq.dir/src/v2_decoder.cpp.obj" "CMakeFiles/libzmq.dir/src/v2_encoder.cpp.obj" "CMakeFiles/libzmq.dir/src/xpub.cpp.obj" "CMakeFiles/libzmq.dir/src/xsub.cpp.obj" "CMakeFiles/libzmq.dir/src/zmq.cpp.obj" "CMakeFiles/libzmq.dir/src/zmq_utils.cpp.obj" "CMakeFiles/libzmq.dir/src/decoder_allocators.cpp.obj" "CMakeFiles/libzmq.dir/src/socket_poller.cpp.obj" "CMakeFiles/libzmq.dir/src/timers.cpp.obj" "CMakeFiles/libzmq.dir/src/radio.cpp.obj" "CMakeFiles/libzmq.dir/src/dish.cpp.obj" "CMakeFiles/libzmq.dir/src/udp_engine.cpp.obj" "CMakeFiles/libzmq.dir/src/udp_address.cpp.obj" "CMakeFiles/libzmq.dir/src/scatter.cpp.obj" "CMakeFiles/libzmq.dir/src/gather.cpp.obj" "CMakeFiles/libzmq.dir/version.rc.obj" /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/libzmq-static.dir/link.txt --verbose=1 -- Looking for C++ include cstddef - found -- Looking for C++ include cstring ar qc lib/libzmq.a "CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj" "CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj" "CMakeFiles/libzmq-static.dir/src/address.cpp.obj" "CMakeFiles/libzmq-static.dir/src/client.cpp.obj" "CMakeFiles/libzmq-static.dir/src/clock.cpp.obj" "CMakeFiles/libzmq-static.dir/src/ctx.cpp.obj" "CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj" "CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj" "CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj" "CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj" "CMakeFiles/libzmq-static.dir/src/dgram.cpp.obj" "CMakeFiles/libzmq-static.dir/src/dist.cpp.obj" "CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj" "CMakeFiles/libzmq-static.dir/src/err.cpp.obj" "CMakeFiles/libzmq-static.dir/src/fq.cpp.obj" "CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj" "CMakeFiles/libzmq-static.dir/src/io_thread.cpp.obj" "CMakeFiles/libzmq-static.dir/src/ip.cpp.obj" "CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj" "CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj" "CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj" "CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj" "CMakeFiles/libzmq-static.dir/src/lb.cpp.obj" "CMakeFiles/libzmq-static.dir/src/mailbox.cpp.obj" "CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.obj" "CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj" "CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj" "CMakeFiles/libzmq-static.dir/src/msg.cpp.obj" "CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj" "CMakeFiles/libzmq-static.dir/src/object.cpp.obj" "CMakeFiles/libzmq-static.dir/src/options.cpp.obj" "CMakeFiles/libzmq-static.dir/src/own.cpp.obj" "CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pair.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj" "CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj" "CMakeFiles/libzmq-static.dir/src/plain_server.cpp.obj" "CMakeFiles/libzmq-static.dir/src/poll.cpp.obj" "CMakeFiles/libzmq-static.dir/src/poller_base.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj" "CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pub.cpp.obj" "CMakeFiles/libzmq-static.dir/src/pull.cpp.obj" "CMakeFiles/libzmq-static.dir/src/push.cpp.obj" "CMakeFiles/libzmq-static.dir/src/random.cpp.obj" "CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj" "CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj" "CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj" "CMakeFiles/libzmq-static.dir/src/rep.cpp.obj" "CMakeFiles/libzmq-static.dir/src/req.cpp.obj" "CMakeFiles/libzmq-static.dir/src/router.cpp.obj" "CMakeFiles/libzmq-static.dir/src/select.cpp.obj" "CMakeFiles/libzmq-static.dir/src/server.cpp.obj" "CMakeFiles/libzmq-static.dir/src/session_base.cpp.obj" "CMakeFiles/libzmq-static.dir/src/signaler.cpp.obj" "CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj" "CMakeFiles/libzmq-static.dir/src/socks.cpp.obj" "CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj" "CMakeFiles/libzmq-static.dir/src/stream.cpp.obj" "CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj" "CMakeFiles/libzmq-static.dir/src/sub.cpp.obj" "CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj" "CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj" "CMakeFiles/libzmq-static.dir/src/tcp_connecter.cpp.obj" "CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.obj" "CMakeFiles/libzmq-static.dir/src/thread.cpp.obj" "CMakeFiles/libzmq-static.dir/src/trie.cpp.obj" "CMakeFiles/libzmq-static.dir/src/v1_decoder.cpp.obj" "CMakeFiles/libzmq-static.dir/src/v1_encoder.cpp.obj" "CMakeFiles/libzmq-static.dir/src/v2_decoder.cpp.obj" "CMakeFiles/libzmq-static.dir/src/v2_encoder.cpp.obj" "CMakeFiles/libzmq-static.dir/src/xpub.cpp.obj" "CMakeFiles/libzmq-static.dir/src/xsub.cpp.obj" "CMakeFiles/libzmq-static.dir/src/zmq.cpp.obj" "CMakeFiles/libzmq-static.dir/src/zmq_utils.cpp.obj" "CMakeFiles/libzmq-static.dir/src/decoder_allocators.cpp.obj" yes checking dynamic linker characteristics... ar q lib/libzmq.a "CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.obj" "CMakeFiles/libzmq-static.dir/src/timers.cpp.obj" "CMakeFiles/libzmq-static.dir/src/radio.cpp.obj" "CMakeFiles/libzmq-static.dir/src/dish.cpp.obj" "CMakeFiles/libzmq-static.dir/src/udp_engine.cpp.obj" "CMakeFiles/libzmq-static.dir/src/udp_address.cpp.obj" "CMakeFiles/libzmq-static.dir/src/scatter.cpp.obj" "CMakeFiles/libzmq-static.dir/src/gather.cpp.obj" "CMakeFiles/libzmq-static.dir/version.rc.obj" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -shared -o lib/libzmq.dll -Wl,--out-implib,lib/libzmq.dll.a -Wl,--major-image-version,4,--minor-image-version,2 -Wl,--whole-archive CMakeFiles/libzmq.dir/objects.a -Wl,--no-whole-archive -lws2_32 -lrpcrt4 -liphlpapi -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe lib/libzmq.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' [100%] Built target libzmq-static [100%] Built target libzmq make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/CMakeFiles 0 -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h make -f CMakeFiles/Makefile2 preinstall Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "Release" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/lib/pkgconfig/libzmq.pc -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/bin/libzmq.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/include/zmq.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/include/zmq_utils.h yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ANSI C header files... (cached) yes -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/include/zmq.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/include/zmq_utils.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/zmq/AUTHORS.txt -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/zmq/COPYING.txt -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/zmq/COPYING.LESSER.txt -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/zmq/NEWS.txt -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/cmake/ZeroMQ/ZeroMQTargets.cmake -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/cmake/ZeroMQ/ZeroMQTargets-release.cmake -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/cmake/ZeroMQ/ZeroMQConfig.cmake -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/cmake/ZeroMQ/ZeroMQConfigVersion.cmake make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libzmq.dll 3rdParty/libzmq/build/lib/libzmq.dll -- Looking for C++ include wchar.h - found -- Looking for C++ include wctype.h checking malloc.h usability... # copy dll/so to lib/omc and /c/dev/jenkins/ws/Windows/OM_Win/build/bin folders #(rm -f /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libzmq.dll*) #(rm -f /c/dev/jenkins/ws/Windows/OM_Win/build/bin/libzmq.dll*) -- Looking for C++ include cstring - found -- Looking for C++ include ctime (cp -af 3rdParty/libzmq/build/lib/libzmq.dll* /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc) yes checking malloc.h presence... cp 3rdParty/libzmq/build/include/* /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ yes checking for malloc.h... yes # Darwin has to be special always; libzmq*.dylib while Linux is libzmq.so* ... (test ! `uname` = Darwin || cp -af 3rdParty/libzmq/build/lib/lib*.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc) (cp -af 3rdParty/libzmq/build/lib/libzmq.dll* /c/dev/jenkins/ws/Windows/OM_Win/build/bin) checking for stdlib.h... (cached) yes -- Looking for 4 include files stdlib.h, ..., float.h - found -- Looking for off_t test -d 3rdParty/cppzmq checking for string.h... (cached) yes checking sys/time.h usability... mkdir -p 3rdParty/cppzmq/build (cd 3rdParty/cppzmq/build && test -f Makefile || CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe -DCMAKE_FIND_DEBUG_MODE:Bool=ON -DCPPZMQ_BUILD_TESTS:Bool=OFF -DZeroMQ_DIR=../libzmq/build/share/cmake/ZeroMQ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_FIND_DEBUG_MODE:Bool=ON -DCMAKE_AR:String="ar" -DCMAKE_INSTALL_PREFIX="`pwd`" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DWITH_PERF_TOOL:Bool=OFF .. -G "MSYS Makefiles") -- Looking for C++ include wctype.h - found -- Looking for C++ include endian.h -- Looking for C++ include ctime - found -- Performing Test HAVE_QUNUSED_ARGUMENTS CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Detected CPPZMQ Version - 4.5.0 CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeMSYSFindMake.cmake:5 (find_program): find_program called with the following settings: VAR: CMAKE_MAKE_PROGRAM NAMES: "make" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 1 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/Program Files/TortoiseSVN/bin/make.com C:/Program Files/TortoiseSVN/bin/make.exe C:/Program Files/TortoiseSVN/bin/make C:/bin/jdk/bin/make.com C:/bin/jdk/bin/make.exe C:/bin/jdk/bin/make C:/bin/nsis/make.com C:/bin/nsis/make.exe C:/bin/nsis/make C:/OMDevUCRT/tools/msys/ucrt64/bin/make.com C:/OMDevUCRT/tools/msys/ucrt64/bin/make.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/make C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/make.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/make.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/make C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/make.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/make.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/make C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/make.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/make.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/make C:/OMDevUCRT/tools/msys/usr/local/bin/make.com C:/OMDevUCRT/tools/msys/usr/local/bin/make.exe C:/OMDevUCRT/tools/msys/usr/local/bin/make C:/OMDevUCRT/tools/msys/usr/bin/make.com The item was found at C:/OMDevUCRT/tools/msys/usr/bin/make.exe Call Stack (most recent call first): CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompiler.cmake:59 (find_program): find_program called with the following settings: VAR: CMAKE_C_COMPILER NAMES: "C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe" Documentation: C compiler Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 0 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:65 (_cmake_find_compiler) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:337 (find_file): find_file called with the following settings: VAR: src_in NAMES: "CMakeCCompilerId.c.in" Documentation: Path to a file. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 NO_DEFAULT_PATH Enabled find_file considered the following locations: The item was found at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeCCompilerId.c.in Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:359 (CMAKE_DETERMINE_COMPILER_ID_WRITE) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:26 (project) -- Looking for off_t - not found -- Looking for size_t yes checking sys/time.h presence... yes checking for sys/time.h... yes -- The C compiler identification is Clang 17.0.6 CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_RANLIB NAMES: "llvm-ranlib" "ranlib" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_STRIP NAMES: "llvm-strip" "strip" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-strip.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-strip.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_LINKER NAMES: "ld.lld" "ld" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/ld.lld.com C:/OMDevUCRT/tools/msys/ucrt64/bin/ld.lld.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/ld.lld C:/Program Files/TortoiseSVN/bin/ld.lld.com C:/Program Files/TortoiseSVN/bin/ld.lld.exe C:/Program Files/TortoiseSVN/bin/ld.lld C:/bin/jdk/bin/ld.lld.com C:/bin/jdk/bin/ld.lld.exe C:/bin/jdk/bin/ld.lld C:/bin/nsis/ld.lld.com C:/bin/nsis/ld.lld.exe C:/bin/nsis/ld.lld C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/ld.lld.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/ld.lld.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/ld.lld C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/ld.lld.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/ld.lld.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/ld.lld C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/ld.lld.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/ld.lld.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/ld.lld C:/OMDevUCRT/tools/msys/usr/local/bin/ld.lld.com C:/OMDevUCRT/tools/msys/usr/local/bin/ld.lld.exe C:/OMDevUCRT/tools/msys/usr/local/bin/ld.lld C:/OMDevUCRT/tools/msys/usr/bin/ld.lld.com C:/OMDevUCRT/tools/msys/usr/bin/ld.lld.exe C:/OMDevUCRT/tools/msys/usr/bin/ld.lld C:/Windows/System32/ld.lld.com C:/Windows/System32/ld.lld.exe C:/Windows/System32/ld.lld C:/Windows/ld.lld.com C:/Windows/ld.lld.exe C:/Windows/ld.lld C:/Windows/System32/wbem/ld.lld.com C:/Windows/System32/wbem/ld.lld.exe C:/Windows/System32/wbem/ld.lld C:/Windows/System32/WindowsPowerShell/v1.0/ld.lld.com C:/Windows/System32/WindowsPowerShell/v1.0/ld.lld.exe C:/Windows/System32/WindowsPowerShell/v1.0/ld.lld C:/bin/git/bin/ld.lld.com C:/bin/git/bin/ld.lld.exe C:/bin/git/bin/ld.lld C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/ld.lld.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/ld.lld.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/ld.lld C:/Program Files/Git/bin/ld.lld.com C:/Program Files/Git/bin/ld.lld.exe C:/Program Files/Git/bin/ld.lld C:/OMDevUCRT/tools/msys/ucrt64/bin/ld.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/ld.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_NM NAMES: "llvm-nm" "nm" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-nm.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-nm.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_OBJDUMP NAMES: "llvm-objdump" "objdump" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-objdump.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-objdump.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_OBJCOPY NAMES: "llvm-objcopy" "objcopy" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-objcopy.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-objcopy.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_READELF NAMES: "llvm-readelf" "readelf" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-readelf.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-readelf.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_DLLTOOL NAMES: "llvm-dlltool" "dlltool" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-dlltool.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-dlltool.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_ADDR2LINE NAMES: "llvm-addr2line" "addr2line" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-addr2line.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-addr2line.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_TAPI NAMES: "tapi" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/tapi C:/Program Files/TortoiseSVN/bin/tapi.com C:/Program Files/TortoiseSVN/bin/tapi.exe C:/Program Files/TortoiseSVN/bin/tapi C:/bin/jdk/bin/tapi.com C:/bin/jdk/bin/tapi.exe C:/bin/jdk/bin/tapi C:/bin/nsis/tapi.com C:/bin/nsis/tapi.exe C:/bin/nsis/tapi C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/tapi C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/tapi C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/tapi C:/OMDevUCRT/tools/msys/usr/local/bin/tapi.com C:/OMDevUCRT/tools/msys/usr/local/bin/tapi.exe C:/OMDevUCRT/tools/msys/usr/local/bin/tapi C:/OMDevUCRT/tools/msys/usr/bin/tapi.com C:/OMDevUCRT/tools/msys/usr/bin/tapi.exe C:/OMDevUCRT/tools/msys/usr/bin/tapi C:/Windows/System32/tapi.com C:/Windows/System32/tapi.exe C:/Windows/System32/tapi C:/Windows/tapi.com C:/Windows/tapi.exe C:/Windows/TAPI C:/Windows/System32/wbem/tapi.com C:/Windows/System32/wbem/tapi.exe C:/Windows/System32/wbem/tapi C:/Windows/System32/WindowsPowerShell/v1.0/tapi.com C:/Windows/System32/WindowsPowerShell/v1.0/tapi.exe C:/Windows/System32/WindowsPowerShell/v1.0/tapi C:/bin/git/bin/tapi.com C:/bin/git/bin/tapi.exe C:/bin/git/bin/tapi C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/tapi.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/tapi.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/tapi C:/Program Files/Git/bin/tapi.com C:/Program Files/Git/bin/tapi.exe C:/Program Files/Git/bin/tapi The item was not found. Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:196 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Compiler/Clang-FindBinUtils.cmake:26 (find_program): find_program called with the following settings: VAR: CMAKE_C_COMPILER_AR NAMES: "llvm-ar-17.0" "llvm-ar-17" "llvm-ar17" "llvm-ar" Documentation: LLVM archiver Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.0 C:/Program Files/TortoiseSVN/bin/llvm-ar-17.0.com C:/Program Files/TortoiseSVN/bin/llvm-ar-17.0.exe C:/Program Files/TortoiseSVN/bin/llvm-ar-17.0 C:/bin/jdk/bin/llvm-ar-17.0.com C:/bin/jdk/bin/llvm-ar-17.0.exe C:/bin/jdk/bin/llvm-ar-17.0 C:/bin/nsis/llvm-ar-17.0.com C:/bin/nsis/llvm-ar-17.0.exe C:/bin/nsis/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.0 C:/Windows/System32/llvm-ar-17.0.com C:/Windows/System32/llvm-ar-17.0.exe C:/Windows/System32/llvm-ar-17.0 C:/Windows/llvm-ar-17.0.com C:/Windows/llvm-ar-17.0.exe C:/Windows/llvm-ar-17.0 C:/Windows/System32/wbem/llvm-ar-17.0.com C:/Windows/System32/wbem/llvm-ar-17.0.exe C:/Windows/System32/wbem/llvm-ar-17.0 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.0.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.0.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.0 C:/bin/git/bin/llvm-ar-17.0.com C:/bin/git/bin/llvm-ar-17.0.exe C:/bin/git/bin/llvm-ar-17.0 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.0.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.0.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.0 C:/Program Files/Git/bin/llvm-ar-17.0.com C:/Program Files/Git/bin/llvm-ar-17.0.exe C:/Program Files/Git/bin/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17 C:/Program Files/TortoiseSVN/bin/llvm-ar-17.com C:/Program Files/TortoiseSVN/bin/llvm-ar-17.exe C:/Program Files/TortoiseSVN/bin/llvm-ar-17 C:/bin/jdk/bin/llvm-ar-17.com C:/bin/jdk/bin/llvm-ar-17.exe C:/bin/jdk/bin/llvm-ar-17 C:/bin/nsis/llvm-ar-17.com C:/bin/nsis/llvm-ar-17.exe C:/bin/nsis/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17 C:/Windows/System32/llvm-ar-17.com C:/Windows/System32/llvm-ar-17.exe C:/Windows/System32/llvm-ar-17 C:/Windows/llvm-ar-17.com C:/Windows/llvm-ar-17.exe C:/Windows/llvm-ar-17 C:/Windows/System32/wbem/llvm-ar-17.com C:/Windows/System32/wbem/llvm-ar-17.exe C:/Windows/System32/wbem/llvm-ar-17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17 C:/bin/git/bin/llvm-ar-17.com C:/bin/git/bin/llvm-ar-17.exe C:/bin/git/bin/llvm-ar-17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17 C:/Program Files/Git/bin/llvm-ar-17.com C:/Program Files/Git/bin/llvm-ar-17.exe C:/Program Files/Git/bin/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar17 C:/Program Files/TortoiseSVN/bin/llvm-ar17.com C:/Program Files/TortoiseSVN/bin/llvm-ar17.exe C:/Program Files/TortoiseSVN/bin/llvm-ar17 C:/bin/jdk/bin/llvm-ar17.com C:/bin/jdk/bin/llvm-ar17.exe C:/bin/jdk/bin/llvm-ar17 C:/bin/nsis/llvm-ar17.com C:/bin/nsis/llvm-ar17.exe C:/bin/nsis/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar17 C:/Windows/System32/llvm-ar17.com C:/Windows/System32/llvm-ar17.exe C:/Windows/System32/llvm-ar17 C:/Windows/llvm-ar17.com C:/Windows/llvm-ar17.exe C:/Windows/llvm-ar17 C:/Windows/System32/wbem/llvm-ar17.com C:/Windows/System32/wbem/llvm-ar17.exe C:/Windows/System32/wbem/llvm-ar17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar17 C:/bin/git/bin/llvm-ar17.com C:/bin/git/bin/llvm-ar17.exe C:/bin/git/bin/llvm-ar17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar17 C:/Program Files/Git/bin/llvm-ar17.com C:/Program Files/Git/bin/llvm-ar17.exe C:/Program Files/Git/bin/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:197 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Compiler/Clang-FindBinUtils.cmake:38 (find_program): find_program called with the following settings: VAR: CMAKE_C_COMPILER_RANLIB NAMES: "llvm-ranlib-17.0" "llvm-ranlib-17" "llvm-ranlib17" "llvm-ranlib" Documentation: Generate index for LLVM archive Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.0 C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.0.com C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.0.exe C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.0 C:/bin/jdk/bin/llvm-ranlib-17.0.com C:/bin/jdk/bin/llvm-ranlib-17.0.exe C:/bin/jdk/bin/llvm-ranlib-17.0 C:/bin/nsis/llvm-ranlib-17.0.com C:/bin/nsis/llvm-ranlib-17.0.exe C:/bin/nsis/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.0 C:/Windows/System32/llvm-ranlib-17.0.com C:/Windows/System32/llvm-ranlib-17.0.exe C:/Windows/System32/llvm-ranlib-17.0 C:/Windows/llvm-ranlib-17.0.com C:/Windows/llvm-ranlib-17.0.exe C:/Windows/llvm-ranlib-17.0 C:/Windows/System32/wbem/llvm-ranlib-17.0.com C:/Windows/System32/wbem/llvm-ranlib-17.0.exe C:/Windows/System32/wbem/llvm-ranlib-17.0 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.0.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.0.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.0 C:/bin/git/bin/llvm-ranlib-17.0.com C:/bin/git/bin/llvm-ranlib-17.0.exe C:/bin/git/bin/llvm-ranlib-17.0 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.0.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.0.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.0 C:/Program Files/Git/bin/llvm-ranlib-17.0.com C:/Program Files/Git/bin/llvm-ranlib-17.0.exe C:/Program Files/Git/bin/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17 C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.com C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.exe C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17 C:/bin/jdk/bin/llvm-ranlib-17.com C:/bin/jdk/bin/llvm-ranlib-17.exe C:/bin/jdk/bin/llvm-ranlib-17 C:/bin/nsis/llvm-ranlib-17.com C:/bin/nsis/llvm-ranlib-17.exe C:/bin/nsis/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17 C:/Windows/System32/llvm-ranlib-17.com C:/Windows/System32/llvm-ranlib-17.exe C:/Windows/System32/llvm-ranlib-17 C:/Windows/llvm-ranlib-17.com C:/Windows/llvm-ranlib-17.exe C:/Windows/llvm-ranlib-17 C:/Windows/System32/wbem/llvm-ranlib-17.com C:/Windows/System32/wbem/llvm-ranlib-17.exe C:/Windows/System32/wbem/llvm-ranlib-17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17 C:/bin/git/bin/llvm-ranlib-17.com C:/bin/git/bin/llvm-ranlib-17.exe C:/bin/git/bin/llvm-ranlib-17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17 C:/Program Files/Git/bin/llvm-ranlib-17.com C:/Program Files/Git/bin/llvm-ranlib-17.exe C:/Program Files/Git/bin/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib17 C:/Program Files/TortoiseSVN/bin/llvm-ranlib17.com C:/Program Files/TortoiseSVN/bin/llvm-ranlib17.exe C:/Program Files/TortoiseSVN/bin/llvm-ranlib17 C:/bin/jdk/bin/llvm-ranlib17.com C:/bin/jdk/bin/llvm-ranlib17.exe C:/bin/jdk/bin/llvm-ranlib17 C:/bin/nsis/llvm-ranlib17.com C:/bin/nsis/llvm-ranlib17.exe C:/bin/nsis/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib17 C:/Windows/System32/llvm-ranlib17.com C:/Windows/System32/llvm-ranlib17.exe C:/Windows/System32/llvm-ranlib17 C:/Windows/llvm-ranlib17.com C:/Windows/llvm-ranlib17.exe C:/Windows/llvm-ranlib17 C:/Windows/System32/wbem/llvm-ranlib17.com C:/Windows/System32/wbem/llvm-ranlib17.exe C:/Windows/System32/wbem/llvm-ranlib17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib17 C:/bin/git/bin/llvm-ranlib17.com C:/bin/git/bin/llvm-ranlib17.exe C:/bin/git/bin/llvm-ranlib17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib17 C:/Program Files/Git/bin/llvm-ranlib17.com C:/Program Files/Git/bin/llvm-ranlib17.exe C:/Program Files/Git/bin/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:197 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Compiler/Clang-FindBinUtils.cmake:50 (find_program): find_program called with the following settings: VAR: CMAKE_C_COMPILER_CLANG_SCAN_DEPS NAMES: "clang-scan-deps-17.0" "clang-scan-deps-17" "clang-scan-deps17" "clang-scan-deps" Documentation: `clang-scan-deps` dependency scanner Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.0 C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.0.com C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.0.exe C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.0 C:/bin/jdk/bin/clang-scan-deps-17.0.com C:/bin/jdk/bin/clang-scan-deps-17.0.exe C:/bin/jdk/bin/clang-scan-deps-17.0 C:/bin/nsis/clang-scan-deps-17.0.com C:/bin/nsis/clang-scan-deps-17.0.exe C:/bin/nsis/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.0 C:/Windows/System32/clang-scan-deps-17.0.com C:/Windows/System32/clang-scan-deps-17.0.exe C:/Windows/System32/clang-scan-deps-17.0 C:/Windows/clang-scan-deps-17.0.com C:/Windows/clang-scan-deps-17.0.exe C:/Windows/clang-scan-deps-17.0 C:/Windows/System32/wbem/clang-scan-deps-17.0.com C:/Windows/System32/wbem/clang-scan-deps-17.0.exe C:/Windows/System32/wbem/clang-scan-deps-17.0 C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.0.com C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.0.exe C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.0 C:/bin/git/bin/clang-scan-deps-17.0.com C:/bin/git/bin/clang-scan-deps-17.0.exe C:/bin/git/bin/clang-scan-deps-17.0 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.0.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.0.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.0 C:/Program Files/Git/bin/clang-scan-deps-17.0.com C:/Program Files/Git/bin/clang-scan-deps-17.0.exe C:/Program Files/Git/bin/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17 C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.com C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.exe C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17 C:/bin/jdk/bin/clang-scan-deps-17.com C:/bin/jdk/bin/clang-scan-deps-17.exe C:/bin/jdk/bin/clang-scan-deps-17 C:/bin/nsis/clang-scan-deps-17.com C:/bin/nsis/clang-scan-deps-17.exe C:/bin/nsis/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17 C:/Windows/System32/clang-scan-deps-17.com C:/Windows/System32/clang-scan-deps-17.exe C:/Windows/System32/clang-scan-deps-17 C:/Windows/clang-scan-deps-17.com C:/Windows/clang-scan-deps-17.exe C:/Windows/clang-scan-deps-17 C:/Windows/System32/wbem/clang-scan-deps-17.com C:/Windows/System32/wbem/clang-scan-deps-17.exe C:/Windows/System32/wbem/clang-scan-deps-17 C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.com C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.exe C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17 C:/bin/git/bin/clang-scan-deps-17.com C:/bin/git/bin/clang-scan-deps-17.exe C:/bin/git/bin/clang-scan-deps-17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17 C:/Program Files/Git/bin/clang-scan-deps-17.com C:/Program Files/Git/bin/clang-scan-deps-17.exe C:/Program Files/Git/bin/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps17 C:/Program Files/TortoiseSVN/bin/clang-scan-deps17.com C:/Program Files/TortoiseSVN/bin/clang-scan-deps17.exe C:/Program Files/TortoiseSVN/bin/clang-scan-deps17 C:/bin/jdk/bin/clang-scan-deps17.com C:/bin/jdk/bin/clang-scan-deps17.exe C:/bin/jdk/bin/clang-scan-deps17 C:/bin/nsis/clang-scan-deps17.com C:/bin/nsis/clang-scan-deps17.exe C:/bin/nsis/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps17 C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps17 C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps17 C:/Windows/System32/clang-scan-deps17.com C:/Windows/System32/clang-scan-deps17.exe C:/Windows/System32/clang-scan-deps17 C:/Windows/clang-scan-deps17.com C:/Windows/clang-scan-deps17.exe C:/Windows/clang-scan-deps17 C:/Windows/System32/wbem/clang-scan-deps17.com C:/Windows/System32/wbem/clang-scan-deps17.exe C:/Windows/System32/wbem/clang-scan-deps17 C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps17.com C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps17.exe C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps17 C:/bin/git/bin/clang-scan-deps17.com C:/bin/git/bin/clang-scan-deps17.exe C:/bin/git/bin/clang-scan-deps17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps17 C:/Program Files/Git/bin/clang-scan-deps17.com C:/Program Files/Git/bin/clang-scan-deps17.exe C:/Program Files/Git/bin/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCCompiler.cmake:197 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompiler.cmake:50 (find_program): find_program called with the following settings: VAR: CMAKE_CXX_COMPILER NAMES: "C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe" Documentation: CXX compiler Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 NO_DEFAULT_PATH Enabled find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:70 (_cmake_find_compiler) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:337 (find_file): find_file called with the following settings: VAR: src_in NAMES: "CMakeCXXCompilerId.cpp.in" Documentation: Path to a file. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 NO_DEFAULT_PATH Enabled find_file considered the following locations: The item was found at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeCXXCompilerId.cpp.in Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:359 (CMAKE_DETERMINE_COMPILER_ID_WRITE) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:26 (project) checking for an ANSI C-conforming const... -- Looking for C++ include endian.h - not found -- Looking for C++ include machine/endian.h -- The CXX compiler identification is Clang 17.0.6 yes checking for size_t... CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeFindBinUtils.cmake:224 (find_program): find_program called with the following settings: VAR: CMAKE_TAPI NAMES: "tapi" Documentation: Path to a program. Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/tapi C:/Program Files/TortoiseSVN/bin/tapi.com C:/Program Files/TortoiseSVN/bin/tapi.exe C:/Program Files/TortoiseSVN/bin/tapi C:/bin/jdk/bin/tapi.com C:/bin/jdk/bin/tapi.exe C:/bin/jdk/bin/tapi C:/bin/nsis/tapi.com C:/bin/nsis/tapi.exe C:/bin/nsis/tapi C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/tapi C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/tapi C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/tapi.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/tapi.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/tapi C:/OMDevUCRT/tools/msys/usr/local/bin/tapi.com C:/OMDevUCRT/tools/msys/usr/local/bin/tapi.exe C:/OMDevUCRT/tools/msys/usr/local/bin/tapi C:/OMDevUCRT/tools/msys/usr/bin/tapi.com C:/OMDevUCRT/tools/msys/usr/bin/tapi.exe C:/OMDevUCRT/tools/msys/usr/bin/tapi C:/Windows/System32/tapi.com C:/Windows/System32/tapi.exe C:/Windows/System32/tapi C:/Windows/tapi.com C:/Windows/tapi.exe C:/Windows/TAPI C:/Windows/System32/wbem/tapi.com C:/Windows/System32/wbem/tapi.exe C:/Windows/System32/wbem/tapi C:/Windows/System32/WindowsPowerShell/v1.0/tapi.com C:/Windows/System32/WindowsPowerShell/v1.0/tapi.exe C:/Windows/System32/WindowsPowerShell/v1.0/tapi C:/bin/git/bin/tapi.com C:/bin/git/bin/tapi.exe C:/bin/git/bin/tapi C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/tapi.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/tapi.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/tapi C:/Program Files/Git/bin/tapi.com C:/Program Files/Git/bin/tapi.exe C:/Program Files/Git/bin/tapi The item was not found. Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:202 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Compiler/Clang-FindBinUtils.cmake:26 (find_program): find_program called with the following settings: VAR: CMAKE_CXX_COMPILER_AR NAMES: "llvm-ar-17.0" "llvm-ar-17" "llvm-ar17" "llvm-ar" Documentation: LLVM archiver Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.0 C:/Program Files/TortoiseSVN/bin/llvm-ar-17.0.com C:/Program Files/TortoiseSVN/bin/llvm-ar-17.0.exe C:/Program Files/TortoiseSVN/bin/llvm-ar-17.0 C:/bin/jdk/bin/llvm-ar-17.0.com C:/bin/jdk/bin/llvm-ar-17.0.exe C:/bin/jdk/bin/llvm-ar-17.0 C:/bin/nsis/llvm-ar-17.0.com C:/bin/nsis/llvm-ar-17.0.exe C:/bin/nsis/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.0.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.0.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.0 C:/Windows/System32/llvm-ar-17.0.com C:/Windows/System32/llvm-ar-17.0.exe C:/Windows/System32/llvm-ar-17.0 C:/Windows/llvm-ar-17.0.com C:/Windows/llvm-ar-17.0.exe C:/Windows/llvm-ar-17.0 C:/Windows/System32/wbem/llvm-ar-17.0.com C:/Windows/System32/wbem/llvm-ar-17.0.exe C:/Windows/System32/wbem/llvm-ar-17.0 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.0.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.0.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.0 C:/bin/git/bin/llvm-ar-17.0.com C:/bin/git/bin/llvm-ar-17.0.exe C:/bin/git/bin/llvm-ar-17.0 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.0.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.0.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.0 C:/Program Files/Git/bin/llvm-ar-17.0.com C:/Program Files/Git/bin/llvm-ar-17.0.exe C:/Program Files/Git/bin/llvm-ar-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar-17 C:/Program Files/TortoiseSVN/bin/llvm-ar-17.com C:/Program Files/TortoiseSVN/bin/llvm-ar-17.exe C:/Program Files/TortoiseSVN/bin/llvm-ar-17 C:/bin/jdk/bin/llvm-ar-17.com C:/bin/jdk/bin/llvm-ar-17.exe C:/bin/jdk/bin/llvm-ar-17 C:/bin/nsis/llvm-ar-17.com C:/bin/nsis/llvm-ar-17.exe C:/bin/nsis/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar-17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar-17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar-17 C:/Windows/System32/llvm-ar-17.com C:/Windows/System32/llvm-ar-17.exe C:/Windows/System32/llvm-ar-17 C:/Windows/llvm-ar-17.com C:/Windows/llvm-ar-17.exe C:/Windows/llvm-ar-17 C:/Windows/System32/wbem/llvm-ar-17.com C:/Windows/System32/wbem/llvm-ar-17.exe C:/Windows/System32/wbem/llvm-ar-17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar-17 C:/bin/git/bin/llvm-ar-17.com C:/bin/git/bin/llvm-ar-17.exe C:/bin/git/bin/llvm-ar-17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar-17 C:/Program Files/Git/bin/llvm-ar-17.com C:/Program Files/Git/bin/llvm-ar-17.exe C:/Program Files/Git/bin/llvm-ar-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar17 C:/Program Files/TortoiseSVN/bin/llvm-ar17.com C:/Program Files/TortoiseSVN/bin/llvm-ar17.exe C:/Program Files/TortoiseSVN/bin/llvm-ar17 C:/bin/jdk/bin/llvm-ar17.com C:/bin/jdk/bin/llvm-ar17.exe C:/bin/jdk/bin/llvm-ar17 C:/bin/nsis/llvm-ar17.com C:/bin/nsis/llvm-ar17.exe C:/bin/nsis/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ar17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ar17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ar17 C:/Windows/System32/llvm-ar17.com C:/Windows/System32/llvm-ar17.exe C:/Windows/System32/llvm-ar17 C:/Windows/llvm-ar17.com C:/Windows/llvm-ar17.exe C:/Windows/llvm-ar17 C:/Windows/System32/wbem/llvm-ar17.com C:/Windows/System32/wbem/llvm-ar17.exe C:/Windows/System32/wbem/llvm-ar17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ar17 C:/bin/git/bin/llvm-ar17.com C:/bin/git/bin/llvm-ar17.exe C:/bin/git/bin/llvm-ar17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ar17 C:/Program Files/Git/bin/llvm-ar17.com C:/Program Files/Git/bin/llvm-ar17.exe C:/Program Files/Git/bin/llvm-ar17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:203 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Compiler/Clang-FindBinUtils.cmake:38 (find_program): find_program called with the following settings: VAR: CMAKE_CXX_COMPILER_RANLIB NAMES: "llvm-ranlib-17.0" "llvm-ranlib-17" "llvm-ranlib17" "llvm-ranlib" Documentation: Generate index for LLVM archive Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.0 C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.0.com C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.0.exe C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.0 C:/bin/jdk/bin/llvm-ranlib-17.0.com C:/bin/jdk/bin/llvm-ranlib-17.0.exe C:/bin/jdk/bin/llvm-ranlib-17.0 C:/bin/nsis/llvm-ranlib-17.0.com C:/bin/nsis/llvm-ranlib-17.0.exe C:/bin/nsis/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.0.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.0.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.0 C:/Windows/System32/llvm-ranlib-17.0.com C:/Windows/System32/llvm-ranlib-17.0.exe C:/Windows/System32/llvm-ranlib-17.0 C:/Windows/llvm-ranlib-17.0.com C:/Windows/llvm-ranlib-17.0.exe C:/Windows/llvm-ranlib-17.0 C:/Windows/System32/wbem/llvm-ranlib-17.0.com C:/Windows/System32/wbem/llvm-ranlib-17.0.exe C:/Windows/System32/wbem/llvm-ranlib-17.0 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.0.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.0.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.0 C:/bin/git/bin/llvm-ranlib-17.0.com C:/bin/git/bin/llvm-ranlib-17.0.exe C:/bin/git/bin/llvm-ranlib-17.0 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.0.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.0.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.0 C:/Program Files/Git/bin/llvm-ranlib-17.0.com C:/Program Files/Git/bin/llvm-ranlib-17.0.exe C:/Program Files/Git/bin/llvm-ranlib-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib-17 C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.com C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17.exe C:/Program Files/TortoiseSVN/bin/llvm-ranlib-17 C:/bin/jdk/bin/llvm-ranlib-17.com C:/bin/jdk/bin/llvm-ranlib-17.exe C:/bin/jdk/bin/llvm-ranlib-17 C:/bin/nsis/llvm-ranlib-17.com C:/bin/nsis/llvm-ranlib-17.exe C:/bin/nsis/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib-17 C:/Windows/System32/llvm-ranlib-17.com C:/Windows/System32/llvm-ranlib-17.exe C:/Windows/System32/llvm-ranlib-17 C:/Windows/llvm-ranlib-17.com C:/Windows/llvm-ranlib-17.exe C:/Windows/llvm-ranlib-17 C:/Windows/System32/wbem/llvm-ranlib-17.com C:/Windows/System32/wbem/llvm-ranlib-17.exe C:/Windows/System32/wbem/llvm-ranlib-17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib-17 C:/bin/git/bin/llvm-ranlib-17.com C:/bin/git/bin/llvm-ranlib-17.exe C:/bin/git/bin/llvm-ranlib-17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib-17 C:/Program Files/Git/bin/llvm-ranlib-17.com C:/Program Files/Git/bin/llvm-ranlib-17.exe C:/Program Files/Git/bin/llvm-ranlib-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib17 C:/Program Files/TortoiseSVN/bin/llvm-ranlib17.com C:/Program Files/TortoiseSVN/bin/llvm-ranlib17.exe C:/Program Files/TortoiseSVN/bin/llvm-ranlib17 C:/bin/jdk/bin/llvm-ranlib17.com C:/bin/jdk/bin/llvm-ranlib17.exe C:/bin/jdk/bin/llvm-ranlib17 C:/bin/nsis/llvm-ranlib17.com C:/bin/nsis/llvm-ranlib17.exe C:/bin/nsis/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/llvm-ranlib17 C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/llvm-ranlib17 C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib17.com C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib17.exe C:/OMDevUCRT/tools/msys/usr/bin/llvm-ranlib17 C:/Windows/System32/llvm-ranlib17.com C:/Windows/System32/llvm-ranlib17.exe C:/Windows/System32/llvm-ranlib17 C:/Windows/llvm-ranlib17.com C:/Windows/llvm-ranlib17.exe C:/Windows/llvm-ranlib17 C:/Windows/System32/wbem/llvm-ranlib17.com C:/Windows/System32/wbem/llvm-ranlib17.exe C:/Windows/System32/wbem/llvm-ranlib17 C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib17.com C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib17.exe C:/Windows/System32/WindowsPowerShell/v1.0/llvm-ranlib17 C:/bin/git/bin/llvm-ranlib17.com C:/bin/git/bin/llvm-ranlib17.exe C:/bin/git/bin/llvm-ranlib17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/llvm-ranlib17 C:/Program Files/Git/bin/llvm-ranlib17.com C:/Program Files/Git/bin/llvm-ranlib17.exe C:/Program Files/Git/bin/llvm-ranlib17 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:203 (include) CMakeLists.txt:26 (project) CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Compiler/Clang-FindBinUtils.cmake:50 (find_program): find_program called with the following settings: VAR: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS NAMES: "clang-scan-deps-17.0" "clang-scan-deps-17" "clang-scan-deps17" "clang-scan-deps" Documentation: `clang-scan-deps` dependency scanner Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 0 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 0 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.0 C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.0.com C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.0.exe C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.0 C:/bin/jdk/bin/clang-scan-deps-17.0.com C:/bin/jdk/bin/clang-scan-deps-17.0.exe C:/bin/jdk/bin/clang-scan-deps-17.0 C:/bin/nsis/clang-scan-deps-17.0.com C:/bin/nsis/clang-scan-deps-17.0.exe C:/bin/nsis/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.0.com C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.0.exe C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.0 C:/Windows/System32/clang-scan-deps-17.0.com C:/Windows/System32/clang-scan-deps-17.0.exe C:/Windows/System32/clang-scan-deps-17.0 C:/Windows/clang-scan-deps-17.0.com C:/Windows/clang-scan-deps-17.0.exe C:/Windows/clang-scan-deps-17.0 C:/Windows/System32/wbem/clang-scan-deps-17.0.com C:/Windows/System32/wbem/clang-scan-deps-17.0.exe C:/Windows/System32/wbem/clang-scan-deps-17.0 C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.0.com C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.0.exe C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.0 C:/bin/git/bin/clang-scan-deps-17.0.com C:/bin/git/bin/clang-scan-deps-17.0.exe C:/bin/git/bin/clang-scan-deps-17.0 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.0.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.0.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.0 C:/Program Files/Git/bin/clang-scan-deps-17.0.com C:/Program Files/Git/bin/clang-scan-deps-17.0.exe C:/Program Files/Git/bin/clang-scan-deps-17.0 C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps-17 C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.com C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17.exe C:/Program Files/TortoiseSVN/bin/clang-scan-deps-17 C:/bin/jdk/bin/clang-scan-deps-17.com C:/bin/jdk/bin/clang-scan-deps-17.exe C:/bin/jdk/bin/clang-scan-deps-17 C:/bin/nsis/clang-scan-deps-17.com C:/bin/nsis/clang-scan-deps-17.exe C:/bin/nsis/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.com C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17.exe C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps-17 C:/Windows/System32/clang-scan-deps-17.com C:/Windows/System32/clang-scan-deps-17.exe C:/Windows/System32/clang-scan-deps-17 C:/Windows/clang-scan-deps-17.com C:/Windows/clang-scan-deps-17.exe C:/Windows/clang-scan-deps-17 C:/Windows/System32/wbem/clang-scan-deps-17.com C:/Windows/System32/wbem/clang-scan-deps-17.exe C:/Windows/System32/wbem/clang-scan-deps-17 C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.com C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17.exe C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps-17 C:/bin/git/bin/clang-scan-deps-17.com C:/bin/git/bin/clang-scan-deps-17.exe C:/bin/git/bin/clang-scan-deps-17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps-17 C:/Program Files/Git/bin/clang-scan-deps-17.com C:/Program Files/Git/bin/clang-scan-deps-17.exe C:/Program Files/Git/bin/clang-scan-deps-17 C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps17 C:/Program Files/TortoiseSVN/bin/clang-scan-deps17.com C:/Program Files/TortoiseSVN/bin/clang-scan-deps17.exe C:/Program Files/TortoiseSVN/bin/clang-scan-deps17 C:/bin/jdk/bin/clang-scan-deps17.com C:/bin/jdk/bin/clang-scan-deps17.exe C:/bin/jdk/bin/clang-scan-deps17 C:/bin/nsis/clang-scan-deps17.com C:/bin/nsis/clang-scan-deps17.exe C:/bin/nsis/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/site_perl/5.32.1/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/vendor_perl/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/ucrt64/bin/core_perl/clang-scan-deps17 C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/usr/local/bin/clang-scan-deps17 C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps17.com C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps17.exe C:/OMDevUCRT/tools/msys/usr/bin/clang-scan-deps17 C:/Windows/System32/clang-scan-deps17.com C:/Windows/System32/clang-scan-deps17.exe C:/Windows/System32/clang-scan-deps17 C:/Windows/clang-scan-deps17.com C:/Windows/clang-scan-deps17.exe C:/Windows/clang-scan-deps17 C:/Windows/System32/wbem/clang-scan-deps17.com C:/Windows/System32/wbem/clang-scan-deps17.exe C:/Windows/System32/wbem/clang-scan-deps17 C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps17.com C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps17.exe C:/Windows/System32/WindowsPowerShell/v1.0/clang-scan-deps17 C:/bin/git/bin/clang-scan-deps17.com C:/bin/git/bin/clang-scan-deps17.exe C:/bin/git/bin/clang-scan-deps17 C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps17.com C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps17.exe C:/Program Files/Microsoft/jdk-21.0.1.12-hotspot/bin/clang-scan-deps17 C:/Program Files/Git/bin/clang-scan-deps17.com C:/Program Files/Git/bin/clang-scan-deps17.exe C:/Program Files/Git/bin/clang-scan-deps17 C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/clang-scan-deps.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:203 (include) CMakeLists.txt:26 (project) -- Looking for size_t - not found CMake Deprecation Warning at Config.cmake/Minizip/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test HAVE_QUNUSED_ARGUMENTS - Success -- Check size of int * # this is rather weird, only the file with full version number is the actual lib all the other ones are symlinks CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmiimport". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "jmutils". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmixml". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmicapi". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "expat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "minizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "c99snprintf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- will be merging C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmiimport.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libjmutils.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmixml.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmizip.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmicapi.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/ThirdParty/Expat/expat-2.1.0/libexpat.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:97 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmilib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- outfile location is C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a -- Configuring done (100.4s) # strange stuff is that *install_name_tool* on a symlink will replace the symlink with the changed dylib -- Generating done (0.1s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build # see http://mac-os-forge.2317878.n4.nabble.com/install-name-tool-problem-with-symlinks-on-Xcode-12-2-td406984.html test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_arkode.4.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_arkode.4.4.0.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_cvode.5.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_cvode.5.4.0.dylib" -- Looking for C++ include machine/endian.h - not found -- Looking for C++ include arpa/nameser_compat.h test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_cvodes.5.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_cvodes.5.4.0.dylib" CMake Debug Log at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeDetermineRCCompiler.cmake:40 (find_program): find_program called with the following settings: VAR: CMAKE_RC_COMPILER NAMES: "windres" "windres" Documentation: RC compiler Framework Only Search Frameworks: 0 Search Frameworks Last: 0 Search Frameworks First: 0 AppBundle Only Search AppBundle: 0 Search AppBundle Last: 0 Search AppBundle First: 0 CMAKE_FIND_USE_CMAKE_PATH: 1 CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1 CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1 CMAKE_FIND_USE_INSTALL_PREFIX: 1 find_program considered the following locations: C:/Program Files/TortoiseSVN/bin/windres.com C:/Program Files/TortoiseSVN/bin/windres.exe C:/Program Files/TortoiseSVN/bin/windres C:/bin/jdk/bin/windres.com C:/bin/jdk/bin/windres.exe C:/bin/jdk/bin/windres C:/bin/nsis/windres.com C:/bin/nsis/windres.exe C:/bin/nsis/windres C:/OMDevUCRT/tools/msys/ucrt64/bin/windres.com The item was found at C:/OMDevUCRT/tools/msys/ucrt64/bin/windres.exe Call Stack (most recent call first): C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Platform/Windows-GNU.cmake:185 (enable_language) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Platform/Windows-Clang.cmake:252 (__windows_compiler_gnu) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Platform/Windows-Clang.cmake:262 (__windows_compiler_clang_base) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/Platform/Windows-Clang-C.cmake:2 (__windows_compiler_clang) C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeCInformation.cmake:48 (include) CMakeLists.txt:26 (project) test -f 3rdParty/FMIL/build/libfmilib.a || CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" make -C 3rdParty/FMIL/build -- Detecting C compiler ABI info yes make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_ida.5.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_ida.5.4.0.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_idas.4.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_idas.4.4.0.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_kinsol.5.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_kinsol.5.4.0.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_nvecserial.5.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_nvecserial.5.4.0.dylib" -- Looking for C++ include arpa/nameser_compat.h - not found -- Looking for getcwd test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_nvecmanyvector.5.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_nvecmanyvector.5.4.0.dylib" [ 0%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj [ 1%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmlparse.c.obj [ 2%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj [ 3%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmlrole.c.obj test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsolband.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolband.3.4.0.dylib" [ 4%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj [ 5%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmltok.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:525:12: warning: '_errno' redeclared without 'dllimport' attribute: previous 'dllimport' ignored [-Winconsistent-dllimport] 525 | extern int errno; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/errno.h:18:17: note: expanded from macro 'errno' 18 | #define errno (*_errno()) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/errno.h:17:29: note: previous declaration is here 17 | _CRTIMP extern int *__cdecl _errno(void); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/errno.h:17:1: note: previous attribute is here 17 | _CRTIMP extern int *__cdecl _errno(void); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/_mingw.h:52:40: note: expanded from macro '_CRTIMP' 52 | # define _CRTIMP __attribute__ ((__dllimport__)) | ^ [ 6%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj [ 7%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj [ 8%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmltok_impl.c.obj test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsoldense.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsoldense.3.4.0.dylib" -- Check size of int * - done -- C++11 support enabled. Assuming we have std::isfinite -- C++11 support enabled. Assuming we have std::rand -- Looking for clock_gettime [ 9%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmltok_ns.c.obj [ 10%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c:224:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 224 | void fill_fopen_filefunc (pzlib_filefunc_def) | ^ 1 warning generated. 1 warning generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:81:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 81 | uLong filetime(f, tmzip, dt) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:160:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 160 | int check_exist_file(filename) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:421:26: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 421 | filetime(filenameinzip,&zi.tmz_date,&zi.dosDate); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:256:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 256 | int minizip(argc,argv) | ^ [ 11%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsolklu.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolklu.3.4.0.dylib" 4 warnings generated. [ 12%] Linking C static library libc99snprintf.a C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1118:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1118 | if ((level==2)) | ~~~~~^~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1118:15: note: remove extraneous parentheses around the comparison to silence this warning 1118 | if ((level==2)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1118:15: note: use '=' to turn this equality comparison into an assignment 1118 | if ((level==2)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1120:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1120 | if ((level==1)) | ~~~~~^~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1120:15: note: remove extraneous parentheses around the comparison to silence this warning 1120 | if ((level==1)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1120:15: note: use '=' to turn this equality comparison into an assignment 1120 | if ((level==1)) | ^~ | = test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsollapackband.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsollapackband.3.4.0.dylib" C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:96:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 96 | void change_file_date(filename,dosdate,tmu_date) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:137:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 137 | int mymkdir(dirname) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:153:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 153 | int makedir (newdir) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:251:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 251 | int do_list(uf) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:435:25: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 435 | makedir(write_filename); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:329:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 329 | int do_extract_currentfile(uf,popt_extract_without_path,popt_overwrite,password) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:492:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 492 | int do_extract(uf,opt_extract_without_path,opt_overwrite,password) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:528:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 528 | int do_extract_onefile(uf,filename,opt_extract_without_path,opt_overwrite,password) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:551:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 551 | int miniunz(argc,argv) | ^ test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsollapackdense.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsollapackdense.3.4.0.dylib" 9 warnings generated. -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done 2 warnings generated. test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsolpcg.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolpcg.3.4.0.dylib" [ 12%] Built target c99snprintf [ 13%] Linking C static library libminizip.a test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsolspbcgs.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolspbcgs.3.4.0.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsolspfgmr.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolspfgmr.3.4.0.dylib" -- Looking for getcwd - found -- Looking for pathconf -- Detecting CXX compiler ABI info test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsolspgmr.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolspgmr.3.4.0.dylib" [ 14%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj [ 15%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj [ 15%] Built target minizip test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunlinsolsptfqmr.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolsptfqmr.3.4.0.dylib" [ 16%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj [ 17%] Linking C static library libexpat.a [ 18%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj [ 19%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunmatrixband.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunmatrixband.3.4.0.dylib" [ 20%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunmatrixdense.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunmatrixdense.3.4.0.dylib" [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj -- Looking for clock_gettime - found -- Looking for gettimeofday test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunmatrixsparse.3.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunmatrixsparse.3.4.0.dylib" [ 21%] Built target expat test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunnonlinsolfixedpoint.2.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunnonlinsolfixedpoint.2.4.0.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libsundials_sunnonlinsolnewton.2.4.0.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunnonlinsolnewton.2.4.0.dylib" [ 22%] Linking C static library libjmutils.a # fix the rpath in some of the libs test ! `uname` = Darwin || install_name_tool -change libsundials_sunmatrixdense.3.dylib "@rpath/libsundials_sunmatrixdense.3.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsoldense.3.4.0.dylib" test ! `uname` = Darwin || install_name_tool -change libsundials_sunmatrixdense.3.dylib "@rpath/libsundials_sunmatrixdense.3.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsollapackdense.3.4.0.dylib" -- Looking for pathconf - not found -- Looking for realpath test ! `uname` = Darwin || install_name_tool -change libsundials_sunmatrixdense.3.dylib "@rpath/libsundials_sunmatrixdense.3.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsollapackdense.3.4.0.dylib" [ 22%] Built target jmutils -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done test ! `uname` = Darwin || install_name_tool -change libsundials_sunmatrixsparse.3.dylib "@rpath/libsundials_sunmatrixsparse.3.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolklu.3.4.0.dylib" CMake Debug Log at CMakeLists.txt:28 (find_package): find_package considered the following paths for FindZeroMQ.cmake: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/cmake/FindZeroMQ.cmake C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/FindZeroMQ.cmake The file was not found. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/../libzmq/build/share/cmake/ZeroMQ/ZeroMQConfig.cmake -- cppzmq v4.5.0 -- Configuring done (5.0s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: WITH_PERF_TOOL -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build make -C 3rdParty/cppzmq/build install make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build --check-build-system CMakeFiles/Makefile.cmake 0 test ! `uname` = Darwin || install_name_tool -change libsundials_sunmatrixband.3.dylib "@rpath/libsundials_sunmatrixband.3.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsolband.3.4.0.dylib" /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all test ! `uname` = Darwin || install_name_tool -change libsundials_sunmatrixband.3.dylib "@rpath/libsundials_sunmatrixband.3.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_sunlinsollapackband.3.4.0.dylib" [ 23%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/CMakeFiles 0 [ 23%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj [ 24%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj [ 25%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 26%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj [ 27%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj [ 28%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj make -f CMakeFiles/Makefile2 preinstall [ 29%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj # copy the dlls to the build bin directory [ 30%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' [ 31%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj test ! ".dll" = ".dll" || (cp -pf 3rdParty/sundials-5.4.0/build/lib/*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin) -- Looking for gettimeofday - found -- Looking for drand48 Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake [ 32%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj [ 33%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_type.c:31:12: warning: address of array 'du->displayUnit' will always evaluate to 'true' [-Wpointer-bool-conversion] 31 | if(du->displayUnit) return du; | ~~ ~~~~^~~~~~~~~~~ [ 34%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/include/zmq.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/include/zmq_addon.hpp [ 35%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj [ 36%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/cppzmqTargets.cmake -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/cppzmqConfig.cmake -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/cppzmqConfigVersion.cmake -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' [ 36%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj 1 warning generated. [ 37%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 38%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj [ 39%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj [ 40%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj [ 41%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj -- Looking for realpath - not found -- Looking for getaddrinfo [ 42%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj [ 43%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj [ 43%] Linking C static library libfmizip.a make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' [ 43%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj [ 44%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.obj [ 45%] Linking C static library libfmicapi.a [ 46%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj [ 47%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj [ 48%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj [ 48%] Built target fmizip [ 48%] Built target fmicapi -- Looking for drand48 - not found -- Looking for rand [ 49%] Linking C static library libfmixml.a [ 49%] Built target fmixml -- Looking for getaddrinfo - not found -- Looking for gethostbyaddr [ 50%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI/fmi_import_context.c.obj [ 51%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj [ 52%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI/fmi_import_util.c.obj [ 52%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj [ 53%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj [ 53%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj [ 54%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj [ 55%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj [ 56%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj [ 57%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_type.c.obj [ 58%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj [ 59%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj [ 60%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj [ 61%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj [ 62%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj [ 63%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj [ 64%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj [ 64%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj [ 65%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj configure: creating ./config.status [ 66%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import.c.obj [ 67%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj [ 68%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj [ 68%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj [ 69%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj -- Looking for rand - found -- Looking for snprintf [ 70%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 73%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 74%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj [ 76%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj [ 79%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj [ 80%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import.c.obj [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj [ 82%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj [ 82%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_callbacks.c.obj [ 83%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_templates_inst.c.obj -- Looking for gethostbyaddr - not found -- Looking for gethostbyname [ 84%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_named_ptr.c.obj [ 85%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_portability.c.obj [ 86%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI/fmi_version.c.obj [ 87%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI/fmi_util.c.obj [ 88%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI1/fmi1_enums.c.obj [ 89%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI2/fmi2_enums.c.obj [ 90%] Linking C static library libfmiimport.a [ 90%] Linking C shared library libfmilib_shared.dll -- Looking for snprintf - found -- Looking for va_copy [ 90%] Built target fmiimport [ 91%] Generating libjmutils.a.objlist [ 92%] Generating Config.cmake/Minizip/libminizip.a.objlist [ 93%] Generating ThirdParty/Expat/expat-2.1.0/libexpat.a.objlist [ 94%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist [ 94%] Generating libfmiimport.a.objlist -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libjmutils.a [ 95%] Generating libfmixml.a.objlist -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/ThirdParty/Expat/expat-2.1.0/libexpat.a -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmixml.a -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmiimport.a [ 96%] Generating libfmizip.a.objlist [ 97%] Generating libfmicapi.a.objlist [ 97%] Built target fmilib_shared -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmizip.a -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmicapi.a -- Looking for gethostbyname - not found -- Looking for socket -- Looking for va_copy - not found -- Looking for vsnprintf [ 98%] Generating fmilib_dummy.c [ 99%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.obj [100%] Linking C static library libfmilib.a Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmiimport.a.objlist C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libjmutils.a.objlist C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') -- Looking for vsnprintf - found -- Looking for _snprintf -- Looking for socket - not found -- Looking for clock_gettime Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmixml.a.objlist C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmizip.a.objlist C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmicapi.a.objlist C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libexpat.a.objlist C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libminizip.a.objlist C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') -- Looking for _snprintf - not found -- Looking for _vsnprintf Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libc99snprintf.a.objlist -- Looking for clock_gettime - found -- Looking for ftime C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') Running: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a [100%] Built target fmilib make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build' test -d 3rdParty/FMIL/install || make -C 3rdParty/FMIL/build install make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build' [ 1%] Built target c99snprintf [ 7%] Built target expat [ 14%] Built target minizip -- Looking for _vsnprintf - found -- Checking whether system has ANSI C header files -- Looking for 8 include files dlfcn.h, ..., float.h -- Looking for ftime - found -- Looking for gettimeofday [ 22%] Built target jmutils [ 24%] Built target fmizip [ 30%] Built target fmicapi -- Looking for 8 include files dlfcn.h, ..., float.h - not found -- ANSI C header files - not found -- Looking for DIR in sys/stat.h;sys/types.h;dirent.h [ 49%] Built target fmixml -- Looking for gettimeofday - found -- Looking for gmtime_r [ 66%] Built target fmiimport [ 90%] Built target fmilib_shared [100%] Built target fmilib -- Looking for DIR in sys/stat.h;sys/types.h;dirent.h - found -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) Install the project... -- Looking for Fortran sgemm -- Install configuration: "Release" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/lib/omc/libfmilib.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/lib/omc/libfmilib_shared.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/lib/omc/libfmilib_shared.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_Readme.txt -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_License.txt -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_Acknowledgements.txt -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/fmilib_config.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/fmilib.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI/fmi_import_context.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI/fmi_import_util.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_capabilities.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_capi.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_convenience.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_cosim.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_type.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_unit.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_variable.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_variable_list.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_import_vendor_annotations.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_import.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_import_capi.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_import_convenience.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_import_type.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_import_unit.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_import_variable.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_import_variable_list.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI/fmi_util.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI/fmi_version.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_enums.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_functions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmi1_types.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_enums.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_functions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_types.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2_xml_callbacks.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_callbacks.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_named_ptr.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_portability.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_stack.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_string_set.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_types.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_vector.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/JM/jm_vector_template.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiFunctions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiModelFunctions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiModelTypes.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiPlatformTypes.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2Functions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2FunctionTypes.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2TypesPlatform.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/lib/omc/libexpat.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/expat.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/expat_external.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/lib/omc/pkgconfig/expat.pc make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build' test "(" ! `uname` = Darwin ")" -o "(" ! -f 3rdParty/FMIL/install/lib/omc/libfmilib_shared.dll ")" || install_name_tool -id @rpath/libfmilib_shared.dll 3rdParty/FMIL/install/lib/omc/libfmilib_shared.dll -- Looking for gmtime_r - not found -- Looking for memmove cp -pPR 3rdParty/FMIL/install/lib/omc/libfmilib.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc cp -v -pPR 3rdParty/FMIL/install/lib/omc/libfmilib* /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc;\ test ! -f /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libfmilib_shared.dll || ln -sf libfmilib_shared.dll /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libfmilib.dll '3rdParty/FMIL/install/lib/omc/libfmilib.a' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libfmilib.a' '3rdParty/FMIL/install/lib/omc/libfmilib_shared.dll' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libfmilib_shared.dll' '3rdParty/FMIL/install/lib/omc/libfmilib_shared.dll.a' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libfmilib_shared.dll.a' #TODO: Only copy required headers, add them in omc/fmi subfolder, and do not copy c/txt-files mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil/ cp -pPR 3rdParty/FMIL/install/include/* /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil/ cd SimulationRuntime/OMSI; \ mkdir -p Build_static; (cd ./Build_static; echo "change to Build_static"; CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" -DPLATFORM=static -DCMAKE_BUILD_TYPE=Debug -DIS_MINGW32=OFF -DIS_MINGW64=ON -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" -DLIB_OMC=lib/omc && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe --build .; make install); mkdir -p Build_dynamic; (cd ./Build_dynamic; echo "change to Build_dynamic"; CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" -DPLATFORM=dynamic -DCMAKE_BUILD_TYPE=Debug -DIS_MINGW32=OFF -DIS_MINGW64=ON -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" -DLIB_OMC=lib/omc && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe --build .; make install); -- Looking for Fortran sgemm - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD change to Build_static -- Looking for memmove - found -- Looking for memset CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- CMake version 3.28.2 -- The C compiler identification is Clang 17.0.6 -- The CXX compiler identification is Clang 17.0.6 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Looking for Fortran sgemm -- Looking for memset - found -- Looking for nl_langinfo -- Detecting C compiler ABI info -- Looking for Fortran sgemm - found -- Found BLAS: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Looking for Fortran cheev -- Looking for nl_langinfo - not found -- Looking for setlocale -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Looking for setlocale - found -- Looking for localeconv -- Looking for Fortran cheev - found -- Found LAPACK: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a CMake Deprecation Warning at ThirdParty/MUMPS/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test NEEDS_FALLOW_ARG_MISMATCH libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling with C flags: -g -O2 -DUCRT64 -- Libs will be installed in C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi CMake Deprecation Warning at solver/CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Looking for sgemm_ -- Looking for localeconv - found -- Looking for snprintf -- Performing Test NEEDS_FALLOW_ARG_MISMATCH - Success -- IPOPT_VERSION_STRING = 3.13.5 -- Current IPOPT revision is 0 -- Package filename: IpOpt-3.13.5-Windows -- Configuring done (147.6s) -- Generating done (0.1s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build make -C 3rdParty/Ipopt-3.13.4/build/ install make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4 -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/build.make ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/DependInfo.cmake "--color=" -- Looking for sgemm_ - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Looking for snprintf - found -- Looking for strcasecmp make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/build.make ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' [ 1%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_comm_buffer.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_comm_buffer.F -o CMakeFiles/coinmumps.dir/src/dmumps_comm_buffer.F.obj [ 2%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_struc_def.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_struc_def.F -o CMakeFiles/coinmumps.dir/src/dmumps_struc_def.F.obj [ 3%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_ooc_common.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_ooc_common.F -o CMakeFiles/coinmumps.dir/src/mumps_ooc_common.F.obj [ 4%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/tools_common_mod.F.obj [ 4%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_sol_es.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_sol_es.F -o CMakeFiles/coinmumps.dir/src/mumps_sol_es.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/tools_common_mod.F -o CMakeFiles/coinmumps.dir/src/tools_common_mod.F.obj [ 5%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_static_mapping.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_static_mapping.F -o CMakeFiles/coinmumps.dir/src/mumps_static_mapping.F.obj [ 5%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_c.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_c.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_c.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_c.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_c.c [ 5%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_part9.F.obj [ 6%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_common.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_common.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_common.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_common.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_common.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_part9.F -o CMakeFiles/coinmumps.dir/src/mumps_part9.F.obj [ 7%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_orderings.c.obj [ 7%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_size.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_orderings.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_orderings.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_orderings.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_orderings.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_size.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_size.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_size.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_size.c [ 8%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_io.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_io.c [ 9%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io_basic.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io_basic.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_io_basic.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_io_basic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_io_basic.c [ 9%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io_thread.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io_thread.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_io_thread.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_io_thread.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_io_thread.c [ 10%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io_err.c.obj [ 11%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/libseq/mpi.f.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_io_err.c.obj -MF CMakeFiles/coinmumps.dir/src/mumps_io_err.c.obj.d -o CMakeFiles/coinmumps.dir/src/mumps_io_err.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/mumps_io_err.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq/mpi.f -o CMakeFiles/coinmumps.dir/libseq/mpi.f.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/dmumps_comm_buffer.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/dmumps_comm_buffer.mod.stamp GNU [ 12%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/libseq/mpic.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/libseq/mpic.c.obj -MF CMakeFiles/coinmumps.dir/libseq/mpic.c.obj.d -o CMakeFiles/coinmumps.dir/libseq/mpic.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq/mpic.c /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/dmumps_struc_def.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/dmumps_struc_def.mod.stamp GNU /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/mumps_ooc_common.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/mumps_ooc_common.mod.stamp GNU /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/tools_common.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/tools_common.mod.stamp GNU [ 13%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/libseq/elapse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -w -DAdd_ -MD -MT ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/libseq/elapse.c.obj -MF CMakeFiles/coinmumps.dir/libseq/elapse.c.obj.d -o CMakeFiles/coinmumps.dir/libseq/elapse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq/elapse.c /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/mumps_sol_es.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/mumps_sol_es.mod.stamp GNU /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/mumps_static_mapping.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/mumps_static_mapping.mod.stamp GNU -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_comm_buffer.F.obj.provides.build [ 14%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part7.F.obj -- Looking for sgemm_ cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part7.F -o CMakeFiles/coinmumps.dir/src/dmumps_part7.F.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_struc_def.F.obj.provides.build /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_ooc_common.F.obj.provides.build /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_sol_es.F.obj.provides.build [ 15%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_load.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_load.F -o CMakeFiles/coinmumps.dir/src/dmumps_load.F.obj [ 16%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_ooc_buffer.F.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_static_mapping.F.obj.provides.build cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_ooc_buffer.F -o CMakeFiles/coinmumps.dir/src/dmumps_ooc_buffer.F.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/tools_common_mod.F.obj.provides.build -- Looking for strcasecmp - found -- Looking for strncasecmp /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/dmumps_ooc_buffer.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/dmumps_ooc_buffer.mod.stamp GNU /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_ooc_buffer.F.obj.provides.build [ 17%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_ooc.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_ooc.F -o CMakeFiles/coinmumps.dir/src/dmumps_ooc.F.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/dmumps_load.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/dmumps_load.mod.stamp GNU /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_load.F.obj.provides.build -- Looking for sgemm_ - found -- Found BLAS: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Looking for cheev_ -- Looking for strncasecmp - found -- Looking for stricmp /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/dmumps_ooc.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/dmumps_ooc.mod.stamp GNU /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_ooc.F.obj.provides.build [ 18%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part2.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part2.F -o CMakeFiles/coinmumps.dir/src/dmumps_part2.F.obj [ 18%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part1.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part1.F -o CMakeFiles/coinmumps.dir/src/dmumps_part1.F.obj [ 19%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part3.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part3.F -o CMakeFiles/coinmumps.dir/src/dmumps_part3.F.obj [ 19%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part4.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part4.F -o CMakeFiles/coinmumps.dir/src/dmumps_part4.F.obj [ 20%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part6.F.obj [ 20%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part8.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part8.F -o CMakeFiles/coinmumps.dir/src/dmumps_part8.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part6.F -o CMakeFiles/coinmumps.dir/src/dmumps_part6.F.obj -- Looking for cheev_ - found -- Found LAPACK: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Lapack Libraries: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Sundials PATH: -- C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build -- Looking for stricmp - found -- Looking for strnicmp -- Sundials libs: -- C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib -- Sundials include: -- C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials -- Used Sundials libraries: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecserial.dll.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_kinsol.dll.a -- Using sundials 5.4.0 CMake Deprecation Warning at base/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Using expat library C:/OMDevUCRT/tools/msys/ucrt64/lib/libexpat.dll.a -- Configuring done (9.5s) /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_copy_f90_mod ThirdParty/MUMPS/dmumps_parallel_analysis.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/dmumps_parallel_analysis.mod.stamp GNU -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: IS_MINGW32 IS_MINGW64 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part2.F.obj.provides.build -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. [ 21%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part5.F.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -DHAVE_CONFIG_H -DMUMPS_ARITH=MUMPS_ARITH_d -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -fallow-argument-mismatch -cpp -w -fcray-pointer -fall-intrinsics -finit-local-zero -DALLOW_NON_INIT -Dintel_ -fallow-argument-mismatch -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/src/dmumps_part5.F -o CMakeFiles/coinmumps.dir/src/dmumps_part5.F.obj [ 5%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_api.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:681:60: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 681 | length += snprintf(buffer, MAX_BUFFER_SIZE-length, header); | ^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:681:60: note: treat the string as an argument to avoid this 681 | length += snprintf(buffer, MAX_BUFFER_SIZE-length, header); | ^ | "%s", C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:712:107: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] 712 | "\t solver_callbacks set: \t\t %s \t ( Address: %x )\n", solver->solver_callbacks?"yes":"no", solver->solver_callbacks); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:717:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_matrix_element' (aka 'void (*)(void *, unsigned int, unsigned int, double *)') [-Wformat] 717 | "\t\t get_A_element set: \t %s \t ( Address: %x )\n", lin_callbacks->get_A_element?"yes":"no", lin_callbacks->get_A_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:719:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_matrix_element' (aka 'void (*)(void *, unsigned int, unsigned int, double *)') [-Wformat] 719 | "\t\t set_A_element set: \t %s \t ( Address: %x )\n", lin_callbacks->set_A_element?"yes":"no", lin_callbacks->set_A_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:721:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_vector_element' (aka 'void (*)(void *, unsigned int, double *)') [-Wformat] 721 | "\t\t get_b_element set: \t %s \t ( Address: %x )\n", lin_callbacks->get_b_element?"yes":"no", lin_callbacks->get_b_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:723:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_vector_element' (aka 'void (*)(void *, unsigned int, double *)') [-Wformat] 723 | "\t\t set_b_element set: \t %s \t ( Address: %x )\n", lin_callbacks->set_b_element?"yes":"no", lin_callbacks->set_b_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:725:120: warning: format specifies type 'unsigned int' but the argument has type 'solver_solve_func' (aka 'solver_state (*)(void *)') [-Wformat] 725 | "\t\t solve_eq_system set: \t %s \t ( Address: %x )\n", lin_callbacks->solve_eq_system?"yes":"no", lin_callbacks->solve_eq_system); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:767:12: warning: implicit conversion from enumeration type 'solver_state' to different enumeration type 'solver_status' [-Wenum-conversion] 767 | return lin_callbacks->solve_eq_system(solver->specific_data); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:795:12: warning: implicit conversion from enumeration type 'solver_state' to different enumeration type 'solver_status' [-Wenum-conversion] 795 | return non_lin_callbacks->solve_eq_system(solver->specific_data); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 warnings generated. -- Looking for strnicmp - found -- Looking for strchr [ 11%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_helper.c.obj [ 17%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_kinsol.c.obj [ 21%] Linking Fortran static library libcoinmumps.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/coinmumps.dir/cmake_clean_target.cmake C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_kinsol.c:407:16: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 407 | return solver_kinsol_error_handler(NULL, flag, | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 408 | "solver_kinsol_solve", | ~~~~~~~~~~~~~~~~~~~~~~ 409 | "Error while solving equation system."); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_kinsol.c:412:12: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 412 | return solver_ok; | ~~~~~~ ^~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/ThirdParty/MUMPS && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/coinmumps.dir/link.txt --verbose=1 2 warnings generated. C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libcoinmumps.a CMakeFiles/coinmumps.dir/src/dmumps_part1.F.obj CMakeFiles/coinmumps.dir/src/dmumps_part2.F.obj CMakeFiles/coinmumps.dir/src/dmumps_part3.F.obj CMakeFiles/coinmumps.dir/src/dmumps_part4.F.obj CMakeFiles/coinmumps.dir/src/dmumps_part5.F.obj CMakeFiles/coinmumps.dir/src/dmumps_part6.F.obj CMakeFiles/coinmumps.dir/src/dmumps_part7.F.obj CMakeFiles/coinmumps.dir/src/dmumps_part8.F.obj CMakeFiles/coinmumps.dir/src/dmumps_comm_buffer.F.obj CMakeFiles/coinmumps.dir/src/dmumps_load.F.obj CMakeFiles/coinmumps.dir/src/mumps_c.c.obj CMakeFiles/coinmumps.dir/src/dmumps_ooc_buffer.F.obj CMakeFiles/coinmumps.dir/src/dmumps_ooc.F.obj CMakeFiles/coinmumps.dir/src/dmumps_struc_def.F.obj CMakeFiles/coinmumps.dir/src/mumps_part9.F.obj CMakeFiles/coinmumps.dir/src/mumps_common.c.obj CMakeFiles/coinmumps.dir/src/mumps_ooc_common.F.obj CMakeFiles/coinmumps.dir/src/mumps_orderings.c.obj CMakeFiles/coinmumps.dir/src/mumps_size.c.obj CMakeFiles/coinmumps.dir/src/mumps_io.c.obj CMakeFiles/coinmumps.dir/src/mumps_io_basic.c.obj CMakeFiles/coinmumps.dir/src/mumps_io_thread.c.obj CMakeFiles/coinmumps.dir/src/mumps_io_err.c.obj CMakeFiles/coinmumps.dir/src/mumps_static_mapping.F.obj CMakeFiles/coinmumps.dir/src/tools_common_mod.F.obj CMakeFiles/coinmumps.dir/src/mumps_sol_es.F.obj CMakeFiles/coinmumps.dir/libseq/mpi.f.obj CMakeFiles/coinmumps.dir/libseq/mpic.c.obj CMakeFiles/coinmumps.dir/libseq/elapse.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libcoinmumps.a [ 23%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_lapack.c.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' [ 21%] Built target coinmumps make -f Ipopt/CMakeFiles/ipopt.dir/build.make Ipopt/CMakeFiles/ipopt.dir/depend C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_lapack.c:306:16: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 306 | return solver_error; | ~~~~~~ ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_lapack.c:314:16: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 314 | return solver_error; | ~~~~~~ ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_lapack.c:317:12: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 317 | return solver_ok; | ~~~~~~ ^~~~~~~~~ 3 warnings generated. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/Ipopt /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/CMakeFiles/ipopt.dir/DependInfo.cmake "--color=" [ 29%] Linking C static library libOMSISolver_static.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f Ipopt/CMakeFiles/ipopt.dir/build.make Ipopt/CMakeFiles/ipopt.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libOMSISolver_static.a CMakeFiles/OMSISolver_static.dir/src/solver_api.c.obj CMakeFiles/OMSISolver_static.dir/src/solver_helper.c.obj CMakeFiles/OMSISolver_static.dir/src/solver_kinsol.c.obj CMakeFiles/OMSISolver_static.dir/src/solver_lapack.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libOMSISolver_static.a -- Looking for strchr - found -- Looking for strdup [ 22%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAdaptiveMuUpdate.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAdaptiveMuUpdate.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpAdaptiveMuUpdate.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpAdaptiveMuUpdate.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpAdaptiveMuUpdate.cpp [ 23%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgBuilder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgBuilder.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgBuilder.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgBuilder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpAlgBuilder.cpp [ 23%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgorithmRegOp.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgorithmRegOp.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgorithmRegOp.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgorithmRegOp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpAlgorithmRegOp.cpp [ 24%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAugRestoSystemSolver.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpAugRestoSystemSolver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpAugRestoSystemSolver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpAugRestoSystemSolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpAugRestoSystemSolver.cpp [ 29%] Built target OMSISolver_static [ 25%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpBacktrackingLineSearch.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpBacktrackingLineSearch.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpBacktrackingLineSearch.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpBacktrackingLineSearch.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpBacktrackingLineSearch.cpp [ 26%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpDefaultIterateInitializer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpDefaultIterateInitializer.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpDefaultIterateInitializer.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpDefaultIterateInitializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpDefaultIterateInitializer.cpp [ 26%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpEquilibrationScaling.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpEquilibrationScaling.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpEquilibrationScaling.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpEquilibrationScaling.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpEquilibrationScaling.cpp [ 27%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpExactHessianUpdater.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpExactHessianUpdater.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpExactHessianUpdater.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpExactHessianUpdater.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpExactHessianUpdater.cpp [ 28%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilterLSAcceptor.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilterLSAcceptor.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilterLSAcceptor.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilterLSAcceptor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpFilterLSAcceptor.cpp [ 28%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilter.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilter.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpFilter.cpp [ 29%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpGenAugSystemSolver.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpGenAugSystemSolver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpGenAugSystemSolver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpGenAugSystemSolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpGenAugSystemSolver.cpp [ 30%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpGradientScaling.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpGradientScaling.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpGradientScaling.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpGradientScaling.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpGradientScaling.cpp [ 31%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptAlg.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptAlg.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptAlg.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptAlg.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpIpoptAlg.cpp [ 35%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_event_helper.c.obj [ 31%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptCalculatedQuantities.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptCalculatedQuantities.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptCalculatedQuantities.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptCalculatedQuantities.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpIpoptCalculatedQuantities.cpp [ 32%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptData.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptData.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptData.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptData.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpIpoptData.cpp [ 33%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIteratesVector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpIteratesVector.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpIteratesVector.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpIteratesVector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpIteratesVector.cpp [ 34%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLeastSquareMults.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLeastSquareMults.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpLeastSquareMults.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpLeastSquareMults.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpLeastSquareMults.cpp [ 34%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLimMemQuasiNewtonUpdater.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLimMemQuasiNewtonUpdater.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpLimMemQuasiNewtonUpdater.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpLimMemQuasiNewtonUpdater.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpLimMemQuasiNewtonUpdater.cpp [ 35%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLoqoMuOracle.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLoqoMuOracle.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpLoqoMuOracle.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpLoqoMuOracle.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpLoqoMuOracle.cpp [ 36%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankAugSystemSolver.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankAugSystemSolver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankAugSystemSolver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankAugSystemSolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpLowRankAugSystemSolver.cpp [ 36%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankSSAugSystemSolver.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankSSAugSystemSolver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankSSAugSystemSolver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankSSAugSystemSolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpLowRankSSAugSystemSolver.cpp [ 37%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpMonotoneMuUpdate.cpp.obj autoreconf-2.72: configure.ac: tracing cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpMonotoneMuUpdate.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpMonotoneMuUpdate.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpMonotoneMuUpdate.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpMonotoneMuUpdate.cpp [ 38%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPBoundsRemover.cpp.obj [ 41%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_getters_and_setters.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPBoundsRemover.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPBoundsRemover.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPBoundsRemover.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpNLPBoundsRemover.cpp [ 39%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPScaling.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPScaling.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPScaling.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPScaling.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpNLPScaling.cpp [ 39%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpOptErrorConvCheck.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpOptErrorConvCheck.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpOptErrorConvCheck.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpOptErrorConvCheck.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpOptErrorConvCheck.cpp [ 40%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIpoptNLP.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIpoptNLP.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIpoptNLP.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIpoptNLP.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpOrigIpoptNLP.cpp [ 41%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIterationOutput.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIterationOutput.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIterationOutput.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIterationOutput.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpOrigIterationOutput.cpp [ 42%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDFullSpaceSolver.cpp.obj -- Looking for strdup - found -- Looking for strrchr cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDFullSpaceSolver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDFullSpaceSolver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDFullSpaceSolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpPDFullSpaceSolver.cpp [ 42%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDPerturbationHandler.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDPerturbationHandler.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDPerturbationHandler.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDPerturbationHandler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpPDPerturbationHandler.cpp [ 43%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDSearchDirCalc.cpp.obj [ 47%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_initialization.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDSearchDirCalc.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDSearchDirCalc.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDSearchDirCalc.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpPDSearchDirCalc.cpp [ 44%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPenaltyLSAcceptor.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPenaltyLSAcceptor.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpPenaltyLSAcceptor.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpPenaltyLSAcceptor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpPenaltyLSAcceptor.cpp [ 44%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpProbingMuOracle.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpProbingMuOracle.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpProbingMuOracle.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpProbingMuOracle.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpProbingMuOracle.cpp [ 45%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpQualityFunctionMuOracle.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpQualityFunctionMuOracle.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpQualityFunctionMuOracle.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpQualityFunctionMuOracle.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpQualityFunctionMuOracle.cpp [ 46%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoConvCheck.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoConvCheck.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoConvCheck.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoConvCheck.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoConvCheck.cpp [ 47%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoFilterConvCheck.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoFilterConvCheck.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoFilterConvCheck.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoFilterConvCheck.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoFilterConvCheck.cpp [ 47%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIpoptNLP.cpp.obj [ 52%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_json.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIpoptNLP.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIpoptNLP.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIpoptNLP.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoIpoptNLP.cpp [ 48%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterateInitializer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterateInitializer.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterateInitializer.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterateInitializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoIterateInitializer.cpp [ 49%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterationOutput.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterationOutput.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterationOutput.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterationOutput.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoIterationOutput.cpp [ 50%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoMinC_1Nrm.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoMinC_1Nrm.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoMinC_1Nrm.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoMinC_1Nrm.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoMinC_1Nrm.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/base/src/omsi_input_json.c:298:38: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] 298 | if (str+1 == '\0') { | ^~~~ | (void *)0 [ 50%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoPenaltyConvCheck.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoPenaltyConvCheck.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoPenaltyConvCheck.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoPenaltyConvCheck.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoPenaltyConvCheck.cpp 1 warning generated. [ 51%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoRestoPhase.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoRestoPhase.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoRestoPhase.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoRestoPhase.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpRestoRestoPhase.cpp [ 52%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpStdAugSystemSolver.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpStdAugSystemSolver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpStdAugSystemSolver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpStdAugSystemSolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpStdAugSystemSolver.cpp [ 58%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_model_variables.c.obj [ 52%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpTimingStatistics.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpTimingStatistics.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpTimingStatistics.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpTimingStatistics.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpTimingStatistics.cpp [ 53%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpUserScaling.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpUserScaling.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpUserScaling.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpUserScaling.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpUserScaling.cpp [ 54%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpWarmStartIterateInitializer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpWarmStartIterateInitializer.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/IpWarmStartIterateInitializer.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/IpWarmStartIterateInitializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/IpWarmStartIterateInitializer.cpp [ 55%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpLinearSolversRegOp.cpp.obj [ 55%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpLinearSolversRegOp.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpLinearSolversRegOp.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpLinearSolversRegOp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpLinearSolversRegOp.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.cpp [ 56%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTripletToCSRConverter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTripletToCSRConverter.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTripletToCSRConverter.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTripletToCSRConverter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpTripletToCSRConverter.cpp [ 64%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_sim_data.c.obj [ 57%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.cpp [ 57%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp [ 58%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.cpp [ 59%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.cpp [ 60%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa86SolverInterface.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa86SolverInterface.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa86SolverInterface.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa86SolverInterface.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMa86SolverInterface.cpp [ 70%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_xml.c.obj [ 60%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa97SolverInterface.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa97SolverInterface.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa97SolverInterface.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa97SolverInterface.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMa97SolverInterface.cpp libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' -- Looking for strrchr - found -- Looking for strstr [ 61%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMc19TSymScalingMethod.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMc19TSymScalingMethod.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMc19TSymScalingMethod.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMc19TSymScalingMethod.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMc19TSymScalingMethod.cpp [ 62%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.cpp [ 63%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa77SolverInterface.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa77SolverInterface.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa77SolverInterface.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa77SolverInterface.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMa77SolverInterface.cpp [ 63%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp [ 64%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyCq.cpp.obj [ 76%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_mmap.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyCq.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyCq.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyCq.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty/IpCGPenaltyCq.cpp [ 65%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyData.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyData.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyData.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyData.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty/IpCGPenaltyData.cpp [ 65%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp [ 66%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp [ 67%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPerturbationHandler.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPerturbationHandler.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPerturbationHandler.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPerturbationHandler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty/IpCGPerturbationHandler.cpp [ 68%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGSearchDirCalc.cpp.obj [ 82%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_posix_func.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGSearchDirCalc.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGSearchDirCalc.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGSearchDirCalc.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty/IpCGSearchDirCalc.cpp [ 68%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpPiecewisePenalty.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpPiecewisePenalty.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpPiecewisePenalty.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpPiecewisePenalty.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty/IpPiecewisePenalty.cpp [ 69%] Building C object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/LibraryHandler.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/LibraryHandler.c.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/LibraryHandler.c.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/LibraryHandler.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/LibraryHandler.c [ 70%] Building C object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/HSLLoader.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/HSLLoader.c.obj -MF CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/HSLLoader.c.obj.d -o CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/HSLLoader.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/HSLLoader.c [ 71%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpJournalist.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpJournalist.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Common/IpJournalist.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Common/IpJournalist.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common/IpJournalist.cpp [ 71%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpObserver.cpp.obj [ 88%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_solve_alg_system.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpObserver.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Common/IpObserver.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Common/IpObserver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common/IpObserver.cpp [ 72%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpOptionsList.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpOptionsList.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Common/IpOptionsList.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Common/IpOptionsList.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common/IpOptionsList.cpp [ 73%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpRegOptions.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpRegOptions.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Common/IpRegOptions.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Common/IpRegOptions.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common/IpRegOptions.cpp [ 73%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpTaggedObject.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/LibraryHandler.c:10: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/LibraryHandler.h:37:10: warning: 'SHAREDLIBEXT' macro redefined [-Wmacro-redefined] 37 | # define SHAREDLIBEXT "so" | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include/config.h:224:9: note: previous definition is here 224 | #define SHAREDLIBEXT "dll" | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/LibraryHandler.c:50:184: warning: format specifies type 'int' but the argument has type 'DWORD' (aka 'unsigned long') [-Wformat] 50 | mysnprintf(msgBuf, msgLen, "Windows errIn file included from or while lC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/HSLLoader.c:o9a: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/LibraryHandler.hd:37:10:i warning: 'SHAREDLIBEXT' macro redefined [-Wmacro-redefined] n g dy37 | #nami definc e liSHAbrary %s, error = %d.\n(REDLsee http://msdn.micIBEXT "so" ro| ^ soft.comC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include/config.h/en-us:/libr224a:ry/9m: note: previous definition is here s6 22481381%%2 | 8v=#define vs.85%SHAREDLIBEXT %29.aspx")\n", lidll" | ^ bName, GetLastError()); | ~~ ^~~~~~~~~~~~~~ | %lu C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/LibraryHandler.c:182:103: warning: format specifies type 'int' but the argument has type 'DWORD' (aka 'unsigned long') [-Wformat] 182 | mysnprintf(msgBuf, msgLen, "Cannot find symbol %s in dynamic library, error = %d.", symName, GetLastError()); | ~~ ^~~~~~~~~~~~~~ | %lu cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpTaggedObject.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Common/IpTaggedObject.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Common/IpTaggedObject.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common/IpTaggedObject.cpp 3 warnings generated. [ 74%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpUtils.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpUtils.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Common/IpUtils.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Common/IpUtils.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common/IpUtils.cpp [ 75%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpInterfacesRegOp.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpInterfacesRegOp.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpInterfacesRegOp.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpInterfacesRegOp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpInterfacesRegOp.cpp [ 94%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_utils.c.obj [ 76%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpIpoptApplication.cpp.obj 1 warning generated. cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpIpoptApplication.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpIpoptApplication.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpIpoptApplication.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpIpoptApplication.cpp [ 76%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpSolveStatistics.cpp.obj -- Looking for strstr - found -- Looking for strtol cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpSolveStatistics.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpSolveStatistics.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpSolveStatistics.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpSolveStatistics.cpp [ 77%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdCInterface.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdCInterface.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdCInterface.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdCInterface.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpStdCInterface.cpp [ 78%] Building C object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdFInterface.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -g -O2 -DUCRT64 -fomit-frame-pointer -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdFInterface.c.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdFInterface.c.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdFInterface.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpStdFInterface.c [ 78%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdInterfaceTNLP.cpp.obj [100%] Linking C static library libOMSIBase_static.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdInterfaceTNLP.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdInterfaceTNLP.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdInterfaceTNLP.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpStdInterfaceTNLP.cpp [ 79%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPAdapter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPAdapter.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPAdapter.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPAdapter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpTNLPAdapter.cpp [ 80%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPReducer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPReducer.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPReducer.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPReducer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces/IpTNLPReducer.cpp [ 81%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpBlas.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpBlas.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpBlas.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpBlas.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpBlas.cpp [ 81%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundMatrix.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libOMSIBase_static.a CMakeFiles/OMSIBase_static.dir/src/omsi_event_helper.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_getters_and_setters.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_initialization.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_input_json.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_input_model_variables.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_input_sim_data.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_input_xml.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_mmap.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_posix_func.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_solve_alg_system.c.obj CMakeFiles/OMSIBase_static.dir/src/omsi_utils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpCompoundMatrix.cpp [ 82%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundSymMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundSymMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundSymMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundSymMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpCompoundSymMatrix.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libOMSIBase_static.a [ 83%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundVector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundVector.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundVector.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundVector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpCompoundVector.cpp libtoolize: copying file 'm4/ltoptions.m4' [ 84%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseGenMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseGenMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseGenMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseGenMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpDenseGenMatrix.cpp [100%] Built target OMSIBase_static [ 84%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseSymMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseSymMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseSymMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseSymMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpDenseSymMatrix.cpp [ 85%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseVector.cpp.obj make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseVector.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseVector.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseVector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpDenseVector.cpp [ 86%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDiagMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDiagMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpDiagMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpDiagMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpDiagMatrix.cpp make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' [ 86%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpandedMultiVectorMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpandedMultiVectorMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpandedMultiVectorMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpandedMultiVectorMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpExpandedMultiVectorMatrix.cpp [ 87%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpansionMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpansionMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpansionMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpansionMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpExpansionMatrix.cpp [ 88%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpIdentityMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpIdentityMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpIdentityMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpIdentityMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpIdentityMatrix.cpp [ 89%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpLapack.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpLapack.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpLapack.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpLapack.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpLapack.cpp [ 89%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpLowRankUpdateSymMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpLowRankUpdateSymMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpLowRankUpdateSymMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpLowRankUpdateSymMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpLowRankUpdateSymMatrix.cpp [ 90%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpMatrix.cpp [ 91%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpMultiVectorMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpMultiVectorMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpMultiVectorMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpMultiVectorMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpMultiVectorMatrix.cpp [ 92%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpScaledMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpScaledMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpScaledMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpScaledMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpScaledMatrix.cpp [ 92%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpSumMatrix.cpp [ 93%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumSymMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumSymMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumSymMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumSymMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpSumSymMatrix.cpp [ 29%] Built target OMSISolver_static -- Looking for strtol - found -- Looking for strtoul [ 94%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpSymScaledMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpSymScaledMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpSymScaledMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpSymScaledMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpSymScaledMatrix.cpp [ 94%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpTransposeMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpTransposeMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpTransposeMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpTransposeMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpTransposeMatrix.cpp [ 95%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpVector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpVector.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpVector.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpVector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpVector.cpp [ 96%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpZeroMatrix.cpp [ 97%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroSymMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroSymMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroSymMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroSymMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/IpZeroSymMatrix.cpp [ 97%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpGenTMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpGenTMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpGenTMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpGenTMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices/IpGenTMatrix.cpp [ 98%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpSymTMatrix.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpSymTMatrix.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpSymTMatrix.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpSymTMatrix.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices/IpSymTMatrix.cpp [ 99%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpTripletHelper.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DCOIN_USE_MUMPS_MPI_H -DHAVE_CONFIG_H -DHAVE_MUMPS -DIPOPTLIB_BUILD -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt/Ipopt/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Dependencies/./include/ampl -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/HSL -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/LinearSolvers -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Algorithm/Inexact -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/CGPenalty -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Interfaces -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Common -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/Apps/AmplSolver -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/ThirdParty/MUMPS/libseq -Qunused-arguments -fomit-frame-pointer -std=gnu++11 -MD -MT Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpTripletHelper.cpp.obj -MF CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpTripletHelper.cpp.obj.d -o CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpTripletHelper.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/LinAlg/TMatrices/IpTripletHelper.cpp [100%] Built target OMSIBase_static Install the project... -- Install configuration: "Debug" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_callbacks.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_api_functions.h libtoolize: copying file 'm4/ltsugar.m4' -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_cs.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_me.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_wrapper.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2Functions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2FunctionTypes.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2TypesPlatform.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver_static.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/omsi_solver.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/solver_api.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/solver_helper.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase_static.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libexpat.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_event_helper.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_getters_and_setters.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_global.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_initialization.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_json.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_model_variables.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_sim_data.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_xml.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_mmap.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_posix_func.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_solve_alg_system.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_utils.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/uthash.h make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' change to Build_dynamic CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- CMake version 3.28.2 [100%] Linking CXX static library libipopt.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ipopt.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/Ipopt && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/ipopt.dir/link.txt --verbose=1 -- The C compiler identification is Clang 17.0.6 -- Looking for strtoul - found -- Looking for timegm C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libipopt.a CMakeFiles/ipopt.dir/__/src/Algorithm/IpAdaptiveMuUpdate.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgBuilder.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpAlgorithmRegOp.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpAugRestoSystemSolver.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpBacktrackingLineSearch.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpDefaultIterateInitializer.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpEquilibrationScaling.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpExactHessianUpdater.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilterLSAcceptor.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpFilter.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpGenAugSystemSolver.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpGradientScaling.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptAlg.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptCalculatedQuantities.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpIpoptData.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpIteratesVector.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpLeastSquareMults.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpLimMemQuasiNewtonUpdater.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpLoqoMuOracle.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankAugSystemSolver.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankSSAugSystemSolver.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpMonotoneMuUpdate.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPBoundsRemover.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPScaling.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpOptErrorConvCheck.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIpoptNLP.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpOrigIterationOutput.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDFullSpaceSolver.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDPerturbationHandler.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDSearchDirCalc.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpPenaltyLSAcceptor.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpProbingMuOracle.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpQualityFunctionMuOracle.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoConvCheck.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoFilterConvCheck.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIpoptNLP.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterateInitializer.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIterationOutput.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoMinC_1Nrm.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoPenaltyConvCheck.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoRestoPhase.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpStdAugSystemSolver.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpTimingStatistics.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpUserScaling.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/IpWarmStartIterateInitializer.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpLinearSolversRegOp.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTripletToCSRConverter.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa86SolverInterface.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa97SolverInterface.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMc19TSymScalingMethod.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa77SolverInterface.cpp.obj CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe q libipopt.a CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyCq.cpp.obj CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyData.cpp.obj CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp.obj CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp.obj CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPerturbationHandler.cpp.obj CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGSearchDirCalc.cpp.obj CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpPiecewisePenalty.cpp.obj CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/LibraryHandler.c.obj CMakeFiles/ipopt.dir/__/src/contrib/LinearSolverLoader/HSLLoader.c.obj CMakeFiles/ipopt.dir/__/src/Common/IpJournalist.cpp.obj CMakeFiles/ipopt.dir/__/src/Common/IpObserver.cpp.obj CMakeFiles/ipopt.dir/__/src/Common/IpOptionsList.cpp.obj CMakeFiles/ipopt.dir/__/src/Common/IpRegOptions.cpp.obj CMakeFiles/ipopt.dir/__/src/Common/IpTaggedObject.cpp.obj CMakeFiles/ipopt.dir/__/src/Common/IpUtils.cpp.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpInterfacesRegOp.cpp.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpIpoptApplication.cpp.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpSolveStatistics.cpp.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdCInterface.cpp.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdFInterface.c.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpStdInterfaceTNLP.cpp.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPAdapter.cpp.obj CMakeFiles/ipopt.dir/__/src/Interfaces/IpTNLPReducer.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpBlas.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundSymMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundVector.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseGenMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseSymMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseVector.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpDiagMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpandedMultiVectorMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpansionMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpIdentityMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpLapack.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpLowRankUpdateSymMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpMultiVectorMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpScaledMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpSumSymMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpSymScaledMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpTransposeMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpVector.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroSymMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpGenTMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpSymTMatrix.cpp.obj CMakeFiles/ipopt.dir/__/src/LinAlg/TMatrices/IpTripletHelper.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libipopt.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' -- The CXX compiler identification is Clang 17.0.6 [100%] Built target ipopt make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build/CMakeFiles 0 config.status: creating Makefile make -f CMakeFiles/Makefile2 preinstall make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/share/doc/IpOpt/LICENSE -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/share/doc/IpOpt/README.md -- Detecting C compiler ABI info -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcoinmumps.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/pkgconfig/ipopt.pc -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libipopt.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSymMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpExpansionMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpVector.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpDenseVector.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpCompoundVector.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpCompoundMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpCompoundSymMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSumSymMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpDiagMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIdentityMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpScaledMatrix.hpp config.status: creating src/Makefile -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSymScaledMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpZeroSymMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpBlas.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpLapack.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpGenTMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSymTMatrix.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTripletHelper.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpAlgTypes.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIpoptApplication.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpNLP.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpReturnCodes.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpReturnCodes.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpReturnCodes_inc.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpReturnCodes.inc -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSolveStatistics.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpStdCInterface.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTNLP.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTNLPAdapter.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTNLPReducer.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpCachedResults.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpDebug.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpException.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpJournalist.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpObserver.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpOptionsList.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpoptConfig.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/config_ipopt_default.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpReferenced.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpRegOptions.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSmartPtr.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTaggedObject.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTimedTask.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTypes.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpUtils.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIpoptCalculatedQuantities.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIpoptData.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIteratesVector.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpTimingStatistics.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIpoptNLP.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpOrigIpoptNLP.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpNLPScaling.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpAlgBuilder.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIpoptAlg.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpAlgStrategy.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSearchDirCalculator.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpLineSearch.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpMuUpdate.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpConvCheck.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIterateInitializer.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIterationOutput.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpHessianUpdater.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpEqMultCalculator.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpAugSystemSolver.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpPDSystemSolver.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpSymLinearSolver.hpp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/share/doc/IpOpt/Ipopt/AUTHORS make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' libtoolize: copying file 'm4/ltversion.m4' -- Looking for timegm - not found -- Looking for towupper config.status: creating src/matrix/Makefile config.status: creating src/vector/Makefile -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info libtoolize: copying file 'm4/lt~obsolete.m4' config.status: creating src/matvec/Makefile -- Looking for towupper - found -- Looking for towlower config.status: creating src/solver/Makefile config.status: creating src/esolver/Makefile -- Detecting CXX compiler ABI info - done -- Looking for towlower - found -- Looking for mblen -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling with C flags: -g -O2 -DUCRT64 -- Libs will be installed in C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi CMake Deprecation Warning at solver/CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Looking for sgemm_ config.status: creating src/precon/Makefile config.status: creating src/system/Makefile -- Looking for sgemm_ - not found -- Looking for mblen - found -- Looking for wcsupr -- Performing Test CMAKE_HAVE_LIBC_PTHREAD config.status: creating src/precision/Makefile config.status: creating src/fortran/Makefile -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Looking for wcsupr - found -- Looking for wcslwr -- Looking for sgemm_ config.status: creating src/fortran/amg/Makefile config.status: creating include/Makefile config.status: creating test/Makefile -- Looking for wcslwr - found -- Looking for wcsnicmp -- Looking for sgemm_ - found -- Found BLAS: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Looking for cheev_ config.status: creating include/lisf.h config.status: creating include/lis_config.h -- Looking for wcsnicmp - found -- Looking for wcsicmp -- Looking for cheev_ - found -- Found LAPACK: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Lapack Libraries: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Sundials PATH: -- C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build -- Sundials libs: -- C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib -- Sundials include: -- C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials -- Used Sundials libraries: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_nvecserial.dll.a;C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_kinsol.dll.a -- Using sundials 5.4.0 CMake Deprecation Warning at base/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Using expat library C:/OMDevUCRT/tools/msys/ucrt64/lib/libexpat.dll.a -- Configuring done (7.6s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: IS_MINGW32 IS_MINGW64 -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. [ 5%] Building C object solver/CMakeFiles/OMSISolver.dir/src/solver_api.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:681:60: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 681 | length += snprintf(buffer, MAX_BUFFER_SIZE-length, header); | ^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:681:60: note: treat the string as an argument to avoid this 681 | length += snprintf(buffer, MAX_BUFFER_SIZE-length, header); | ^ | "%s", C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:712:107: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] 712 | "\t solver_callbacks set: \t\t %s \t ( Address: %x )\n", solver->solver_callbacks?"yes":"no", solver->solver_callbacks); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:717:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_matrix_element' (aka 'void (*)(void *, unsigned int, unsigned int, double *)') [-Wformat] 717 | "\t\t get_A_element set: \t %s \t ( Address: %x )\n", lin_callbacks->get_A_element?"yes":"no", lin_callbacks->get_A_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:719:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_matrix_element' (aka 'void (*)(void *, unsigned int, unsigned int, double *)') [-Wformat] 719 | "\t\t set_A_element set: \t %s \t ( Address: %x )\n", lin_callbacks->set_A_element?"yes":"no", lin_callbacks->set_A_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:721:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_vector_element' (aka 'void (*)(void *, unsigned int, double *)') [-Wformat] 721 | "\t\t get_b_element set: \t %s \t ( Address: %x )\n", lin_callbacks->get_b_element?"yes":"no", lin_callbacks->get_b_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:723:116: warning: format specifies type 'unsigned int' but the argument has type 'solver_interact_vector_element' (aka 'void (*)(void *, unsigned int, double *)') [-Wformat] 723 | "\t\t set_b_element set: \t %s \t ( Address: %x )\n", lin_callbacks->set_b_element?"yes":"no", lin_callbacks->set_b_element); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:725:120: warning: format specifies type 'unsigned int' but the argument has type 'solver_solve_func' (aka 'solver_state (*)(void *)') [-Wformat] 725 | "\t\t solve_eq_system set: \t %s \t ( Address: %x )\n", lin_callbacks->solve_eq_system?"yes":"no", lin_callbacks->solve_eq_system); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:767:12: warning: implicit conversion from enumeration type 'solver_state' to different enumeration type 'solver_status' [-Wenum-conversion] 767 | return lin_callbacks->solve_eq_system(solver->specific_data); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_api.c:795:12: warning: implicit conversion from enumeration type 'solver_state' to different enumeration type 'solver_status' [-Wenum-conversion] 795 | return non_lin_callbacks->solve_eq_system(solver->specific_data); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Looking for wcsicmp - found -- Looking for C++ include cstdint 9 warnings generated. [ 11%] Building C object solver/CMakeFiles/OMSISolver.dir/src/solver_helper.c.obj [ 17%] Building C object solver/CMakeFiles/OMSISolver.dir/src/solver_kinsol.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_kinsol.c:407:16: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 407 | return solver_kinsol_error_handler(NULL, flag, | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 408 | "solver_kinsol_solve", | ~~~~~~~~~~~~~~~~~~~~~~ 409 | "Error while solving equation system."); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_kinsol.c:412:12: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 412 | return solver_ok; | ~~~~~~ ^~~~~~~~~ 2 warnings generated. [ 23%] Building C object solver/CMakeFiles/OMSISolver.dir/src/solver_lapack.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_lapack.c:306:16: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 306 | return solver_error; | ~~~~~~ ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_lapack.c:314:16: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 314 | return solver_error; | ~~~~~~ ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/solver/src/solver_lapack.c:317:12: warning: implicit conversion from enumeration type 'solver_status' to different enumeration type 'solver_state' [-Wenum-conversion] 317 | return solver_ok; | ~~~~~~ ^~~~~~~~~ 3 warnings generated. autoreconf-2.72: configure.ac: not using Intltool autoreconf-2.72: configure.ac: not using Gtkdoc autoreconf-2.72: running: aclocal -I m4 [ 29%] Linking C shared library libOMSISolver.dll -- Looking for C++ include cstdint - found -- Performing Test CSTDINT_FUNCTIONAL [ 29%] Built target OMSISolver [ 35%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_event_helper.c.obj [ 41%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_getters_and_setters.c.obj -- Performing Test CSTDINT_FUNCTIONAL - Success -- Looking for C++ include inttypes.h [ 47%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_initialization.c.obj [ 52%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_input_json.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/base/src/omsi_input_json.c:298:38: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] 298 | if (str+1 == '\0') { | ^~~~ | (void *)0 1 warning generated. [ 58%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_input_model_variables.c.obj [ 64%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_input_sim_data.c.obj -- Looking for C++ include inttypes.h - found -- Check size of off_t [ 70%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_input_xml.c.obj [ 76%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_mmap.c.obj -- Check size of off_t - done -- Check size of size_t [ 82%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_posix_func.c.obj [ 88%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_solve_alg_system.c.obj [ 94%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_utils.c.obj [100%] Linking C shared library libOMSIBase.dll -- Check size of size_t - done -- Check size of ssize_t [100%] Built target OMSIBase make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' [ 29%] Built target OMSISolver -- Check size of ssize_t - done -- Check size of wchar_t [100%] Built target OMSIBase Install the project... -- Install configuration: "Debug" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_callbacks.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_api_functions.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_cs.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_me.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/omsi_fmi2_wrapper.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2Functions.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2FunctionTypes.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/fmi2/fmi2TypesPlatform.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver.dll -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/omsi_solver.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/solver_api.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/solver/solver_helper.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dll -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libexpat.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_event_helper.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_getters_and_setters.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_global.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_initialization.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_json.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_model_variables.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_sim_data.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_input_xml.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_mmap.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_posix_func.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_solve_alg_system.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/omsi_utils.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/uthash.h make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' test ! `uname` = Darwin || install_name_tool -id @rpath/omsi/libOMSIBase.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dylib test ! `uname` = Darwin || install_name_tool -id @rpath/omsi/libOMSISolver.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver.dylib test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dylib test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dylib test ! `uname` = Darwin || install_name_tool -change libOMSISolver.dylib @rpath/libOMSISolver.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase.dylib test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver.dylib test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSISolver.dylib -- Check size of wchar_t - done -- Check size of signed short cd SimulationRuntime/OMSIC; \ mkdir -p Build_static; (cd ./Build_static; echo "change to Build_static"; CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" -DPLATFORM=static -DCMAKE_BUILD_TYPE=Debug -DIS_MINGW32=OFF -DIS_MINGW64=ON -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" -DLIB_OMC=lib/omc && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe --build .; make install); mkdir -p Build_dynamic; (cd ./Build_dynamic; echo "change to Build_dynamic"; CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" -DPLATFORM=dynamic -DCMAKE_BUILD_TYPE=Debug -DIS_MINGW32=OFF -DIS_MINGW64=ON -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" -DLIB_OMC=lib/omc && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe --build .; make install); change to Build_static CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- CMake version 3.28.2 -- The C compiler identification is Clang 17.0.6 config.status: executing depfiles commands config.status: executing libtool commands -- The CXX compiler identification is Clang 17.0.6 -- Check size of signed short - done -- Check size of unsigned short Build with OpenMP library = no Build with MPI library = no Build Fortran interface = no Build SA-AMG preconditioner = no Build with double double precision support = no Build with long double precision support = no Build with 64bit integer support = no Enable dynamic linking = no Enable profiling = no C compiler = clang C flags = -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -DHAVE_CONFIG_H C libraries = -lm -LC:/OMDevUCRT/tools/msys/ucrt64/lib/gcc/x86_64-w64-mingw32/13.2.0 -LC:/OMDevUCRT/tools/msys/ucrt64/x86_64-w64-mingw32/lib -LC:/OMDevUCRT/tools/msys/ucrt64/x86_64-w64-mingw32/mingw/lib -LC:/OMDevUCRT/tools/msys/ucrt64/lib -lmingw32 -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -- Detecting C compiler ABI info make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' Making clean in test make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/test' test -z "*.il" || rm -f *.il rm -rf .libs _libs rm -f lsolve.exe esolve.exe spmvtest1.exe spmvtest2.exe spmvtest3.exe spmvtest4.exe spmvtest5.exe rm -f *.o rm -f *.lo rm -f test1.exe test2.exe test3.exe test4.exe test5.exe test6.exe etest1.exe etest2.exe etest3.exe etest4.exe etest5.exe etest6.exe spmvtest1.exe spmvtest2.exe spmvtest3.exe spmvtest4.exe spmvtest5.exe rm -f lsolve esolve spmvtest1 spmvtest2 spmvtest3 spmvtest4 spmvtest5 rm -f test1 test2 test3 test4 test5 test6 etest1 etest2 etest3 etest4 etest5 etest6 spmvtest1 spmvtest2 spmvtest3 spmvtest4 spmvtest5 -- Check size of unsigned short - done -- Check size of signed int make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/test' Making clean in include make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/include' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/include' Making clean in src make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' Making clean in precision make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libprecision.la" || rm -f libprecision.la rm -f *.o rm -f *.lo rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' Making clean in system -- Detecting C compiler ABI info - done make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' test -z "*.il" || rm -f *.il rm -rf .libs _libs -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done test -z "libsystem.la" || rm -f libsystem.la rm -f *.o rm -f *.lo -- Detecting CXX compiler ABI info rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' Making clean in esolver make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libesolver.la" || rm -f libesolver.la rm -f *.o rm -f *.lo rm -f "./so_locations" -- Check size of signed int - done -- Check size of unsigned int make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' Making clean in solver make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libsolver.la" || rm -f libsolver.la rm -f *.o rm -f *.lo rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' Making clean in precon make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libprecon.la" || rm -f libprecon.la rm -f *.o rm -f *.lo rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' Making clean in matvec make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libmatvec.la" || rm -f libmatvec.la rm -f *.o rm -f *.lo rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' Making clean in vector -- Detecting CXX compiler ABI info - done make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libvector.la" || rm -f libvector.la rm -f *.o -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done rm -f *.lo -- Compiling with C flags: -g -O2 -DUCRT64 -- Libs will be installed in C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi CMake Deprecation Warning at src/omsu/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- OMSI Base Library: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase_static.a -- Configuring done (3.4s) -- Check size of unsigned int - done -- Check size of signed long -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: IS_MINGW32 IS_MINGW64 -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' Making clean in matrix make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' test -z "*.il" || rm -f *.il rm -rf .libs _libs test -z "libmatrix.la" || rm -f libmatrix.la rm -f *.o rm -f *.lo rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' Making clean in . make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' test -z "liblis.la" || rm -f liblis.la rm -rf .libs _libs rm -f *.o rm -f *.lo [ 14%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_helper.c.obj rm -f "./so_locations" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' Making clean in . make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' [ 28%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_initialization.c.obj Building Lis from sources make -C 3rdParty/lis-1.4.12/src make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' -- Check size of signed long - done -- Check size of unsigned long Making all in matrix [ 42%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_getters_and_setters.c.obj make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix.lo lis_matrix.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_bsc.lo lis_matrix_bsc.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_bsr.lo lis_matrix_bsr.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_csc.lo lis_matrix_csc.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_coo.lo lis_matrix_coo.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_csr.lo lis_matrix_csr.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_dia.lo lis_matrix_dia.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_diag.lo lis_matrix_diag.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_dns.lo lis_matrix_dns.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_ell.lo lis_matrix_ell.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_ilu.lo lis_matrix_ilu.c [ 57%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_event_simulation.c.obj /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_jad.lo lis_matrix_jad.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_mpi.lo lis_matrix_mpi.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix.c -o lis_matrix.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_msr.lo lis_matrix_msr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_bsc.c -o lis_matrix_bsc.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_ops.lo lis_matrix_ops.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_bsr.c -o lis_matrix_bsr.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_rco.lo lis_matrix_rco.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_csc.c -o lis_matrix_csc.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matrix_vbr.lo lis_matrix_vbr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_coo.c -o lis_matrix_coo.o [ 71%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_continuous_simulation.c.obj libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_csr.c -o lis_matrix_csr.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_dia.c -o lis_matrix_dia.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_diag.c -o lis_matrix_diag.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_dns.c -o lis_matrix_dns.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_ell.c -o lis_matrix_ell.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_ilu.c -o lis_matrix_ilu.o autoreconf-2.72: running: libtoolize --copy --force libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_jad.c -o lis_matrix_jad.o [ 85%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/__/fmi2/omsi_fmi2_wrapper.c.obj libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_mpi.c -o lis_matrix_mpi.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_msr.c -o lis_matrix_msr.o -- Check size of unsigned long - done -- Check size of signed long long libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_ops.c -o lis_matrix_ops.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_rco.c -o lis_matrix_rco.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matrix_vbr.c -o lis_matrix_vbr.o C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:94:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 94 | return omsi_set_debug_logging(c, loggingOn, nCategories, categories); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:121:60: warning: implicit conversion from enumeration type 'fmi2Type' to different enumeration type 'omsu_type' [-Wenum-conversion] 121 | return (fmi2Component) omsic_instantiate(instanceName, fmuType, fmuGUID, fmuResourceLocation, (const omsi_callback_functions*)functions, visible, loggingOn); | ~~~~~~~~~~~~~~~~~ ^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:152:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 152 | return omsi_setup_experiment(c, toleranceDefined, tolerance, startTime, stopTimeDefined, stopTime); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:163:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 163 | return omsi_enter_initialization_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:175:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 175 | return omsi_exit_initialization_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:186:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 186 | return omsi_terminate(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:197:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 197 | return omsi_reset(c); | ~~~~~~ ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:217:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 217 | return omsic_get_real(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:235:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 235 | return omsic_get_integer(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:253:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 253 | return omsic_get_boolean(component, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:271:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 271 | return omsic_get_string(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:289:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 289 | return omsic_set_real(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:307:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 307 | return omsic_set_integer(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:325:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 325 | return omsic_set_boolean(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:343:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 343 | return omsic_set_string(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:351:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 351 | return omsi_get_fmu_state(c, FMUstate); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:359:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 359 | return omsi_set_fmu_state(c, FMUstate); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:426:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 426 | return omsi_enter_event_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:442:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 442 | return omsi_new_discrete_state(c, (omsi_event_info*) fmiEventInfo); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:454:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 454 | return omsi_enter_continuous_time_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:474:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 474 | return omsi_completed_integrator_step(c, noSetFMUStatePriorToCurrentPoint, enterEventMode, terminateSimulation); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:488:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 488 | return omsi_set_time(c, time); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:504:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 504 | return omsi_set_continuous_states(c, x, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:520:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 520 | return omsi_get_derivatives(c, derivatives, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:536:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 536 | return omsi_get_event_indicators(c, eventIndicators, ni); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:552:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 552 | return omsi_get_continuous_states(c, x, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:568:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 568 | return omsi_get_nominals_of_continuous_states(c, x_nominal, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 warnings generated. [100%] Linking C static library libOMSIC_static.a C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libOMSIC_static.a CMakeFiles/OMSIC_static.dir/omsu_helper.c.obj CMakeFiles/OMSIC_static.dir/omsu_initialization.c.obj CMakeFiles/OMSIC_static.dir/omsu_getters_and_setters.c.obj CMakeFiles/OMSIC_static.dir/omsu_event_simulation.c.obj CMakeFiles/OMSIC_static.dir/omsu_continuous_simulation.c.obj CMakeFiles/OMSIC_static.dir/__/fmi2/omsi_fmi2_wrapper.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libOMSIC_static.a [100%] Built target OMSIC_static /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libmatrix.la lis_matrix.lo lis_matrix_bsc.lo lis_matrix_bsr.lo lis_matrix_csc.lo lis_matrix_coo.lo lis_matrix_csr.lo lis_matrix_dia.lo lis_matrix_diag.lo lis_matrix_dns.lo lis_matrix_ell.lo lis_matrix_ilu.lo lis_matrix_jad.lo lis_matrix_mpi.lo lis_matrix_msr.lo lis_matrix_ops.lo lis_matrix_rco.lo lis_matrix_vbr.lo -lm make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' [100%] Built target OMSIC_static -- Check size of signed long long - done -- Check size of unsigned long long Install the project... -- Install configuration: "Debug" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_callbacks.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_api_functions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_common.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_helper.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_initialization.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_getters_and_setters.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_continuous_simulation.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_event_simulation.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIC_static.a make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' change to Build_dynamic CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- CMake version 3.28.2 libtool: link: ar cru .libs/libmatrix.a lis_matrix.o lis_matrix_bsc.o lis_matrix_bsr.o lis_matrix_csc.o lis_matrix_coo.o lis_matrix_csr.o lis_matrix_dia.o lis_matrix_diag.o lis_matrix_dns.o lis_matrix_ell.o lis_matrix_ilu.o lis_matrix_jad.o lis_matrix_mpi.o lis_matrix_msr.o lis_matrix_ops.o lis_matrix_rco.o lis_matrix_vbr.o -- The C compiler identification is Clang 17.0.6 C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libmatrix.a -- The CXX compiler identification is Clang 17.0.6 libtool: link: ( cd ".libs" && rm -f "libmatrix.la" && cp -pR "../libmatrix.la" "libmatrix.la" ) -- Check size of unsigned long long - done -- Check size of __int64 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' Making all in vector make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_vector.lo lis_vector.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_vector_ops.lo lis_vector_ops.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_vector_opv.lo lis_vector_opv.c -- Detecting C compiler ABI info libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_vector.c -o lis_vector.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_vector_ops.c -o lis_vector_ops.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_vector_opv.c -o lis_vector_opv.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libvector.la lis_vector.lo lis_vector_ops.lo lis_vector_opv.lo -lm -- Check size of __int64 - done -- Check size of unsigned __int64 -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info libtool: link: ar cru .libs/libvector.a lis_vector.o lis_vector_ops.o lis_vector_opv.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libvector.a libtool: link: ( cd ".libs" && rm -f "libvector.la" && cp -pR "../libvector.la" "libvector.la" ) -- Check size of unsigned __int64 - done -- Check size of unsigned char * make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' Making all in matvec make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec.lo lis_matvec.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_bsc.lo lis_matvec_bsc.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_bsr.lo lis_matvec_bsr.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_csc.lo lis_matvec_csc.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_coo.lo lis_matvec_coo.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_csr.lo lis_matvec_csr.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_dia.lo lis_matvec_dia.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_dns.lo lis_matvec_dns.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_ell.lo lis_matvec_ell.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_jad.lo lis_matvec_jad.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_msr.lo lis_matvec_msr.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_matvec_vbr.lo lis_matvec_vbr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec.c -o lis_matvec.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_bsc.c -o lis_matvec_bsc.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_bsr.c -o lis_matvec_bsr.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_csc.c -o lis_matvec_csc.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_coo.c -o lis_matvec_coo.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_csr.c -o lis_matvec_csr.o -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling with C flags: -g -O2 -DUCRT64 -- Libs will be installed in C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi CMake Deprecation Warning at src/omsu/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- OMSI Base Library: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIBase -- Configuring done (3.8s) libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_dia.c -o lis_matvec_dia.o -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: IS_MINGW32 IS_MINGW64 libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_dns.c -o lis_matvec_dns.o -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_ell.c -o lis_matvec_ell.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_jad.c -o lis_matvec_jad.o make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_msr.c -o lis_matvec_msr.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_matvec_vbr.c -o lis_matvec_vbr.o -- Check size of unsigned char * - done /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libmatvec.la lis_matvec.lo lis_matvec_bsc.lo lis_matvec_bsr.lo lis_matvec_csc.lo lis_matvec_coo.lo lis_matvec_csr.lo lis_matvec_dia.lo lis_matvec_dns.lo lis_matvec_ell.lo lis_matvec_jad.lo lis_matvec_msr.lo lis_matvec_vbr.lo -lm [ 14%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_helper.c.obj -- Found the following ICU libraries: -- uc (required) -- data (required) -- Found ICU: C:/OMDevUCRT/tools/msys/ucrt64/include (found version "74.2") -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 28%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_initialization.c.obj [ 42%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_getters_and_setters.c.obj [ 57%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_event_simulation.c.obj libtool: link: ar cru .libs/libmatvec.a lis_matvec.o lis_matvec_bsc.o lis_matvec_bsr.o lis_matvec_csc.o lis_matvec_coo.o lis_matvec_csr.o lis_matvec_dia.o lis_matvec_dns.o lis_matvec_ell.o lis_matvec_jad.o lis_matvec_msr.o lis_matvec_vbr.o [ 71%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_continuous_simulation.c.obj -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test XERCES_HAVE_STD_THREAD C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libmatvec.a [ 85%] Building C object src/omsu/CMakeFiles/OMSIC.dir/__/fmi2/omsi_fmi2_wrapper.c.obj libtool: link: ( cd ".libs" && rm -f "libmatvec.la" && cp -pR "../libmatvec.la" "libmatvec.la" ) C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:94:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 94 | return omsi_set_debug_logging(c, loggingOn, nCategories, categories); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:121:60: warning: implicit conversion from enumeration type 'fmi2Type' to different enumeration type 'omsu_type' [-Wenum-conversion] 121 | return (fmi2Component) omsic_instantiate(instanceName, fmuType, fmuGUID, fmuResourceLocation, (const omsi_callback_functions*)functions, visible, loggingOn); | ~~~~~~~~~~~~~~~~~ ^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:152:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 152 | return omsi_setup_experiment(c, toleranceDefined, tolerance, startTime, stopTimeDefined, stopTime); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:163:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 163 | return omsi_enter_initialization_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:175:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 175 | return omsi_exit_initialization_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:186:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 186 | return omsi_terminate(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:197:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 197 | return omsi_reset(c); | ~~~~~~ ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:217:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 217 | return omsic_get_real(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:235:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 235 | return omsic_get_integer(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:253:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 253 | return omsic_get_boolean(component, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:271:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 271 | return omsic_get_string(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:289:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 289 | return omsic_set_real(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:307:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 307 | return omsic_set_integer(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:325:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 325 | return omsic_set_boolean(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:343:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 343 | return omsic_set_string(c, vr, nvr, value); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:351:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 351 | return omsi_get_fmu_state(c, FMUstate); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:359:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 359 | return omsi_set_fmu_state(c, FMUstate); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:426:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 426 | return omsi_enter_event_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:442:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 442 | return omsi_new_discrete_state(c, (omsi_event_info*) fmiEventInfo); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:454:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 454 | return omsi_enter_continuous_time_mode(c); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:474:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 474 | return omsi_completed_integrator_step(c, noSetFMUStatePriorToCurrentPoint, enterEventMode, terminateSimulation); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:488:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 488 | return omsi_set_time(c, time); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:504:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 504 | return omsi_set_continuous_states(c, x, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:520:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 520 | return omsi_get_derivatives(c, derivatives, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:536:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 536 | return omsi_get_event_indicators(c, eventIndicators, ni); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:552:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 552 | return omsi_get_continuous_states(c, x, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/src/fmi2/omsi_fmi2_wrapper.c:568:12: warning: implicit conversion from enumeration type 'omsi_status' to different enumeration type 'fmi2Status' [-Wenum-conversion] 568 | return omsi_get_nominals_of_continuous_states(c, x_nominal, nx); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' Making all in precon 27 warnings generated. make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon.lo lis_precon.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_ads.lo lis_precon_ads.c [100%] Linking C static library libOMSIC.a /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_hybrid.lo lis_precon_hybrid.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_iluc.lo lis_precon_iluc.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_iluk.lo lis_precon_iluk.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_ilut.lo lis_precon_ilut.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_is.lo lis_precon_is.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_jacobi.lo lis_precon_jacobi.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libOMSIC.a CMakeFiles/OMSIC.dir/omsu_helper.c.obj CMakeFiles/OMSIC.dir/omsu_initialization.c.obj CMakeFiles/OMSIC.dir/omsu_getters_and_setters.c.obj CMakeFiles/OMSIC.dir/omsu_event_simulation.c.obj CMakeFiles/OMSIC.dir/omsu_continuous_simulation.c.obj CMakeFiles/OMSIC.dir/__/fmi2/omsi_fmi2_wrapper.c.obj /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_saamg.lo lis_precon_saamg.c C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libOMSIC.a /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_sainv.lo lis_precon_sainv.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precon_ssor.lo lis_precon_ssor.c [100%] Built target OMSIC libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon.c -o lis_precon.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_ads.c -o lis_precon_ads.o make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_hybrid.c -o lis_precon_hybrid.o make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_iluc.c -o lis_precon_iluc.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_iluk.c -o lis_precon_iluk.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_ilut.c -o lis_precon_ilut.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_jacobi.c -o lis_precon_jacobi.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_is.c -o lis_precon_is.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_saamg.c -o lis_precon_saamg.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_sainv.c -o lis_precon_sainv.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precon_ssor.c -o lis_precon_ssor.o -- Performing Test XERCES_HAVE_STD_THREAD - Success -- Looking for C++ include winsock2.h [100%] Built target OMSIC /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libprecon.la lis_precon.lo lis_precon_ads.lo lis_precon_hybrid.lo lis_precon_iluc.lo lis_precon_iluk.lo lis_precon_ilut.lo lis_precon_is.lo lis_precon_jacobi.lo lis_precon_saamg.lo lis_precon_sainv.lo lis_precon_ssor.lo -lm Install the project... -- Install configuration: "Debug" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_callbacks.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/omsi_api_functions.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_common.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_helper.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_initialization.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_getters_and_setters.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_continuous_simulation.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsic/omsu_event_simulation.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/omsi/libOMSIC.a make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' libtool: link: ar cru .libs/libprecon.a lis_precon.o lis_precon_ads.o lis_precon_hybrid.o lis_precon_iluc.o lis_precon_iluk.o lis_precon_ilut.o lis_precon_is.o lis_precon_jacobi.o lis_precon_saamg.o lis_precon_sainv.o lis_precon_ssor.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libprecon.a libtool: link: ( cd ".libs" && rm -f "libprecon.la" && cp -pR "../libprecon.la" "libprecon.la" ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' Making all in solver make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver.lo lis_solver.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_bicg.lo lis_solver_bicg.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_bicgsafe.lo lis_solver_bicgsafe.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_bicgstab.lo lis_solver_bicgstab.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_bicgstabl.lo lis_solver_bicgstabl.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_cg.lo lis_solver_cg.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_cgs.lo lis_solver_cgs.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_gmres.lo lis_solver_gmres.c -- Looking for C++ include winsock2.h - found -- Looking for C++ include nl_types.h /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_gpbicg.lo lis_solver_gpbicg.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_gs.lo lis_solver_gs.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_idrs.lo lis_solver_idrs.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_jacobi.lo lis_solver_jacobi.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_minres.lo lis_solver_minres.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver.c -o lis_solver.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_orthomin.lo lis_solver_orthomin.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_bicg.c -o lis_solver_bicg.o /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_qmr.lo lis_solver_qmr.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_solver_sor.lo lis_solver_sor.c lis_solver.c:721:21: warning: left operand of comma operator has no effect [-Wunused-value] 721 | if( output ) ("CONV_COND : ||r||_2 <= %6.1e*||r_0||_2\n", tol); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lis_solver.c:721:65: warning: expression result unused [-Wunused-value] 721 | if( output ) ("CONV_COND : ||r||_2 <= %6.1e*||r_0||_2\n", tol); | ^~~ 2 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_bicgstab.c -o lis_solver_bicgstab.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_bicgsafe.c -o lis_solver_bicgsafe.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_cg.c -o lis_solver_cg.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_bicgstabl.c -o lis_solver_bicgstabl.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_cgs.c -o lis_solver_cgs.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_gmres.c -o lis_solver_gmres.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_gpbicg.c -o lis_solver_gpbicg.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_gs.c -o lis_solver_gs.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_idrs.c -o lis_solver_idrs.o -- Looking for C++ include nl_types.h - not found -- Looking for catopen libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_jacobi.c -o lis_solver_jacobi.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_qmr.c -o lis_solver_qmr.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_minres.c -o lis_solver_minres.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_orthomin.c -o lis_solver_orthomin.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_solver_sor.c -o lis_solver_sor.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libsolver.la lis_solver.lo lis_solver_bicg.lo lis_solver_bicgsafe.lo lis_solver_bicgstab.lo lis_solver_bicgstabl.lo lis_solver_cg.lo lis_solver_cgs.lo lis_solver_gmres.lo lis_solver_gpbicg.lo lis_solver_gs.lo lis_solver_idrs.lo lis_solver_jacobi.lo lis_solver_minres.lo lis_solver_orthomin.lo lis_solver_qmr.lo lis_solver_sor.lo -lm -- Looking for catopen - not found -- Looking for catclose libtool: link: ar cru .libs/libsolver.a lis_solver.o lis_solver_bicg.o lis_solver_bicgsafe.o lis_solver_bicgstab.o lis_solver_bicgstabl.o lis_solver_cg.o lis_solver_cgs.o lis_solver_gmres.o lis_solver_gpbicg.o lis_solver_gs.o lis_solver_idrs.o lis_solver_jacobi.o lis_solver_minres.o lis_solver_orthomin.o lis_solver_qmr.o lis_solver_sor.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libsolver.a libtool: link: ( cd ".libs" && rm -f "libsolver.la" && cp -pR "../libsolver.la" "libsolver.la" ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' Making all in esolver make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver.lo lis_esolver.c -- Looking for catclose - not found -- Looking for catgets /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver_pi.lo lis_esolver_pi.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver_ii.lo lis_esolver_ii.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver_aii.lo lis_esolver_aii.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver_li.lo lis_esolver_li.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver_cg.lo lis_esolver_cg.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver_si.lo lis_esolver_si.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_esolver_rqi.lo lis_esolver_rqi.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver.c -o lis_esolver.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver_pi.c -o lis_esolver_pi.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver_ii.c -o lis_esolver_ii.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver_aii.c -o lis_esolver_aii.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver_li.c -o lis_esolver_li.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver_cg.c -o lis_esolver_cg.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver_si.c -o lis_esolver_si.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_esolver_rqi.c -o lis_esolver_rqi.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libesolver.la lis_esolver.lo lis_esolver_pi.lo lis_esolver_ii.lo lis_esolver_aii.lo lis_esolver_li.lo lis_esolver_cg.lo lis_esolver_si.lo lis_esolver_rqi.lo -lm -- Looking for catgets - not found -- Looking for C++ include iconv.h libtool: link: ar cru .libs/libesolver.a lis_esolver.o lis_esolver_pi.o lis_esolver_ii.o lis_esolver_aii.o lis_esolver_li.o lis_esolver_cg.o lis_esolver_si.o lis_esolver_rqi.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libesolver.a -- Looking for C++ include iconv.h - found -- Looking for C++ include stdio.h libtool: link: ( cd ".libs" && rm -f "libesolver.la" && cp -pR "../libesolver.la" "libesolver.la" ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' Making all in system make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_error.lo lis_error.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_hash.lo lis_hash.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_init.lo lis_init.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_input.lo lis_input.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_input_hb.lo lis_input_hb.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_input_mm.lo lis_input_mm.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_memory.lo lis_memory.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_output.lo lis_output.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_output_mm.lo lis_output_mm.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_sort.lo lis_sort.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_times.lo lis_times.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o mt19937ar.lo mt19937ar.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_error.c -o lis_error.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_hash.c -o lis_hash.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_init.c -o lis_init.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_input.c -o lis_input.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_input_hb.c -o lis_input_hb.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_input_mm.c -o lis_input_mm.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_memory.c -o lis_memory.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_output.c -o lis_output.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_output_mm.c -o lis_output_mm.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_sort.c -o lis_sort.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_times.c -o lis_times.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c mt19937ar.c -o mt19937ar.o -- Looking for C++ include stdio.h - found -- Looking for C++ include ctype.h /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libsystem.la lis_error.lo lis_hash.lo lis_init.lo lis_input.lo lis_input_hb.lo lis_input_mm.lo lis_memory.lo lis_output.lo lis_output_mm.lo lis_sort.lo lis_times.lo mt19937ar.lo -lm -- Looking for C++ include ctype.h - found -- Looking for C++ include errno.h libtool: link: ar cru .libs/libsystem.a lis_error.o lis_hash.o lis_init.o lis_input.o lis_input_hb.o lis_input_mm.o lis_memory.o lis_output.o lis_output_mm.o lis_sort.o lis_times.o mt19937ar.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libsystem.a libtool: link: ( cd ".libs" && rm -f "libsystem.la" && cp -pR "../libsystem.la" "libsystem.la" ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' Making all in precision make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precision.lo lis_precision.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precision_vec.lo lis_precision_vec.c /bin/sh ../../libtool --mode=compile --tag=CC clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c -o lis_precision_matvec.lo lis_precision_matvec.c -- Looking for C++ include errno.h - found -- Looking for iconv_open libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precision.c -o lis_precision.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precision_vec.c -o lis_precision_vec.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -c lis_precision_matvec.c -o lis_precision_matvec.o /bin/sh ../../libtool --tag=CC --mode=link clang -I../../include -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o libprecision.la lis_precision.lo lis_precision_vec.lo lis_precision_matvec.lo -lm -- Looking for iconv_open - not found -- Looking for iconv_close libtool: link: ar cru .libs/libprecision.a lis_precision.o lis_precision_vec.o lis_precision_matvec.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libprecision.a libtool: link: ( cd ".libs" && rm -f "libprecision.la" && cp -pR "../libprecision.la" "libprecision.la" ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' /bin/sh ../libtool --tag=CC --mode=link clang -O3 -fomit-frame-pointer -g -O2 -DUCRT64 -o liblis.la -rpath /ucrt64/lib -no-undefined matrix/libmatrix.la vector/libvector.la matvec/libmatvec.la precon/libprecon.la solver/libsolver.la esolver/libesolver.la system/libsystem.la precision/libprecision.la -lm -- Looking for iconv_close - not found -- Looking for iconv -- Looking for iconv - not found -- Looking for wcstombs -- Looking for wcstombs - found -- Looking for mbstowcs libtool: link: (cd .libs/liblis.lax/libmatrix.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix/.libs/libmatrix.a") libtool: link: (cd .libs/liblis.lax/libvector.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector/.libs/libvector.a") -- Looking for mbstowcs - found -- Performing Test HAVE_STD_char16_t libtool: link: (cd .libs/liblis.lax/libmatvec.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec/.libs/libmatvec.a") libtool: link: (cd .libs/liblis.lax/libprecon.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon/.libs/libprecon.a") -- Performing Test HAVE_STD_char16_t - Success -- Check size of char16_t libtool: link: (cd .libs/liblis.lax/libsolver.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver/.libs/libsolver.a") libtool: link: (cd .libs/liblis.lax/libesolver.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver/.libs/libesolver.a") -- Check size of char16_t - done -- Performing Test WINDOWS_wchar libtool: link: (cd .libs/liblis.lax/libsystem.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system/.libs/libsystem.a") libtool: link: (cd .libs/liblis.lax/libprecision.a && ar x "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision/.libs/libprecision.a") libtool: link: ar cru .libs/liblis.a .libs/liblis.lax/libmatrix.a/lis_matrix.o .libs/liblis.lax/libmatrix.a/lis_matrix_bsc.o .libs/liblis.lax/libmatrix.a/lis_matrix_bsr.o .libs/liblis.lax/libmatrix.a/lis_matrix_coo.o .libs/liblis.lax/libmatrix.a/lis_matrix_csc.o .libs/liblis.lax/libmatrix.a/lis_matrix_csr.o .libs/liblis.lax/libmatrix.a/lis_matrix_dia.o .libs/liblis.lax/libmatrix.a/lis_matrix_diag.o .libs/liblis.lax/libmatrix.a/lis_matrix_dns.o .libs/liblis.lax/libmatrix.a/lis_matrix_ell.o .libs/liblis.lax/libmatrix.a/lis_matrix_ilu.o .libs/liblis.lax/libmatrix.a/lis_matrix_jad.o .libs/liblis.lax/libmatrix.a/lis_matrix_mpi.o .libs/liblis.lax/libmatrix.a/lis_matrix_msr.o .libs/liblis.lax/libmatrix.a/lis_matrix_ops.o .libs/liblis.lax/libmatrix.a/lis_matrix_rco.o .libs/liblis.lax/libmatrix.a/lis_matrix_vbr.o .libs/liblis.lax/libvector.a/lis_vector.o .libs/liblis.lax/libvector.a/lis_vector_ops.o .libs/liblis.lax/libvector.a/lis_vector_opv.o .libs/liblis.lax/libmatvec.a/lis_matvec.o .libs/liblis.lax/libmatvec.a/lis_matvec_bsc.o .libs/liblis.lax/libmatvec.a/lis_matvec_bsr.o .libs/liblis.lax/libmatvec.a/lis_matvec_coo.o .libs/liblis.lax/libmatvec.a/lis_matvec_csc.o .libs/liblis.lax/libmatvec.a/lis_matvec_csr.o .libs/liblis.lax/libmatvec.a/lis_matvec_dia.o .libs/liblis.lax/libmatvec.a/lis_matvec_dns.o .libs/liblis.lax/libmatvec.a/lis_matvec_ell.o .libs/liblis.lax/libmatvec.a/lis_matvec_jad.o .libs/liblis.lax/libmatvec.a/lis_matvec_msr.o .libs/liblis.lax/libmatvec.a/lis_matvec_vbr.o .libs/liblis.lax/libprecon.a/lis_precon.o .libs/liblis.lax/libprecon.a/lis_precon_ads.o .libs/liblis.lax/libprecon.a/lis_precon_hybrid.o .libs/liblis.lax/libprecon.a/lis_precon_iluc.o .libs/liblis.lax/libprecon.a/lis_precon_iluk.o .libs/liblis.lax/libprecon.a/lis_precon_ilut.o .libs/liblis.lax/libprecon.a/lis_precon_is.o .libs/liblis.lax/libprecon.a/lis_precon_jacobi.o .libs/liblis.lax/libprecon.a/lis_precon_saamg.o .libs/liblis.lax/libprecon.a/lis_precon_sainv.o .libs/liblis.lax/libprecon.a/lis_precon_ssor.o .libs/liblis.lax/libsolver.a/lis_solver.o .libs/liblis.lax/libsolver.a/lis_solver_bicg.o .libs/liblis.lax/libsolver.a/lis_solver_bicgsafe.o .libs/liblis.lax/libsolver.a/lis_solver_bicgstab.o .libs/liblis.lax/libsolver.a/lis_solver_bicgstabl.o .libs/liblis.lax/libsolver.a/lis_solver_cg.o .libs/liblis.lax/libsolver.a/lis_solver_cgs.o .libs/liblis.lax/libsolver.a/lis_solver_gmres.o .libs/liblis.lax/libsolver.a/lis_solver_gpbicg.o .libs/liblis.lax/libsolver.a/lis_solver_gs.o .libs/liblis.lax/libsolver.a/lis_solver_idrs.o .libs/liblis.lax/libsolver.a/lis_solver_jacobi.o .libs/liblis.lax/libsolver.a/lis_solver_minres.o .libs/liblis.lax/libsolver.a/lis_solver_orthomin.o .libs/liblis.lax/libsolver.a/lis_solver_qmr.o .libs/liblis.lax/libsolver.a/lis_solver_sor.o .libs/liblis.lax/libesolver.a/lis_esolver.o .libs/liblis.lax/libesolver.a/lis_esolver_aii.o .libs/liblis.lax/libesolver.a/lis_esolver_cg.o .libs/liblis.lax/libesolver.a/lis_esolver_ii.o .libs/liblis.lax/libesolver.a/lis_esolver_li.o .libs/liblis.lax/libesolver.a/lis_esolver_pi.o .libs/liblis.lax/libesolver.a/lis_esolver_rqi.o .libs/liblis.lax/libesolver.a/lis_esolver_si.o .libs/liblis.lax/libsystem.a/lis_error.o .libs/liblis.lax/libsystem.a/lis_hash.o .libs/liblis.lax/libsystem.a/lis_init.o .libs/liblis.lax/libsystem.a/lis_input.o .libs/liblis.lax/libsystem.a/lis_input_hb.o .libs/liblis.lax/libsystem.a/lis_input_mm.o .libs/liblis.lax/libsystem.a/lis_memory.o .libs/liblis.lax/libsystem.a/lis_output.o .libs/liblis.lax/libsystem.a/lis_output_mm.o .libs/liblis.lax/libsystem.a/lis_sort.o .libs/liblis.lax/libsystem.a/lis_times.o .libs/liblis.lax/libsystem.a/mt19937ar.o .libs/liblis.lax/libprecision.a/lis_precision.o .libs/liblis.lax/libprecision.a/lis_precision_matvec.o .libs/liblis.lax/libprecision.a/lis_precision_vec.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/liblis.a libtool: link: rm -fr .libs/liblis.lax -- Performing Test WINDOWS_wchar - Success -- Performing Test CXX_matching-delete-operator libtool: link: ( cd ".libs" && rm -f "liblis.la" && cp -pR "../liblis.la" "liblis.la" ) make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' # Copy the library; not headers (as they are not used by the runtime system) cp -Pp 3rdParty/lis-1.4.12/src/.libs/liblis.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ cp -Pp 3rdParty/lis-1.4.12/src/.libs/liblis.la /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ -- Performing Test CXX_matching-delete-operator - Success -- Performing Test HAVE_BOOL -- Performing Test HAVE_BOOL - Success -- Performing Test HAVE_CONST -- Performing Test HAVE_CONST - Success -- Performing Test CXX_HAS_inline -- Performing Test CXX_HAS_inline - Success -- Performing Test HAVE_VOLATILE -- Performing Test HAVE_VOLATILE - Success -- Performing Test HAVE_LSTRING -- Performing Test HAVE_LSTRING - Success -- Performing Test HAVE_NAMESPACES -- Performing Test HAVE_NAMESPACES - Success -- Performing Test HAVE_STD_LIBS -- Performing Test HAVE_STD_LIBS - Success -- Performing Test HAVE_STD_NAMESPACE -- Performing Test HAVE_STD_NAMESPACE - Success -- Performing Test CXX_NEEDS_msse2 -- Performing Test CXX_NEEDS_msse2 - Success -- Performing Test XERCES_HAVE_INTRIN_H -- Performing Test XERCES_HAVE_INTRIN_H - Success -- Performing Test XERCES_HAVE_EMMINTRIN_H -- Performing Test XERCES_HAVE_EMMINTRIN_H - Success -- Performing Test HAVE_CPUID_H -- Performing Test HAVE_CPUID_H - Success -- Performing Test XERCES_HAVE_CPUID_INTRINSIC -- Performing Test XERCES_HAVE_CPUID_INTRINSIC - Success -- Performing Test XERCES_HAVE_GETCPUID -- Performing Test XERCES_HAVE_GETCPUID - Success -- Performing Test XERCES_HAVE_SSE2_INTRINSIC -- Performing Test XERCES_HAVE_SSE2_INTRINSIC - Success -- Performing Test HAVE_PATH_MAX -- Performing Test HAVE_PATH_MAX - Success -- Performing Test HAVE_MBRLEN -- Performing Test HAVE_MBRLEN - Success -- Performing Test HAVE_WCSRTOMBS -- Performing Test HAVE_WCSRTOMBS - Success -- Performing Test HAVE_MBSRTOWCS libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' -- Performing Test HAVE_MBSRTOWCS - Success -- Performing Test ICONV_USES_CONST_POINTER -- Performing Test ICONV_USES_CONST_POINTER - Failed -- -- Xerces-C++ configuration summary -- -------------------------------- -- -- Version: 3.2.3 -- Library interface version: 3.2 -- -- Installation directory: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install -- C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -- C++ compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -- -- Build shared libraries: OFF -- Path delimiters: "/\" -- File Manager: windows -- Mutex Manager: standard -- Transcoder: icu -- NetAccessor: winsock -- Message Loader: inmemory -- XMLCh type: char16_t -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx-apidoc_EXECUTABLE) -- Doxygen not found. Doxygen based documentation generation will NOT be available. -- Sphinx not found. Sphinx based documentation generation will NOT be available. -- Configuring done (225.9s) -- Generating done (0.5s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build make -C OMSimulator/build/ install make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -B/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/build.make 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/depend make -f 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/depend make -f 3rdParty/zlib/CMakeFiles/zlibstatic.dir/build.make 3rdParty/zlib/CMakeFiles/zlibstatic.dir/depend make -f 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/depend make -f 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/build.make 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/depend make -f 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/build.make 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/depend make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src/CMakeFiles/xerces-c.dir/DependInfo.cmake "--color=" make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/DependInfo.cmake "--color=" make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib/CMakeFiles/zlibstatic.dir/DependInfo.cmake "--color=" make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/DependInfo.cmake "--color=" make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/DependInfo.cmake "--color=" make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6 /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/DependInfo.cmake "--color=" make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/build.make 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/build make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/build.make 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/build make -f 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/build make -f 3rdParty/zlib/CMakeFiles/zlibstatic.dir/build.make 3rdParty/zlib/CMakeFiles/zlibstatic.dir/build make -f 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build make -f 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/build.make 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/build make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 0%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Base64.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Base64.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/Base64.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/Base64.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/Base64.cpp [ 0%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lapi.c.obj [ 0%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj [ 1%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/adler32.obj [ 1%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinFileInputStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinFileInputStream.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/BinFileInputStream.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/BinFileInputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/BinFileInputStream.cpp [ 1%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lcode.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/adler32.obj -MF CMakeFiles/zlibstatic.dir/adler32.obj.d -o CMakeFiles/zlibstatic.dir/adler32.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/adler32.c [ 1%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj [ 1%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/compress.obj [ 1%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/ioapi.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lapi.c.obj -MF CMakeFiles/lua_static.dir/src/lapi.c.obj.d -o CMakeFiles/lua_static.dir/src/lapi.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lapi.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode.c [ 2%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lctype.c.obj [ 2%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinInputStream.cpp.obj [ 2%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinInputStream.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/BinInputStream.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/BinInputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/BinInputStream.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/compress.obj -MF CMakeFiles/zlibstatic.dir/compress.obj.d -o CMakeFiles/zlibstatic.dir/compress.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/compress.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/kinsol.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_bandpre.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lcode.c.obj -MF CMakeFiles/lua_static.dir/src/lcode.c.obj.d -o CMakeFiles/lua_static.dir/src/lcode.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lcode.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -MD -MT 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/ioapi.c.obj -MF CMakeFiles/oms_minizip.dir/ioapi.c.obj.d -o CMakeFiles/oms_minizip.dir/ioapi.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/ioapi.c [ 2%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj [ 2%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/miniunz.c.obj [ 2%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj [ 2%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/crc32.obj [ 2%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/deflate.obj [ 2%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/minizip.c.obj [ 2%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldebug.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/kinsol_bbdpre.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_bbdpre.c [ 2%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldebug.c.obj -MF CMakeFiles/lua_static.dir/src/ldebug.c.obj.d -o CMakeFiles/lua_static.dir/src/ldebug.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/ldebug.c [ 4%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -MD -MT 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/miniunz.c.obj -MF CMakeFiles/oms_minizip.dir/miniunz.c.obj.d -o CMakeFiles/oms_minizip.dir/miniunz.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/miniunz.c [ 4%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinMemInputStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/deflate.obj -MF CMakeFiles/zlibstatic.dir/deflate.obj.d -o CMakeFiles/zlibstatic.dir/deflate.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/deflate.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/kinsol_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_diag.c [ 4%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj [ 5%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/unzip.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lctype.c.obj -MF CMakeFiles/lua_static.dir/src/lctype.c.obj.d -o CMakeFiles/lua_static.dir/src/lctype.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lctype.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -MD -MT 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/unzip.c.obj -MF CMakeFiles/oms_minizip.dir/unzip.c.obj.d -o CMakeFiles/oms_minizip.dir/unzip.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/unzip.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/crc32.obj -MF CMakeFiles/zlibstatic.dir/crc32.obj.d -o CMakeFiles/zlibstatic.dir/crc32.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/crc32.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/kinsol_io.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinMemInputStream.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/BinMemInputStream.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/BinMemInputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/BinMemInputStream.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -MD -MT 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/minizip.c.obj -MF CMakeFiles/oms_minizip.dir/minizip.c.obj.d -o CMakeFiles/oms_minizip.dir/minizip.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/minizip.c [ 5%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BitSet.cpp.obj [ 5%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzclose.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzclose.obj -MF CMakeFiles/zlibstatic.dir/gzclose.obj.d -o CMakeFiles/zlibstatic.dir/gzclose.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/gzclose.c [ 5%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/DefaultPanicHandler.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/DefaultPanicHandler.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/DefaultPanicHandler.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/DefaultPanicHandler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/DefaultPanicHandler.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/miniunz.c: In function 'miniunz_free': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/miniunz.c:540:10: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 540 | free(ptr); | ^~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/miniunz.c:43: C:/OMDevUCRT/tools/msys/ucrt64/include/stdlib.h:537:27: note: expected 'void *' but argument is of type 'const char *' 537 | void __cdecl free(void *_Memory); | ~~~~~~^~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BitSet.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/BitSet.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/BitSet.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/BitSet.cpp [ 5%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj [ 5%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldo.c.obj [ 5%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzlib.obj [ 5%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/zip.c.obj [ 7%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -MD -MT 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/zip.c.obj -MF CMakeFiles/oms_minizip.dir/zip.c.obj.d -o CMakeFiles/oms_minizip.dir/zip.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/zip.c [ 7%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/EncodingValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/kinsol_ls.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/EncodingValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/EncodingValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/EncodingValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/EncodingValidator.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzlib.obj -MF CMakeFiles/zlibstatic.dir/gzlib.obj.d -o CMakeFiles/zlibstatic.dir/gzlib.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/gzlib.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldo.c.obj -MF CMakeFiles/lua_static.dir/src/ldo.c.obj.d -o CMakeFiles/lua_static.dir/src/ldo.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/ldo.c [ 7%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/iowin32.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -MD -MT 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/iowin32.c.obj -MF CMakeFiles/oms_minizip.dir/iowin32.c.obj.d -o CMakeFiles/oms_minizip.dir/iowin32.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src/iowin32.c [ 7%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj [ 7%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj [ 7%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzread.obj [ 7%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldump.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzread.obj -MF CMakeFiles/zlibstatic.dir/gzread.obj.d -o CMakeFiles/zlibstatic.dir/gzread.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/gzread.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldump.c.obj -MF CMakeFiles/lua_static.dir/src/ldump.c.obj.d -o CMakeFiles/lua_static.dir/src/ldump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/ldump.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_io.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/kinsol_spils.c autoreconf-2.72: running: /usr/bin/autoconf-2.72 [ 7%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj [ 7%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj [ 7%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/HeaderDummy.cpp.obj [ 7%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzwrite.obj [ 7%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lfunc.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lfunc.c.obj -MF CMakeFiles/lua_static.dir/src/lfunc.c.obj.d -o CMakeFiles/lua_static.dir/src/lfunc.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lfunc.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_ls.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c [ 7%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj [ 7%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj [ 7%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/HexBin.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/HexBin.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/HexBin.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/HexBin.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/HexBin.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_nls.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzwrite.obj -MF CMakeFiles/zlibstatic.dir/gzwrite.obj.d -o CMakeFiles/zlibstatic.dir/gzwrite.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/gzwrite.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/HeaderDummy.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/HeaderDummy.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/HeaderDummy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/HeaderDummy.cpp [ 8%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/JanitorExports.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/JanitorExports.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/JanitorExports.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/JanitorExports.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/JanitorExports.cpp [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lgc.c.obj [ 11%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inflate.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj [ 11%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/KVStringPair.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lgc.c.obj -MF CMakeFiles/lua_static.dir/src/lgc.c.obj.d -o CMakeFiles/lua_static.dir/src/lgc.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lgc.c [ 11%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/infback.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_proj.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/infback.obj -MF CMakeFiles/zlibstatic.dir/infback.obj.d -o CMakeFiles/zlibstatic.dir/infback.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/infback.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/KVStringPair.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/KVStringPair.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/KVStringPair.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/KVStringPair.cpp [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/llex.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inflate.obj -MF CMakeFiles/zlibstatic.dir/inflate.obj.d -o CMakeFiles/zlibstatic.dir/inflate.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/inflate.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/llex.c.obj -MF CMakeFiles/lua_static.dir/src/llex.c.obj.d -o CMakeFiles/lua_static.dir/src/llex.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/llex.c [ 11%] Linking C static library liboms_minizip.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/oms_minizip.dir/cmake_clean_target.cmake [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lmem.c.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj [ 11%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inftrees.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj -MF CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/cvode_spils.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lmem.c.obj -MF CMakeFiles/lua_static.dir/src/lmem.c.obj.d -o CMakeFiles/lua_static.dir/src/lmem.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lmem.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inftrees.obj -MF CMakeFiles/zlibstatic.dir/inftrees.obj.d -o CMakeFiles/zlibstatic.dir/inftrees.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/inftrees.c [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lobject.c.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 11%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Mutexes.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lobject.c.obj -MF CMakeFiles/lua_static.dir/src/lobject.c.obj.d -o CMakeFiles/lua_static.dir/src/lobject.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lobject.c [ 13%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_matrix.c [ 13%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inffast.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/minizip/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/oms_minizip.dir/link.txt --verbose=1 [ 13%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PanicHandler.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PanicHandler.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/PanicHandler.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/PanicHandler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/PanicHandler.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inffast.obj -MF CMakeFiles/zlibstatic.dir/inffast.obj.d -o CMakeFiles/zlibstatic.dir/inffast.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/inffast.c [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Mutexes.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/Mutexes.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/Mutexes.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/Mutexes.cpp [ 14%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PlatformUtils.cpp.obj [ 14%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lopcodes.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_linearsolver.c [ 14%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/trees.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lopcodes.c.obj -MF CMakeFiles/lua_static.dir/src/lopcodes.c.obj.d -o CMakeFiles/lua_static.dir/src/lopcodes.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lopcodes.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PlatformUtils.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/PlatformUtils.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/PlatformUtils.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/PlatformUtils.cpp [ 14%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PSVIUni.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/trees.obj -MF CMakeFiles/zlibstatic.dir/trees.obj.d -o CMakeFiles/zlibstatic.dir/trees.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/trees.c [ 14%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/uncompr.obj [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc liboms_minizip.a CMakeFiles/oms_minizip.dir/ioapi.c.obj CMakeFiles/oms_minizip.dir/miniunz.c.obj CMakeFiles/oms_minizip.dir/minizip.c.obj CMakeFiles/oms_minizip.dir/unzip.c.obj CMakeFiles/oms_minizip.dir/zip.c.obj CMakeFiles/oms_minizip.dir/iowin32.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PSVIUni.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/PSVIUni.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/PSVIUni.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/PSVIUni.cpp [ 14%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lparser.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/uncompr.obj -MF CMakeFiles/zlibstatic.dir/uncompr.obj.d -o CMakeFiles/zlibstatic.dir/uncompr.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/uncompr.c [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lparser.c.obj -MF CMakeFiles/lua_static.dir/src/lparser.c.obj.d -o CMakeFiles/lua_static.dir/src/lparser.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lparser.c [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_nonlinearsolver.c [ 14%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstate.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe liboms_minizip.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstate.c.obj -MF CMakeFiles/lua_static.dir/src/lstate.c.obj.d -o CMakeFiles/lua_static.dir/src/lstate.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lstate.c [ 14%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/zutil.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -D_LARGEFILE64_SOURCE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator -MD -MT 3rdParty/zlib/CMakeFiles/zlibstatic.dir/zutil.obj -MF CMakeFiles/zlibstatic.dir/zutil.obj.d -o CMakeFiles/zlibstatic.dir/zutil.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/zlib/zutil.c [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLNetAccessor.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/PlatformUtils.cpp:82: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_math.c [ 14%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstring.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstring.c.obj -MF CMakeFiles/lua_static.dir/src/lstring.c.obj.d -o CMakeFiles/lua_static.dir/src/lstring.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lstring.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_band.c [ 14%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/QName.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/QName.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/QName.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/QName.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/QName.cpp [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj [ 14%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ASCIIRangeFactory.cpp.obj [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_dense.c [ 14%] Built target oms_minizip [ 15%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltable.c.obj [ 17%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/BlockRangeFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ASCIIRangeFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/ASCIIRangeFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/ASCIIRangeFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/ASCIIRangeFactory.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltable.c.obj -MF CMakeFiles/lua_static.dir/src/ltable.c.obj.d -o CMakeFiles/lua_static.dir/src/ltable.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/ltable.c [ 17%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/BlockRangeFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/BlockRangeFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/BlockRangeFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/BlockRangeFactory.cpp [ 17%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltm.c.obj [ 17%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj [ 17%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_direct.c [ 17%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/BMPattern.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltm.c.obj -MF CMakeFiles/lua_static.dir/src/ltm.c.obj.d -o CMakeFiles/lua_static.dir/src/ltm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/ltm.c [ 17%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lundump.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/BMPattern.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/BMPattern.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/BMPattern.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/BMPattern.cpp [ 18%] Linking C static library libzlibstatic.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lundump.c.obj -MF CMakeFiles/lua_static.dir/src/lundump.c.obj.d -o CMakeFiles/lua_static.dir/src/lundump.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lundump.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/zlibstatic.dir/cmake_clean_target.cmake [ 18%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_iterative.c [ 20%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj [ 20%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lvm.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_version.c [ 20%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lvm.c.obj -MF CMakeFiles/lua_static.dir/src/lvm.c.obj.d -o CMakeFiles/lua_static.dir/src/lvm.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lvm.c [ 20%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/CharToken.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/BlockRangeFactory.cpp: In member function 'virtual void xercesc_3_2::BlockRangeFactory::buildRanges(xercesc_3_2::RangeTokenMap*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/BlockRangeFactory.cpp:328:48: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 328 | if (!foundSpecial && XMLString::equals((XMLCh*)fgBlockNames[i] , (XMLCh*) fgBlockIsSpecials)) { | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/BlockRangeFactory.cpp:328:74: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 328 | if (!foundSpecial && XMLString::equals((XMLCh*)fgBlockNames[i] , (XMLCh*) fgBlockIsSpecials)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/BlockRangeFactory.cpp:332:48: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 332 | if (!foundPrivate && XMLString::equals((XMLCh*)fgBlockNames[i] , (XMLCh*) fgBlockIsPrivateUse)) { | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/BlockRangeFactory.cpp:332:74: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 332 | if (!foundPrivate && XMLString::equals((XMLCh*)fgBlockNames[i] , (XMLCh*) fgBlockIsPrivateUse)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/CharToken.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/CharToken.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/CharToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/CharToken.cpp [ 21%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 21%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/zlibstatic.dir/link.txt --verbose=1 [ 21%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ClosureToken.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c [ 21%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lzio.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ClosureToken.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/ClosureToken.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/ClosureToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/ClosureToken.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_nvector_senswrapper.c [ 21%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lzio.c.obj -MF CMakeFiles/lua_static.dir/src/lzio.c.obj.d -o CMakeFiles/lua_static.dir/src/lzio.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lzio.c [ 21%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ConcatToken.cpp.obj [ 21%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj [ 21%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lauxlib.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ConcatToken.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/ConcatToken.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/ConcatToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/ConcatToken.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sundials/sundials_futils.c C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc libzlibstatic.a CMakeFiles/zlibstatic.dir/adler32.obj CMakeFiles/zlibstatic.dir/compress.obj CMakeFiles/zlibstatic.dir/crc32.obj CMakeFiles/zlibstatic.dir/deflate.obj CMakeFiles/zlibstatic.dir/gzclose.obj CMakeFiles/zlibstatic.dir/gzlib.obj CMakeFiles/zlibstatic.dir/gzread.obj CMakeFiles/zlibstatic.dir/gzwrite.obj CMakeFiles/zlibstatic.dir/inflate.obj CMakeFiles/zlibstatic.dir/infback.obj CMakeFiles/zlibstatic.dir/inftrees.obj CMakeFiles/zlibstatic.dir/inffast.obj CMakeFiles/zlibstatic.dir/trees.obj CMakeFiles/zlibstatic.dir/uncompr.obj CMakeFiles/zlibstatic.dir/zutil.obj [ 21%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/nvector/serial/nvector_serial.c [ 21%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lbaselib.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lbaselib.c.obj -MF CMakeFiles/lua_static.dir/src/lbaselib.c.obj.d -o CMakeFiles/lua_static.dir/src/lbaselib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lbaselib.c [ 21%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lauxlib.c.obj -MF CMakeFiles/lua_static.dir/src/lauxlib.c.obj.d -o CMakeFiles/lua_static.dir/src/lauxlib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lauxlib.c [ 21%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Match.cpp.obj [ 21%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunmatrix/band/sunmatrix_band.c C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libzlibstatic.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Match.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/Match.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/Match.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Match.cpp [ 23%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lcorolib.c.obj [ 23%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lcorolib.c.obj -MF CMakeFiles/lua_static.dir/src/lcorolib.c.obj.d -o CMakeFiles/lua_static.dir/src/lcorolib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lcorolib.c [ 23%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Op.cpp.obj [ 23%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 23%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/OpFactory.cpp.obj [ 23%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/OpFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/OpFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/OpFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/OpFactory.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunmatrix/dense/sunmatrix_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Op.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/Op.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/Op.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Op.cpp [ 23%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 24%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ParenToken.cpp.obj [ 24%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ParenToken.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/ParenToken.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/ParenToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/ParenToken.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunmatrix/sparse/sunmatrix_sparse.c [ 24%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldblib.c.obj [ 24%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 24%] Built target zlibstatic make -f 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/build.make 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/depend cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/band/sunlinsol_band.c [ 24%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/liolib.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/liolib.c.obj -MF CMakeFiles/lua_static.dir/src/liolib.c.obj.d -o CMakeFiles/lua_static.dir/src/liolib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/liolib.c [ 26%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 26%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj [ 26%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ParserForXMLSchema.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ParserForXMLSchema.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/ParserForXMLSchema.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/ParserForXMLSchema.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/ParserForXMLSchema.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/dense/sunlinsol_dense.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldblib.c.obj -MF CMakeFiles/lua_static.dir/src/ldblib.c.obj.d -o CMakeFiles/lua_static.dir/src/ldblib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/ldblib.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c [ 26%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lmathlib.c.obj [ 26%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/fmi4c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/fmi4c/CMakeFiles/fmi4c.dir/DependInfo.cmake "--color=" cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lmathlib.c.obj -MF CMakeFiles/lua_static.dir/src/lmathlib.c.obj.d -o CMakeFiles/lua_static.dir/src/lmathlib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lmathlib.c [ 26%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/loadlib.c.obj [ 26%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 26%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/loadlib.c.obj -MF CMakeFiles/lua_static.dir/src/loadlib.c.obj.d -o CMakeFiles/lua_static.dir/src/loadlib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/loadlib.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeFactory.cpp [ 27%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/kinsol/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c [ 27%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeToken.cpp.obj make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/build.make 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/build [ 27%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeTokenMap.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeToken.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeToken.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeToken.cpp [ 27%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeTokenMap.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeTokenMap.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeTokenMap.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp [ 27%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/spgmr/sunlinsol_spgmr.c [ 27%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/loslib.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/loslib.c.obj -MF CMakeFiles/lua_static.dir/src/loslib.c.obj.d -o CMakeFiles/lua_static.dir/src/loslib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/loslib.c [ 27%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 27%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegularExpression.cpp.obj [ 27%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstrlib.c.obj [ 27%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegularExpression.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/RegularExpression.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/RegularExpression.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunlinsol/pcg/sunlinsol_pcg.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstrlib.c.obj -MF CMakeFiles/lua_static.dir/src/lstrlib.c.obj.d -o CMakeFiles/lua_static.dir/src/lstrlib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lstrlib.c [ 27%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltablib.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltablib.c.obj -MF CMakeFiles/lua_static.dir/src/ltablib.c.obj.d -o CMakeFiles/lua_static.dir/src/ltablib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/ltablib.c [ 27%] Linking C static library libsundials_kinsol.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_kinsol_static.dir/cmake_clean_target.cmake [ 27%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxParser.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp: In member function 'void xercesc_3_2::RangeTokenMap::addRangeMap(const XMLCh*, xercesc_3_2::RangeFactory*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp:171:20: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 171 | fRangeMap->put((void*)categoryName, rangeFactory); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp: In member function 'void xercesc_3_2::RangeTokenMap::addKeywordMap(const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp:193:25: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 193 | fTokenRegistry->put((void*) keyword, new RangeTokenElemMap(categId)); | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp: In member function 'void xercesc_3_2::RangeTokenMap::initializeRegistry()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp:224:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 224 | fRangeMap->put((void*)fgXMLCategory, rangeFact); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp:229:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 229 | fRangeMap->put((void*)fgASCIICategory, rangeFact); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp:234:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 234 | fRangeMap->put((void*)fgUnicodeCategory, rangeFact); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeTokenMap.cpp:239:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 239 | fRangeMap->put((void*)fgBlockCategory, rangeFact); | ^~~~~~~~~~~~~~~~~~~~~~ [ 27%] Building C object 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/src/fmi4c.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/fmi4c && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -std=gnu99 -MD -MT 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/src/fmi4c.c.obj -MF CMakeFiles/fmi4c.dir/src/fmi4c.c.obj.d -o CMakeFiles/fmi4c.dir/src/fmi4c.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/src/fmi4c.c C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeToken.cpp: In member function 'virtual void xercesc_3_2::RangeToken::mergeRanges(const xercesc_3_2::Token*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeToken.cpp:494:28: warning: cast from type 'const xercesc_3_2::Token* const' to type 'xercesc_3_2::RangeToken*' casts away qualifiers [-Wcast-qual] 494 | RangeToken* rangeTok = (RangeToken *) tok; | ^~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxParser.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxParser.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxParser.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegxParser.cpp [ 28%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lutf8lib.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lutf8lib.c.obj -MF CMakeFiles/lua_static.dir/src/lutf8lib.c.obj.d -o CMakeFiles/lua_static.dir/src/lutf8lib.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/lutf8lib.c [ 28%] Building C object 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/src/fmi4c_utils.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/fmi4c && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -std=gnu99 -MD -MT 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/src/fmi4c_utils.c.obj -MF CMakeFiles/fmi4c.dir/src/fmi4c_utils.c.obj.d -o CMakeFiles/fmi4c.dir/src/fmi4c_utils.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/src/fmi4c_utils.c [ 30%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxUtil.cpp.obj [ 30%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunnonlinsol/newton/sunnonlinsol_newton.c C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp: In member function 'int xercesc_3_2::RegularExpression::match(Context*, const xercesc_3_2::Op*, XMLSize_t) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp:1017:19: warning: switch missing default case [-Wswitch-default] 1017 | switch(tmpOp->getOpType()) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp: In member function 'bool xercesc_3_2::RegularExpression::matchRange(Context*, const xercesc_3_2::Op*, XMLSize_t&, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp:1260:23: warning: cast from type 'const xercesc_3_2::Token*' to type 'xercesc_3_2::RangeToken*' casts away qualifiers [-Wcast-qual] 1260 | RangeToken* tok = (RangeToken *) op->getToken(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp: In member function 'bool xercesc_3_2::RegularExpression::matchAnchor(Context*, XMLInt32, XMLSize_t) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp:1279:12: warning: switch missing default case [-Wswitch-default] 1279 | switch ((XMLCh) ch) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp: In member function 'bool xercesc_3_2::RegularExpression::doTokenOverlap(const xercesc_3_2::Op*, xercesc_3_2::Token*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp:1589:24: warning: cast from type 'const xercesc_3_2::Token*' to type 'xercesc_3_2::RangeToken*' casts away qualifiers [-Wcast-qual] 1589 | RangeToken* t1=(RangeToken*)op->getToken(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueVectorOf.hpp:159, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueStackOf.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp:39: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueVectorOf.c: In instantiation of 'xercesc_3_2::ValueVectorOf::ValueVectorOf(XMLSize_t, xercesc_3_2::MemoryManager*, bool) [with TElem = xercesc_3_2::RE_RuntimeContext; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueStackOf.c:41:5: required from 'xercesc_3_2::ValueStackOf::ValueStackOf(XMLSize_t, xercesc_3_2::MemoryManager*, bool) [with TElem = xercesc_3_2::RE_RuntimeContext; XMLSize_t = long long unsigned int]' C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp:1002:80: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueVectorOf.c:52:11: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct xercesc_3_2::RE_RuntimeContext'; use assignment instead [-Wclass-memaccess] 52 | memset(fElemList, 0, fMaxCount * sizeof(TElem)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegularExpression.cpp:988:8: note: 'struct xercesc_3_2::RE_RuntimeContext' declared here 988 | struct RE_RuntimeContext { | ^~~~~~~~~~~~~~~~~ [ 30%] Building C object 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/3rdparty/ezxml/ezxml.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/fmi4c && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -std=gnu99 -MD -MT 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/3rdparty/ezxml/ezxml.c.obj -MF CMakeFiles/fmi4c.dir/3rdparty/ezxml/ezxml.c.obj.d -o CMakeFiles/fmi4c.dir/3rdparty/ezxml/ezxml.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty/ezxml/ezxml.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxUtil.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxUtil.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxUtil.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegxUtil.cpp [ 30%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/StringToken.cpp.obj [ 31%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DBUILD_SUNDIALS_LIBRARY -DLINK_SUNDIALS_STATIC -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/. -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/cvode/../sundials -MD -MT 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -MF CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj.d -o CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c [ 31%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/linit.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/kinsol && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_kinsol_static.dir/link.txt --verbose=1 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -MD -MT 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/linit.c.obj -MF CMakeFiles/lua_static.dir/src/linit.c.obj.d -o CMakeFiles/lua_static.dir/src/linit.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/src/linit.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/StringToken.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/StringToken.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/StringToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/StringToken.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegxParser.cpp: In member function 'xercesc_3_2::RangeToken* xercesc_3_2::RegxParser::getTokenForShorthand(XMLInt32)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegxParser.cpp:782:11: warning: switch missing default case [-Wswitch-default] 782 | switch(ch) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegxParser.cpp: In member function 'xercesc_3_2::RangeToken* xercesc_3_2::RegxParser::parseCharacterClass(bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegxParser.cpp:662:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 662 | wasDecoded = true; | ~~~~~~~~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RegxParser.cpp:664:13: note: here 664 | default: | ^~~~~~~ [ 31%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Token.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Token.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/Token.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/Token.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc libsundials_kinsol.a CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/src/fmi4c.c: In function 'fmi4c_loadFmu': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/src/fmi4c.c:3892:5: warning: 'strncat' specified bound 260 equals destination size [-Wstringop-overflow=] 3892 | strncat(uriPath, tempPath, sizeof(tempPath)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 31%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/TokenFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/TokenFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/TokenFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/TokenFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/TokenFactory.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libsundials_kinsol.a [ 31%] Linking C static library libsundials_cvode.a [ 33%] Linking C static library libfmi4c.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_cvode_static.dir/cmake_clean_target.cmake [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/UnicodeRangeFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/fmi4c && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/fmi4c.dir/cmake_clean_target.cmake C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp: In member function 'XMLSize_t xercesc_3_2::Token::getMinLength() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:57:12: warning: switch missing default case [-Wswitch-default] 57 | switch (fTokenType) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp: In member function 'int xercesc_3_2::Token::getMaxLength() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:117:12: warning: switch missing default case [-Wswitch-default] 117 | switch (fTokenType) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp: In member function 'xercesc_3_2::Token::firstCharacterOptions xercesc_3_2::Token::analyzeFirstCharacter(xercesc_3_2::RangeToken*, int, xercesc_3_2::TokenFactory*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:194:11: warning: switch missing default case [-Wswitch-default] 194 | switch(fTokenType) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp: In member function 'xercesc_3_2::Token* xercesc_3_2::Token::findFixedString(int, int&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:307:11: warning: switch missing default case [-Wswitch-default] 307 | switch(fTokenType) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp: In member function 'xercesc_3_2::Token::firstCharacterOptions xercesc_3_2::Token::analyzeFirstCharacter(xercesc_3_2::RangeToken*, int, xercesc_3_2::TokenFactory*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:273:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 273 | } | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:274:5: note: here 274 | case T_PAREN: | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:279:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 279 | } | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/Token.cpp:280:5: note: here 280 | case T_BACKREFERENCE: | ^~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/UnicodeRangeFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/UnicodeRangeFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/UnicodeRangeFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/UnicodeRangeFactory.cpp [ 33%] Linking C static library liblua_static.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/lua_static.dir/cmake_clean_target.cmake [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/UnionToken.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/UnionToken.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/UnionToken.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/UnionToken.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/UnionToken.cpp make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLRangeFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_cvode_static.dir/link.txt --verbose=1 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/fmi4c && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/fmi4c.dir/link.txt --verbose=1 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLRangeFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLRangeFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLRangeFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/XMLRangeFactory.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/Lua/lua-5.4.6 && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/lua_static.dir/link.txt --verbose=1 [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLUniCharacter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLUniCharacter.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLUniCharacter.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLUniCharacter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/XMLUniCharacter.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/UnicodeRangeFactory.cpp: In static member function 'static short unsigned int xercesc_3_2::UnicodeRangeFactory::getUniCategory(short unsigned int)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/regx/UnicodeRangeFactory.cpp:231:11: warning: switch missing default case [-Wswitch-default] 231 | switch(type) { | ^ [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/StringPool.cpp.obj [ 34%] Built target sundials_kinsol_static C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc libfmi4c.a CMakeFiles/fmi4c.dir/src/fmi4c.c.obj CMakeFiles/fmi4c.dir/src/fmi4c_utils.c.obj CMakeFiles/fmi4c.dir/3rdparty/ezxml/ezxml.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc libsundials_cvode.a CMakeFiles/sundials_cvode_static.dir/cvode.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_ls.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_nls.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_proj.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_linearsolver.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.c.obj CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/StringPool.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/StringPool.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/StringPool.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/StringPool.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc liblua_static.a CMakeFiles/lua_static.dir/src/lapi.c.obj CMakeFiles/lua_static.dir/src/lcode.c.obj CMakeFiles/lua_static.dir/src/lctype.c.obj CMakeFiles/lua_static.dir/src/ldebug.c.obj CMakeFiles/lua_static.dir/src/ldo.c.obj CMakeFiles/lua_static.dir/src/ldump.c.obj CMakeFiles/lua_static.dir/src/lfunc.c.obj CMakeFiles/lua_static.dir/src/lgc.c.obj CMakeFiles/lua_static.dir/src/llex.c.obj CMakeFiles/lua_static.dir/src/lmem.c.obj CMakeFiles/lua_static.dir/src/lobject.c.obj CMakeFiles/lua_static.dir/src/lopcodes.c.obj CMakeFiles/lua_static.dir/src/lparser.c.obj CMakeFiles/lua_static.dir/src/lstate.c.obj CMakeFiles/lua_static.dir/src/lstring.c.obj CMakeFiles/lua_static.dir/src/ltable.c.obj CMakeFiles/lua_static.dir/src/ltm.c.obj CMakeFiles/lua_static.dir/src/lundump.c.obj CMakeFiles/lua_static.dir/src/lvm.c.obj CMakeFiles/lua_static.dir/src/lzio.c.obj CMakeFiles/lua_static.dir/src/lauxlib.c.obj CMakeFiles/lua_static.dir/src/lbaselib.c.obj CMakeFiles/lua_static.dir/src/lcorolib.c.obj CMakeFiles/lua_static.dir/src/ldblib.c.obj CMakeFiles/lua_static.dir/src/liolib.c.obj CMakeFiles/lua_static.dir/src/lmathlib.c.obj CMakeFiles/lua_static.dir/src/loadlib.c.obj CMakeFiles/lua_static.dir/src/loslib.c.obj CMakeFiles/lua_static.dir/src/lstrlib.c.obj CMakeFiles/lua_static.dir/src/ltablib.c.obj CMakeFiles/lua_static.dir/src/lutf8lib.c.obj CMakeFiles/lua_static.dir/src/linit.c.obj [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/SynchronizedStringPool.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/SynchronizedStringPool.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/SynchronizedStringPool.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/SynchronizedStringPool.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/SynchronizedStringPool.cpp [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/TransService.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libfmi4c.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/TransService.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/TransService.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/TransService.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMemory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMemory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMemory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMemory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMemory.cpp C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libsundials_cvode.a C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe liblua_static.a make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XML256TableTranscoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XML256TableTranscoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XML256TableTranscoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XML256TableTranscoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XML256TableTranscoder.cpp [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XML88591Transcoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XML88591Transcoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XML88591Transcoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XML88591Transcoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XML88591Transcoder.cpp [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLAbstractDoubleFloat.cpp.obj [ 34%] Built target fmi4c make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLAbstractDoubleFloat.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLAbstractDoubleFloat.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLAbstractDoubleFloat.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLAbstractDoubleFloat.cpp [ 34%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLASCIITranscoder.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp: In static member function 'static void xercesc_3_2::XMLTransService::addEncoding(const XMLCh*, xercesc_3_2::ENameMap*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:91:20: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 91 | gMappings->put((void *) encoding, ownMapping); | ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp: In member function 'virtual void xercesc_3_2::XMLTransService::initTransService()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:220:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 220 | gMappings->put((void*)XMLUni::fgXMLChEncodingString, new ENameMapFor(XMLUni::fgXMLChEncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:226:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 226 | gMappings->put((void*)XMLUni::fgUSASCIIEncodingString, new ENameMapFor(XMLUni::fgUSASCIIEncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:227:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 227 | gMappings->put((void*)XMLUni::fgUSASCIIEncodingString2, new ENameMapFor(XMLUni::fgUSASCIIEncodingString2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:228:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 228 | gMappings->put((void*)XMLUni::fgUSASCIIEncodingString3, new ENameMapFor(XMLUni::fgUSASCIIEncodingString3)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:229:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 229 | gMappings->put((void*)XMLUni::fgUSASCIIEncodingString4, new ENameMapFor(XMLUni::fgUSASCIIEncodingString4)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:236:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 236 | gMappings->put((void*)XMLUni::fgUTF8EncodingString, new ENameMapFor(XMLUni::fgUTF8EncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:237:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 237 | gMappings->put((void*)XMLUni::fgUTF8EncodingString2, new ENameMapFor(XMLUni::fgUTF8EncodingString2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:242:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 242 | gMappings->put((void*)XMLUni::fgISO88591EncodingString, new ENameMapFor(XMLUni::fgISO88591EncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:243:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 243 | gMappings->put((void*)XMLUni::fgISO88591EncodingString2, new ENameMapFor(XMLUni::fgISO88591EncodingString2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:244:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 244 | gMappings->put((void*)XMLUni::fgISO88591EncodingString3, new ENameMapFor(XMLUni::fgISO88591EncodingString3)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:245:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 245 | gMappings->put((void*)XMLUni::fgISO88591EncodingString4, new ENameMapFor(XMLUni::fgISO88591EncodingString4)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:246:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 246 | gMappings->put((void*)XMLUni::fgISO88591EncodingString5, new ENameMapFor(XMLUni::fgISO88591EncodingString5)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:247:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 247 | gMappings->put((void*)XMLUni::fgISO88591EncodingString6, new ENameMapFor(XMLUni::fgISO88591EncodingString6)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:248:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 248 | gMappings->put((void*)XMLUni::fgISO88591EncodingString7, new ENameMapFor(XMLUni::fgISO88591EncodingString7)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:249:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 249 | gMappings->put((void*)XMLUni::fgISO88591EncodingString8, new ENameMapFor(XMLUni::fgISO88591EncodingString8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:250:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 250 | gMappings->put((void*)XMLUni::fgISO88591EncodingString9, new ENameMapFor(XMLUni::fgISO88591EncodingString9)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:251:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 251 | gMappings->put((void*)XMLUni::fgISO88591EncodingString10, new ENameMapFor(XMLUni::fgISO88591EncodingString10)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:252:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 252 | gMappings->put((void*)XMLUni::fgISO88591EncodingString11, new ENameMapFor(XMLUni::fgISO88591EncodingString11)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:253:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 253 | gMappings->put((void*)XMLUni::fgISO88591EncodingString12, new ENameMapFor(XMLUni::fgISO88591EncodingString12)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:263:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 263 | (void*)XMLUni::fgUTF16LEncodingString, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:273:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 273 | (void*)XMLUni::fgUTF16LEncodingString2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:284:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 284 | (void*)XMLUni::fgUCS4LEncodingString, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:294:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 294 | (void*)XMLUni::fgUCS4LEncodingString2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:310:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 310 | (void*)XMLUni::fgUTF16BEncodingString, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:320:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 320 | (void*)XMLUni::fgUTF16BEncodingString2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:331:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 331 | (void*)XMLUni::fgUCS4BEncodingString, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:341:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 341 | (void*)XMLUni::fgUCS4BEncodingString2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:356:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 356 | (void*)XMLUni::fgUTF16EncodingString, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:365:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 365 | (void*)XMLUni::fgUTF16EncodingString2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:374:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 374 | (void*)XMLUni::fgUTF16EncodingString3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:383:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 383 | (void*)XMLUni::fgUTF16EncodingString4, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:392:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 392 | (void*)XMLUni::fgUTF16EncodingString5, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:401:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 401 | (void*)XMLUni::fgUTF16EncodingString6, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:410:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 410 | (void*)XMLUni::fgUTF16EncodingString7, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:419:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 419 | (void*)XMLUni::fgUCS4EncodingString, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:428:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 428 | (void*)XMLUni::fgUCS4EncodingString2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:437:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 437 | (void*)XMLUni::fgUCS4EncodingString3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:446:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 446 | (void*)XMLUni::fgUCS4EncodingString4, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:455:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 455 | (void*)XMLUni::fgUCS4EncodingString5, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:468:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 468 | gMappings->put((void*)XMLUni::fgIBM037EncodingString, new ENameMapFor(XMLUni::fgIBM037EncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:469:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 469 | gMappings->put((void*)XMLUni::fgIBM037EncodingString2, new ENameMapFor(XMLUni::fgIBM037EncodingString2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:473:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 473 | gMappings->put((void*)XMLUni::fgIBM1047EncodingString, new ENameMapFor(XMLUni::fgIBM1047EncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:474:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 474 | gMappings->put((void*)XMLUni::fgIBM1047EncodingString2, new ENameMapFor(XMLUni::fgIBM1047EncodingString2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:480:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 480 | gMappings->put((void*)XMLUni::fgIBM1140EncodingString, new ENameMapFor(XMLUni::fgIBM1140EncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:481:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 481 | gMappings->put((void*)XMLUni::fgIBM1140EncodingString2, new ENameMapFor(XMLUni::fgIBM1140EncodingString2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:482:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 482 | gMappings->put((void*)XMLUni::fgIBM1140EncodingString3, new ENameMapFor(XMLUni::fgIBM1140EncodingString3)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:483:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 483 | gMappings->put((void*)XMLUni::fgIBM1140EncodingString4, new ENameMapFor(XMLUni::fgIBM1140EncodingString4)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/TransService.cpp:489:20: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 489 | gMappings->put((void*)XMLUni::fgWin1252EncodingString, new ENameMapFor(XMLUni::fgWin1252EncodingString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLASCIITranscoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLASCIITranscoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLASCIITranscoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLASCIITranscoder.cpp [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLBigDecimal.cpp.obj [ 36%] Built target lua_static cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLBigDecimal.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLBigDecimal.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLBigDecimal.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLBigDecimal.cpp [ 36%] Built target sundials_cvode_static [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLBigInteger.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLBigInteger.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLBigInteger.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLBigInteger.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLBigInteger.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLAbstractDoubleFloat.cpp: In member function 'virtual const XMLCh* xercesc_3_2::XMLAbstractDoubleFloat::getFormattedString() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLAbstractDoubleFloat.cpp:190:44: warning: cast from type 'const xercesc_3_2::XMLAbstractDoubleFloat*' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 190 | XMLAbstractDoubleFloat *temp = (XMLAbstractDoubleFloat *) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLChar.cpp.obj [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLChTranscoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLChar.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLChar.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLChar.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLChar.cpp [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLDateTime.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLBigInteger.cpp: In constructor 'xercesc_3_2::XMLBigInteger::XMLBigInteger(const XMLCh*, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLBigInteger.cpp:211:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 211 | else | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLBigInteger.cpp:214:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 214 | fRawData = XMLString::replicate(strValue, fMemoryManager); | ^~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLDateTime.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLDateTime.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLDateTime.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLChTranscoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLChTranscoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLChTranscoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLChTranscoder.cpp [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLDouble.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.cpp: In member function 'time_t xercesc_3_2::XMLDateTime::getEpoch(bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.cpp:583:29: warning: 'timezone' is deprecated: Only provided for source compatibility; this variable might not always be accurate when linking to UCRT. [-Wdeprecated-declarations] 583 | return mktime(&t) - timezone; | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.hpp:32, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.cpp:36: C:/OMDevUCRT/tools/msys/ucrt64/include/time.h:288:23: note: declared here 288 | _CRTIMP extern long timezone __MINGW_ATTRIB_DEPRECATED_UCRT; | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.cpp: In member function 'virtual void xercesc_3_2::XMLDateTime::serialize(xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.cpp:1982:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1982 | serEng>>(unsigned long&)fStart; | ^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDateTime.cpp:1983:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1983 | serEng>>(unsigned long&)fEnd; | ^~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLDouble.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLDouble.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLDouble.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.cpp [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLEBCDICTranscoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLEBCDICTranscoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLEBCDICTranscoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLEBCDICTranscoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLEBCDICTranscoder.cpp [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLException.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLException.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLException.cpp [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLFloat.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLFloat.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLFloat.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLFloat.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp: In static member function 'static int xercesc_3_2::XMLDouble::compareValues(const xercesc_3_2::XMLDouble*, const xercesc_3_2::XMLDouble*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp:93:53: warning: cast from type 'const xercesc_3_2::XMLDouble* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 93 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1047Transcoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1047Transcoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1047Transcoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1047Transcoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLIBM1047Transcoder.cpp [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1140Transcoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1140Transcoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1140Transcoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1140Transcoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLIBM1140Transcoder.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp: In static member function 'static int xercesc_3_2::XMLFloat::compareValues(const xercesc_3_2::XMLFloat*, const xercesc_3_2::XMLFloat*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp:92:53: warning: cast from type 'const xercesc_3_2::XMLFloat* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 92 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLInitializer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLInitializer.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLInitializer.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLInitializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLInitializer.cpp [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLMsgLoader.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLMsgLoader.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLMsgLoader.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLMsgLoader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLMsgLoader.cpp [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLNumber.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLNumber.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLNumber.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLNumber.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLNumber.cpp [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLString.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLString.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLString.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLString.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLStringTokenizer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLStringTokenizer.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLStringTokenizer.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLStringTokenizer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLStringTokenizer.cpp [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUCS4Transcoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUCS4Transcoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLUCS4Transcoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLUCS4Transcoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUCS4Transcoder.cpp [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUni.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLNumber.cpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp: In static member function 'static int xercesc_3_2::XMLDouble::compareValues(const xercesc_3_2::XMLDouble*, const xercesc_3_2::XMLDouble*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp:93:53: warning: cast from type 'const xercesc_3_2::XMLDouble* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 93 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLNumber.cpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp: In static member function 'static int xercesc_3_2::XMLFloat::compareValues(const xercesc_3_2::XMLFloat*, const xercesc_3_2::XMLFloat*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp:92:53: warning: cast from type 'const xercesc_3_2::XMLFloat* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 92 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLNumber.cpp: In static member function 'static xercesc_3_2::XMLNumber* xercesc_3_2::XMLNumber::loadNumber(NumberType, xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLNumber.cpp:63:11: warning: switch missing default case [-Wswitch-default] 63 | switch((XMLNumber::NumberType) numType) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp:58: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp: In static member function 'static bool xercesc_3_2::XMLString::textToBin(const XMLCh*, unsigned int&, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp:1411:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1411 | if ((!toConvert) || (!*toConvert)) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp:1414:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1414 | XMLCh* trimmedStr = XMLString::replicate(toConvert, manager); | ^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp: In static member function 'static int xercesc_3_2::XMLString::parseInt(const XMLCh*, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp:1451:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1451 | if ((!toConvert) || (!*toConvert)) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLString.cpp:1454:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1454 | XMLCh* trimmedStr = XMLString::replicate(toConvert, manager); | ^~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUni.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLUni.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLUni.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUni.cpp [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUri.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLStringTokenizer.cpp: In member function 'void xercesc_3_2::XMLStringTokenizer::cleanUp()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLStringTokenizer.cpp:111:36: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 111 | fMemoryManager->deallocate((void*)fDelimeters);//delete [] fDelimeters; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLStringTokenizer.cpp: In member function 'bool xercesc_3_2::XMLStringTokenizer::hasMoreTokens()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLStringTokenizer.cpp:166:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 166 | if (countTokens() > 0) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLStringTokenizer.cpp:169:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 169 | return false; | ^~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUri.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLUri.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLUri.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUri.cpp [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLURL.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLURL.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLURL.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLURL.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.cpp [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF16Transcoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF16Transcoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF16Transcoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF16Transcoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF16Transcoder.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUri.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF8Transcoder.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.cpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF8Transcoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF8Transcoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF8Transcoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp [ 39%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLWin1252Transcoder.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLWin1252Transcoder.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/XMLWin1252Transcoder.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/XMLWin1252Transcoder.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLWin1252Transcoder.cpp [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMException.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/DOMException.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/DOMException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMException.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp: In member function 'virtual XMLSize_t xercesc_3_2::XMLUTF8Transcoder::transcodeTo(const XMLCh*, XMLSize_t, XMLByte*, XMLSize_t, XMLSize_t&, xercesc_3_2::XMLTranscoder::UnRepOpts)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:520:15: warning: switch missing default case [-Wswitch-default] 520 | switch(encodedBytes) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:523:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 523 | curVal >>= 6; | ~~~~~~~^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:524:13: note: here 524 | case 5 : *--outPtr = XMLByte((curVal | 0x80UL) & 0xBFUL); | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:525:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 525 | curVal >>= 6; | ~~~~~~~^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:526:13: note: here 526 | case 4 : *--outPtr = XMLByte((curVal | 0x80UL) & 0xBFUL); | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:527:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 527 | curVal >>= 6; | ~~~~~~~^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:528:13: note: here 528 | case 3 : *--outPtr = XMLByte((curVal | 0x80UL) & 0xBFUL); | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:529:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 529 | curVal >>= 6; | ~~~~~~~^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:530:13: note: here 530 | case 2 : *--outPtr = XMLByte((curVal | 0x80UL) & 0xBFUL); | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:531:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 531 | curVal >>= 6; | ~~~~~~~^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLUTF8Transcoder.cpp:532:13: note: here 532 | case 1 : *--outPtr = XMLByte | ^~~~ [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMLSException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMLSException.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/DOMLSException.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/DOMLSException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMLSException.cpp [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMRangeException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMRangeException.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/DOMRangeException.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/DOMRangeException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMRangeException.cpp [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMXPathException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMXPathException.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/DOMXPathException.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/DOMXPathException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMXPathException.cpp [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMException.cpp: In destructor 'virtual xercesc_3_2::DOMException::~DOMException()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMException.cpp:39:36: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 39 | fMemoryManager->deallocate((void*)msg); | ^~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrMapImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrMapImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrMapImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrMapImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrMapImpl.cpp [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrNSImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrNSImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrNSImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrNSImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCDATASectionImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCDATASectionImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCDATASectionImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCDATASectionImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCharacterDataImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp: In member function 'virtual void* xercesc_3_2::DOMAttrImpl::getFeature(const XMLCh*, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp:324:16: warning: cast from type 'const xercesc_3_2::DOMTypeInfoImpl* const' to type 'xercesc_3_2::DOMPSVITypeInfo*' casts away qualifiers [-Wcast-qual] 324 | return (DOMPSVITypeInfo*)fSchemaType; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp: In member function 'virtual void xercesc_3_2::DOMAttrImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp:233:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 233 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp:243:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 243 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp: In member function 'virtual void xercesc_3_2::DOMAttrImpl::setValue(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrImpl.cpp:170:97: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 170 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrMapImpl.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeVector::elementAt(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 71 | if (index >= nextFreeSlot) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp:73:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 73 | return data[index]; | ^~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCharacterDataImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCharacterDataImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCharacterDataImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMChildNode.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMChildNode.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMChildNode.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMChildNode.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMChildNode.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp: In member function 'virtual void xercesc_3_2::DOMAttrNSImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:175:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 175 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:185:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 185 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp: In member function 'virtual void xercesc_3_2::DOMAttrNSImpl::setPrefix(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:117:97: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 117 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:119:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 119 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:130:90: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 130 | throw DOMException(DOMException::INVALID_CHARACTER_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:140:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 140 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:143:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 143 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp: In member function 'void xercesc_3_2::DOMAttrNSImpl::setName(const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:213:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 213 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:220:91: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 220 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMAttrNSImpl.cpp:233:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 233 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCommentImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCommentImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCommentImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCommentImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCommentImpl.cpp [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMConfigurationImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMConfigurationImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMConfigurationImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMConfigurationImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMConfigurationImpl.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp: In member function 'void xercesc_3_2::DOMCharacterDataImpl::setNodeValue(const xercesc_3_2::DOMNode*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp:92:63: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 92 | ranges->elementAt(i)->receiveReplacedText((DOMNode*)node); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp: In member function 'void xercesc_3_2::DOMCharacterDataImpl::appendDataFast(const xercesc_3_2::DOMNode*, const XMLCh*, XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp:118:58: warning: unused parameter 'node' [-Wunused-parameter] 118 | void DOMCharacterDataImpl::appendDataFast(const DOMNode *node, const XMLCh *dat, XMLSize_t n) | ~~~~~~~~~~~~~~~^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp: In member function 'void xercesc_3_2::DOMCharacterDataImpl::deleteData(const xercesc_3_2::DOMNode*, XMLSize_t, XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp:184:70: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 184 | ranges->elementAt(i)->updateRangeForDeletedText( (DOMNode*)node, offset, count); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp: In member function 'void xercesc_3_2::DOMCharacterDataImpl::insertData(const xercesc_3_2::DOMNode*, XMLSize_t, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCharacterDataImpl.cpp:253:71: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 253 | ranges->elementAt(i)->updateRangeForInsertedText( (DOMNode*)node, offset, datLen); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DOMCDATASectionImpl::getWholeText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:141:66: warning: cast from type 'const xercesc_3_2::DOMCDATASectionImpl*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 141 | DOMTreeWalker* pWalker=doc->createTreeWalker(root!=NULL?root:(DOMNode*)this, DOMNodeFilter::SHOW_ALL, NULL, true); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:142:29: warning: cast from type 'const xercesc_3_2::DOMCDATASectionImpl*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 142 | pWalker->setCurrentNode((DOMNode*)this); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:137:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 137 | throw DOMException(DOMException::NOT_SUPPORTED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:151:53: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 151 | XMLBuffer buff(1023, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual xercesc_3_2::DOMText* xercesc_3_2::DOMCDATASectionImpl::replaceWholeText(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:196:109: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 196 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual void xercesc_3_2::DOMCDATASectionImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:241:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 241 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:252:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 252 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp: In member function 'virtual xercesc_3_2::DOMText* xercesc_3_2::DOMCDATASectionImpl::splitText(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:96:97: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 96 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCDATASectionImpl.cpp:100:84: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 100 | throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); | ^ [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDeepNodeListImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDeepNodeListImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDeepNodeListImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDeepNodeListImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDeepNodeListImpl.cpp [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCommentImpl.cpp: In member function 'virtual void xercesc_3_2::DOMCommentImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCommentImpl.cpp:77:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 77 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCommentImpl.cpp:87:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 87 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCommentImpl.cpp: In member function 'xercesc_3_2::DOMComment* xercesc_3_2::DOMCommentImpl::splitText(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCommentImpl.cpp:98:82: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 98 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMCommentImpl.cpp:102:84: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 102 | throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMConfigurationImpl.cpp: In member function 'virtual void xercesc_3_2::DOMConfigurationImpl::setParameter(const XMLCh*, const void*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMConfigurationImpl.cpp:63:25: warning: cast from type 'const void*' to type 'xercesc_3_2::DOMErrorHandler*' casts away qualifiers [-Wcast-qual] 63 | fErrorHandler = (DOMErrorHandler*)value; | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMConfigurationImpl.cpp:65:23: warning: cast from type 'const void*' to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 65 | fSchemaType = (XMLCh*)value; | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMConfigurationImpl.cpp:67:27: warning: cast from type 'const void*' to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 67 | fSchemaLocation = (XMLCh*)value; | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMConfigurationImpl.cpp: In member function 'virtual bool xercesc_3_2::DOMConfigurationImpl::canSetParameter(const XMLCh*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMConfigurationImpl.cpp:150:12: warning: switch missing default case [-Wswitch-default] 150 | switch (whichFlag) { | ^ [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentTypeImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentTypeImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentTypeImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentTypeImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDeepNodeListImpl.cpp: In member function 'virtual xercesc_3_2::DOMNode* xercesc_3_2::DOMDeepNodeListImpl::item(XMLSize_t) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDeepNodeListImpl.cpp:87:13: warning: cast from type 'const xercesc_3_2::DOMDeepNodeListImpl*' to type 'xercesc_3_2::DOMDeepNodeListImpl*' casts away qualifiers [-Wcast-qual] 87 | return ((DOMDeepNodeListImpl*)this)->cacheItem(index); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDeepNodeListImpl.cpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMDeepNodeListImpl::cacheItem(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDeepNodeListImpl.cpp:109:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 109 | currentNode = (DOMNode *)fRootNode; | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDeepNodeListImpl.cpp:116:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 116 | currentNode = (DOMNode *)fRootNode; | ^~~~~~~~~~~~~~~~~~~~ [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp: In member function 'virtual void xercesc_3_2::DOMDocumentFragmentImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp:82:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 82 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp:92:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 92 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementNSImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementNSImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementNSImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementNSImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityImpl.cpp [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityReferenceImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp: In member function 'virtual bool xercesc_3_2::DOMDocumentTypeImpl::isEqualNode(const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp:459:30: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMDocumentType*' casts away qualifiers [-Wcast-qual] 459 | DOMDocumentType* argDT = (DOMDocumentType*) arg; | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp: In member function 'virtual void* xercesc_3_2::DOMDocumentTypeImpl::getFeature(const XMLCh*, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp:556:16: warning: cast from type 'const xercesc_3_2::DOMDocumentTypeImpl*' to type 'xercesc_3_2::DOMDocumentTypeImpl*' casts away qualifiers [-Wcast-qual] 556 | return (DOMDocumentTypeImpl*)this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMDocumentTypeImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp:382:91: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 382 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp:398:95: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 398 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp: In constructor 'xercesc_3_2::DOMDocumentTypeImpl::DOMDocumentTypeImpl(xercesc_3_2::DOMDocument*, const XMLCh*, const XMLCh*, const XMLCh*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp:114:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 114 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp:135:91: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 135 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentTypeImpl.cpp:140:91: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 140 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'virtual xercesc_3_2::DOMNodeList* xercesc_3_2::DOMDocumentImpl::getElementsByTagName(const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:512:13: warning: cast from type 'const xercesc_3_2::DOMDocumentImpl*' to type 'xercesc_3_2::DOMDocumentImpl*' casts away qualifiers [-Wcast-qual] 512 | return ((DOMDocumentImpl*)this)->getDeepNodeList(this,tagname); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'virtual xercesc_3_2::DOMNodeList* xercesc_3_2::DOMDocumentImpl::getElementsByTagNameNS(const XMLCh*, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:652:13: warning: cast from type 'const xercesc_3_2::DOMDocumentImpl*' to type 'xercesc_3_2::DOMDocumentImpl*' casts away qualifiers [-Wcast-qual] 652 | return ((DOMDocumentImpl*)this)->getDeepNodeList(this, fNamespaceURI, fLocalName); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In static member function 'static bool xercesc_3_2::DOMDocumentImpl::isKidOK(const xercesc_3_2::DOMNode*, const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:750:36: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMDocument*' casts away qualifiers [-Wcast-qual] 750 | ((XMLString::equals(((DOMDocument*)parent)->getXmlVersion(), XMLUni::fgVersion1_1))? | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'xercesc_3_2::DOMNodeList* xercesc_3_2::DOMDocumentImpl::getDeepNodeList(const xercesc_3_2::DOMNode*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:947:43: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'void*' casts away qualifiers [-Wcast-qual] 947 | XMLSize_t id = fNodeListPool->put((void*) rootNode, (XMLCh*) tagName, 0, new (this) DOMDeepNodeListImpl(rootNode, tagName)); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:947:61: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 947 | XMLSize_t id = fNodeListPool->put((void*) rootNode, (XMLCh*) tagName, 0, new (this) DOMDeepNodeListImpl(rootNode, tagName)); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'xercesc_3_2::DOMNodeList* xercesc_3_2::DOMDocumentImpl::getDeepNodeList(const xercesc_3_2::DOMNode*, const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:966:43: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'void*' casts away qualifiers [-Wcast-qual] 966 | XMLSize_t id = fNodeListPool->put((void*) rootNode, (XMLCh*) localName, (XMLCh*) namespaceURI, new (this) DOMDeepNodeListImpl(rootNode, namespaceURI, localName)); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:966:61: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 966 | XMLSize_t id = fNodeListPool->put((void*) rootNode, (XMLCh*) localName, (XMLCh*) namespaceURI, new (this) DOMDeepNodeListImpl(rootNode, namespaceURI, localName)); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:966:81: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 966 | XMLSize_t id = fNodeListPool->put((void*) rootNode, (XMLCh*) localName, (XMLCh*) namespaceURI, new (this) DOMDeepNodeListImpl(rootNode, namespaceURI, localName)); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'virtual xercesc_3_2::DOMConfiguration* xercesc_3_2::DOMDocumentImpl::getDOMConfig() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1085:10: warning: cast from type 'const xercesc_3_2::DOMDocumentImpl*' to type 'xercesc_3_2::DOMDocumentImpl*' casts away qualifiers [-Wcast-qual] 1085 | ((DOMDocumentImpl*)this)->fDOMConfiguration = new ((DOMDocumentImpl*)this) DOMConfigurationImpl(fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1085:60: warning: cast from type 'const xercesc_3_2::DOMDocumentImpl*' to type 'xercesc_3_2::DOMDocumentImpl*' casts away qualifiers [-Wcast-qual] 1085 | ((DOMDocumentImpl*)this)->fDOMConfiguration = new ((DOMDocumentImpl*)this) DOMConfigurationImpl(fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'virtual xercesc_3_2::DOMNode* xercesc_3_2::DOMDocumentImpl::importNode(const xercesc_3_2::DOMNode*, bool, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1112:51: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMElement*' casts away qualifiers [-Wcast-qual] 1112 | const DOMTypeInfo * typeInfo=((DOMElement*)source)->getSchemaTypeInfo(); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1161:47: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMAttr*' casts away qualifiers [-Wcast-qual] 1161 | const DOMTypeInfo * typeInfo=((DOMAttr*)source)->getSchemaTypeInfo(); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1191:34: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMEntity*' casts away qualifiers [-Wcast-qual] 1191 | DOMEntity *srcentity=(DOMEntity *)source; | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1215:43: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMDocumentType*' casts away qualifiers [-Wcast-qual] 1215 | DOMDocumentType *srcdoctype = (DOMDocumentType *)source; | ^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1266:38: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNotation*' casts away qualifiers [-Wcast-qual] 1266 | DOMNotation *srcnotation=(DOMNotation *)source; | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'void* xercesc_3_2::DOMDocumentImpl::getUserData(const xercesc_3_2::DOMNodeImpl*, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1352:65: warning: cast from type 'const xercesc_3_2::DOMNodeImpl*' to type 'void*' casts away qualifiers [-Wcast-qual] 1352 | DOMUserDataRecord* dataRecord = fUserDataTable->get((void*)n, keyId); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'void xercesc_3_2::DOMDocumentImpl::callUserDataHandlers(const xercesc_3_2::DOMNodeImpl*, xercesc_3_2::DOMUserDataHandler::DOMOperationType, const xercesc_3_2::DOMNode*, xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1382:69: warning: cast from type 'const xercesc_3_2::DOMNodeImpl*' to type 'void*' casts away qualifiers [-Wcast-qual] 1382 | DOMUserDataRecord* userDataRecord = fUserDataTable->get((void*)n,key2); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1396:39: warning: cast from type 'const xercesc_3_2::DOMNodeImpl*' to type 'void*' casts away qualifiers [-Wcast-qual] 1396 | fUserDataTable->removeKey((void*)n); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp: In member function 'virtual void* xercesc_3_2::DOMDocumentImpl::getFeature(const XMLCh*, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1530:16: warning: cast from type 'const xercesc_3_2::DOMDocumentImpl*' to type 'xercesc_3_2::DOMMemoryManager*' casts away qualifiers [-Wcast-qual] 1530 | return (DOMMemoryManager*)this; | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMDocumentImpl.cpp:1532:16: warning: cast from type 'const xercesc_3_2::DOMDocumentImpl*' to type 'xercesc_3_2::DOMDocumentImpl*' casts away qualifiers [-Wcast-qual] 1532 | return (DOMDocumentImpl*)this; | ^~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityReferenceImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityReferenceImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityReferenceImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityReferenceImpl.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_2::DOMNamedNodeMap* xercesc_3_2::DOMElementImpl::getAttributes() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:145:30: warning: cast from type 'const xercesc_3_2::DOMElementImpl*' to type 'xercesc_3_2::DOMElementImpl*' casts away qualifiers [-Wcast-qual] 145 | DOMElementImpl *ncThis = (DOMElementImpl *)this; // cast off const | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'xercesc_3_2::DOMElement* xercesc_3_2::DOMElementImpl::getFirstElementChild(const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:795:20: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMElement*' casts away qualifiers [-Wcast-qual] 795 | return (DOMElement*) n; | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'xercesc_3_2::DOMElement* xercesc_3_2::DOMElementImpl::getLastElementChild(const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:822:20: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMElement*' casts away qualifiers [-Wcast-qual] 822 | return (DOMElement*) n; | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::removeAttribute(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:168:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 168 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_2::DOMAttr* xercesc_3_2::DOMElementImpl::removeAttributeNode(xercesc_3_2::DOMAttr*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:185:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 185 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:205:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 205 | throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:209:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 209 | throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::setAttribute(const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:220:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 220 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::setIdAttribute(const XMLCh*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:236:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 236 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:241:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 241 | throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::setIdAttributeNS(const XMLCh*, const XMLCh*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:253:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 253 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:258:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 258 | throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::setIdAttributeNode(const xercesc_3_2::DOMAttr*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:271:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 271 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:281:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 281 | throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_2::DOMAttr* xercesc_3_2::DOMElementImpl::setAttributeNode(xercesc_3_2::DOMAttr*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:294:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 294 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:297:88: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 297 | throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::removeAttributeNS(const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:357:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 357 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_2::DOMAttr* xercesc_3_2::DOMElementImpl::setAttributeNodeNS(xercesc_3_2::DOMAttr*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:379:82: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 379 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:382:88: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 382 | throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_2::DOMAttr* xercesc_3_2::DOMElementImpl::setDefaultAttributeNode(xercesc_3_2::DOMAttr*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:442:78: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 442 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:445:88: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 445 | throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual xercesc_3_2::DOMAttr* xercesc_3_2::DOMElementImpl::setDefaultAttributeNodeNS(xercesc_3_2::DOMAttr*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:460:82: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 460 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:463:88: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 463 | throw DOMException(DOMException::WRONG_DOCUMENT_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:475:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 475 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:495:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 495 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementImpl::setAttributeNS(const XMLCh*, const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:335:97: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 335 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementImpl.cpp:339:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 339 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp: In member function 'virtual void* xercesc_3_2::DOMElementNSImpl::getFeature(const XMLCh*, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:260:16: warning: cast from type 'const xercesc_3_2::DOMTypeInfoImpl* const' to type 'xercesc_3_2::DOMPSVITypeInfo*' casts away qualifiers [-Wcast-qual] 260 | return (DOMPSVITypeInfo*)fSchemaType; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementNSImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:175:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 175 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:185:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 185 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp: In member function 'virtual void xercesc_3_2::DOMElementNSImpl::setPrefix(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:118:97: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 118 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:120:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 120 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:131:90: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 131 | throw DOMException(DOMException::INVALID_CHARACTER_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:138:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 138 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:142:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 142 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp: In member function 'void xercesc_3_2::DOMElementNSImpl::setName(const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:207:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 207 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMElementNSImpl.cpp:224:85: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 224 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMErrorImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMErrorImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMErrorImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMErrorImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMErrorImpl.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityImpl.cpp: In member function 'void xercesc_3_2::DOMEntityImpl::cloneEntityRefTree() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityImpl.cpp:171:29: warning: cast from type 'const xercesc_3_2::DOMEntityImpl*' to type 'xercesc_3_2::DOMEntityImpl*' casts away qualifiers [-Wcast-qual] 171 | DOMEntityImpl *ncThis = (DOMEntityImpl *)this; | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityImpl.cpp: In member function 'virtual void xercesc_3_2::DOMEntityImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityImpl.cpp:215:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 215 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityImpl.cpp:225:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 225 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityReferenceImpl.cpp: In member function 'virtual void xercesc_3_2::DOMEntityReferenceImpl::setReadOnly(bool, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityReferenceImpl.cpp:151:97: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 151 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityReferenceImpl.cpp: In member function 'virtual void xercesc_3_2::DOMEntityReferenceImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityReferenceImpl.cpp:159:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 159 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMEntityReferenceImpl.cpp:169:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 169 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMImplementationImpl.cpp [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationListImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationListImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationListImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationListImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMImplementationListImpl.cpp [ 44%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationRegistry.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationRegistry.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationRegistry.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationRegistry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMImplementationRegistry.cpp [ 44%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLocatorImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLocatorImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLocatorImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLocatorImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLocatorImpl.cpp [ 44%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNamedNodeMapImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNamedNodeMapImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNamedNodeMapImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNamedNodeMapImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNamedNodeMapImpl.cpp [ 44%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIDMap.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIDMap.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIDMap.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIDMap.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeIDMap.cpp [ 44%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp [ 44%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIteratorImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIteratorImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIteratorImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIteratorImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeIteratorImpl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNamedNodeMapImpl.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeVector::elementAt(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 71 | if (index >= nextFreeSlot) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp:73:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 73 | return data[index]; | ^~~~~~ [ 44%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeListImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeListImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeListImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeListImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeListImpl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMLSParser.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOM.hpp:59, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMImplementationImpl.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeVector.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_2::DOMDocument* xercesc_3_2::DOMNodeImpl::getOwnerDocument() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:170:24: warning: unused variable 'ep' [-Wunused-variable] 170 | const DOMNode *ep = getContainingNode(); | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'const XMLCh* xercesc_3_2::DOMNodeImpl::lookupPrefix(const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:439:43: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMElement*' casts away qualifiers [-Wcast-qual] 439 | return lookupPrefix(namespaceURI, (DOMElement*)thisNode); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:442:17: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMDocument*' casts away qualifiers [-Wcast-qual] 442 | return ((DOMDocument*)thisNode)->getDocumentElement()->lookupPrefix(namespaceURI); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'const XMLCh* xercesc_3_2::DOMNodeImpl::lookupNamespaceURI(const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:580:16: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMDocument*' casts away qualifiers [-Wcast-qual] 580 | return((DOMDocument*)thisNode)->getDocumentElement()->lookupNamespaceURI(specifiedPrefix); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'const xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeImpl::getTreeParentNode(const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:619:11: warning: switch missing default case [-Wswitch-default] 619 | switch(nodeType) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'bool xercesc_3_2::DOMNodeImpl::isDefaultNamespace(const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:990:32: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMElement*' casts away qualifiers [-Wcast-qual] 990 | DOMElement *elem = (DOMElement *)thisNode; | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:1005:17: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMDocument*' casts away qualifiers [-Wcast-qual] 1005 | return ((DOMDocument*)thisNode)->getDocumentElement()->isDefaultNamespace(namespaceURI); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In constructor 'xercesc_3_2::DOMNodeImpl::DOMNodeImpl(xercesc_3_2::DOMNode*, xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:83:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 83 | throw DOMException(DOMException::INVALID_STATE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In constructor 'xercesc_3_2::DOMNodeImpl::DOMNodeImpl(xercesc_3_2::DOMNode*, const xercesc_3_2::DOMNodeImpl&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:96:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 96 | throw DOMException(DOMException::INVALID_STATE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeImpl::appendChild(xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:124:86: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 124 | throw DOMException(DOMException::HIERARCHY_REQUEST_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeImpl::insertBefore(xercesc_3_2::DOMNode*, xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:224:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 224 | throw DOMException(DOMException::HIERARCHY_REQUEST_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeImpl::removeChild(xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:231:79: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 231 | throw DOMException(DOMException::NOT_FOUND_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeImpl::replaceChild(xercesc_3_2::DOMNode*, xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:238:86: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 238 | throw DOMException(DOMException::HIERARCHY_REQUEST_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'void xercesc_3_2::DOMNodeImpl::setPrefix(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:311:79: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 311 | throw DOMException(DOMException::NAMESPACE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'void xercesc_3_2::DOMNodeImpl::setTextContent(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:972:91: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 972 | throw DOMException(DOMException::NOT_SUPPORTED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:937:107: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 937 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:961:105: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 961 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp: In member function 'void xercesc_3_2::DOMNodeImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeImpl.cpp:1041:83: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 1041 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeVector.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeVector.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeVector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.cpp [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNormalizer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNormalizer.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNormalizer.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNormalizer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNotationImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNotationImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNotationImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNotationImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.cpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMNodeVector::elementAt(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 71 | if (index >= nextFreeSlot) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNodeVector.hpp:73:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 73 | return data[index]; | ^~~~~~ [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMParentNode.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMParentNode.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMParentNode.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMParentNode.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp: In member function 'const XMLCh* xercesc_3_2::DOMNormalizer::addCustomNamespaceDecl(const XMLCh*, xercesc_3_2::DOMElementImpl*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:324:6: warning: cast from type 'const xercesc_3_2::DOMNormalizer*' to type 'xercesc_3_2::DOMNormalizer*' casts away qualifiers [-Wcast-qual] 324 | ((DOMNormalizer *)this)->fNewNamespaceCount++; | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:331:10: warning: cast from type 'const xercesc_3_2::DOMNormalizer*' to type 'xercesc_3_2::DOMNormalizer*' casts away qualifiers [-Wcast-qual] 331 | ((DOMNormalizer *)this)->fNewNamespaceCount++; | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp: In member function 'void xercesc_3_2::DOMNormalizer::InScopeNamespaces::Scope::addOrChangeBinding(const XMLCh*, const XMLCh*, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:418:78: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 418 | const XMLCh* uri = fBaseScopeWithBindings->fPrefixHash->get((void*)prefix); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:421:34: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 421 | fPrefixHash->put((void *)prefix, (XMLCh*)uri); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:421:50: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 421 | fPrefixHash->put((void *)prefix, (XMLCh*)uri); | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:427:78: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 427 | const XMLCh* prefix = fBaseScopeWithBindings->fUriHash->get((void*)uri); | ^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:430:31: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 430 | fUriHash->put((void *)uri, (XMLCh*)prefix); | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:430:44: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 430 | fUriHash->put((void *)uri, (XMLCh*)prefix); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:440:22: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 440 | fPrefixHash->put((void *)prefix, (XMLCh*)uri); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:440:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 440 | fPrefixHash->put((void *)prefix, (XMLCh*)uri); | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:441:19: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 441 | fUriHash->put((void *)uri, (XMLCh*)prefix); | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:441:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 441 | fUriHash->put((void *)uri, (XMLCh*)prefix); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp: In member function 'void xercesc_3_2::DOMNormalizer::error(xercesc_3_2::XMLErrs::Codes, const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNormalizer.cpp:484:53: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'void*' casts away qualifiers [-Wcast-qual] 484 | XMLErrs::DOMErrorType (code), 0, errText, (void*)node); | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMRangeImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp: In member function 'virtual void xercesc_3_2::DOMNotationImpl::setPublicId(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp:94:77: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 94 | DOMException::NO_MODIFICATION_ALLOWED_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp: In member function 'virtual void xercesc_3_2::DOMNotationImpl::setSystemId(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp:104:77: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 104 | DOMException::NO_MODIFICATION_ALLOWED_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp: In member function 'virtual void xercesc_3_2::DOMNotationImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp:112:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 112 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMNotationImpl.cpp:121:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 121 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMRangeImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMRangeImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMRangeImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringListImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringListImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringListImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringListImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMStringListImpl.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp: In member function 'xercesc_3_2::DOMNodeList* xercesc_3_2::DOMParentNode::getChildNodes() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp:120:12: warning: cast from type 'const xercesc_3_2::DOMNodeList*' to type 'xercesc_3_2::DOMNodeList*' casts away qualifiers [-Wcast-qual] 120 | return (DOMNodeList *)ret; // cast off const. | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp: In member function 'const xercesc_3_2::DOMNodeImpl* xercesc_3_2::DOMParentNode::getContainingNodeImpl() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp:72:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 72 | throw DOMException(DOMException::INVALID_STATE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp: In constructor 'xercesc_3_2::DOMParentNode::DOMParentNode(xercesc_3_2::DOMNode*, xercesc_3_2::DOMDocument*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp:38:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 38 | throw DOMException(DOMException::INVALID_STATE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp: In constructor 'xercesc_3_2::DOMParentNode::DOMParentNode(xercesc_3_2::DOMNode*, const xercesc_3_2::DOMParentNode&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMParentNode.cpp:48:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 48 | throw DOMException(DOMException::INVALID_STATE_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp: In member function 'virtual void xercesc_3_2::DOMProcessingInstructionImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:100:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 100 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:110:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 110 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp: In member function 'xercesc_3_2::DOMProcessingInstruction* xercesc_3_2::DOMProcessingInstructionImpl::splitText(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:129:82: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 129 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp:133:85: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 133 | throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); | ^ [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringPool.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringPool.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringPool.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringPool.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMStringPool.cpp [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTextImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'void xercesc_3_2::DOMRangeImpl::setStartContainer(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:153:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 153 | fStartContainer = (DOMNode*) node; | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'void xercesc_3_2::DOMRangeImpl::setEndContainer(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:175:21: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 175 | fEndContainer = (DOMNode*) node; | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::setStart(const xercesc_3_2::DOMNode*, XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:205:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 205 | fStartContainer = (DOMNode*) refNode; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::setEnd(const xercesc_3_2::DOMNode*, XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:236:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 236 | fEndContainer = (DOMNode*) refNode; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::setStartBefore(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:275:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 275 | for (DOMNode* n = (DOMNode*) refNode; n!=0; n = n->getPreviousSibling()) { | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::setStartAfter(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:319:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 319 | for (DOMNode* n = (DOMNode*) refNode; n!=0; n = n->getPreviousSibling()) { | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::setEndBefore(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:361:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 361 | for (DOMNode* n = (DOMNode*) refNode; n!=0; n = n->getPreviousSibling(), i++) ; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::setEndAfter(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:404:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 404 | for (DOMNode* n = (DOMNode*) refNode; n!=0; n = n->getPreviousSibling(), i++) ; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::selectNode(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:479:27: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 479 | fStartContainer = (DOMNode*) refNode; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:480:27: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 480 | fEndContainer = (DOMNode*) refNode; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:485:48: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMProcessingInstruction*' casts away qualifiers [-Wcast-qual] 485 | fEndOffset = XMLString::stringLen(((DOMProcessingInstruction*)refNode)->getData()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:487:27: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMText*' casts away qualifiers [-Wcast-qual] 487 | fEndOffset = ((DOMText *)refNode)->getLength(); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual void xercesc_3_2::DOMRangeImpl::selectNodeContents(const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:511:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 511 | fStartContainer = (DOMNode*) node; | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:512:21: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 512 | fEndContainer = (DOMNode*) node; | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:521:23: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMText*' casts away qualifiers [-Wcast-qual] 521 | fEndOffset = ((DOMText *)node)->getLength(); | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:525:44: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMProcessingInstruction*' casts away qualifiers [-Wcast-qual] 525 | fEndOffset = XMLString::stringLen(((DOMProcessingInstruction*)node)->getData()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual short int xercesc_3_2::DOMRangeImpl::compareBoundaryPoints(xercesc_3_2::DOMRange::CompareHow, const xercesc_3_2::DOMRange*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:596:23: warning: cast from type 'const xercesc_3_2::DOMRange*' to type 'xercesc_3_2::DOMRangeImpl*' casts away qualifiers [-Wcast-qual] 596 | if (fDocument != ((DOMRangeImpl*)srcRange)->fDocument) { | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'virtual xercesc_3_2::DOMDocumentFragment* xercesc_3_2::DOMRangeImpl::cloneContents() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:715:13: warning: cast from type 'const xercesc_3_2::DOMRangeImpl*' to type 'xercesc_3_2::DOMRangeImpl*' casts away qualifiers [-Wcast-qual] 715 | return ((DOMRangeImpl *)this)->traverseContents(CLONE_CONTENTS); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'bool xercesc_3_2::DOMRangeImpl::isValidAncestorType(const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:972:27: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 972 | for (DOMNode* aNode = (DOMNode*) node; aNode!=0; aNode = aNode->getParentNode()) { | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In static member function 'static bool xercesc_3_2::DOMRangeImpl::isAncestorOf(const xercesc_3_2::DOMNode*, const xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:983:26: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 983 | for (DOMNode* node = (DOMNode*) b; node != 0; node=node->getParentNode()) { | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'bool xercesc_3_2::DOMRangeImpl::hasLegalRootContainer(const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:993:30: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 993 | DOMNode* rootContainer = (DOMNode*)node; | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'const xercesc_3_2::DOMNode* xercesc_3_2::DOMRangeImpl::commonAncestorOf(const xercesc_3_2::DOMNode*, const xercesc_3_2::DOMNode*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:1059:15: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 1059 | for (node=(DOMNode*)pointA; node != 0; node=node->getParentNode()) | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:1064:15: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 1064 | for (node=(DOMNode*)pointB; node != 0; node=node->getParentNode()) | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMRangeImpl::traverseFullySelected(xercesc_3_2::DOMNode*, int)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:1621:11: warning: switch missing default case [-Wswitch-default] 1621 | switch( how ) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp: In member function 'xercesc_3_2::DOMNode* xercesc_3_2::DOMRangeImpl::traversePartiallySelected(xercesc_3_2::DOMNode*, int)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMRangeImpl.cpp:1645:11: warning: switch missing default case [-Wswitch-default] 1645 | switch( how ) | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTextImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTextImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTextImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTreeWalkerImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMStringListImpl.cpp: In member function 'void xercesc_3_2::DOMStringListImpl::add(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMStringListImpl.cpp:39:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 39 | fList->addElement((XMLCh*)str); | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTreeWalkerImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTreeWalkerImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTreeWalkerImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTreeWalkerImpl.cpp [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTypeInfoImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTypeInfoImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTypeInfoImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTypeInfoImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTypeInfoImpl.cpp [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSSerializerImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSSerializerImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSSerializerImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSSerializerImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSInputImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSInputImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSInputImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSInputImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSInputImpl.cpp [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSOutputImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSOutputImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSOutputImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSOutputImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSOutputImpl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTypeInfoImpl.cpp:21: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathExpressionImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathExpressionImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathExpressionImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathExpressionImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathExpressionImpl.cpp [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DOMTextImpl::getWholeText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:153:66: warning: cast from type 'const xercesc_3_2::DOMTextImpl*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 153 | DOMTreeWalker* pWalker=doc->createTreeWalker(root!=NULL?root:(DOMNode*)this, DOMNodeFilter::SHOW_ALL, NULL, true); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:154:29: warning: cast from type 'const xercesc_3_2::DOMTextImpl*' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 154 | pWalker->setCurrentNode((DOMNode*)this); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:149:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 149 | throw DOMException(DOMException::NOT_SUPPORTED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:163:49: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 163 | XMLBuffer buff(1023, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual xercesc_3_2::DOMText* xercesc_3_2::DOMTextImpl::replaceWholeText(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:208:109: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 208 | throw DOMException(DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual void xercesc_3_2::DOMTextImpl::release()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:253:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 253 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:263:87: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 263 | throw DOMException(DOMException::INVALID_ACCESS_ERR,0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp: In member function 'virtual xercesc_3_2::DOMText* xercesc_3_2::DOMTextImpl::splitText(XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:95:82: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 95 | DOMException::NO_MODIFICATION_ALLOWED_ERR, 0, GetDOMNodeMemoryManager); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMTextImpl.cpp:99:84: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare] 99 | throw DOMException(DOMException::INDEX_SIZE_ERR, 0, GetDOMNodeMemoryManager); | ^ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp [ 49%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathResultImpl.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMLSParser.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOM.hpp:59, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSInputImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSInputImpl.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMLSParser.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOM.hpp:59, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp: In member function 'virtual void xercesc_3_2::DOMLSSerializerImpl::setParameter(const XMLCh*, const void*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:330:25: warning: cast from type 'const void*' to type 'xercesc_3_2::DOMErrorHandler*' casts away qualifiers [-Wcast-qual] 330 | fErrorHandler = (DOMErrorHandler*)value; | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp: In member function 'void xercesc_3_2::DOMLSSerializerImpl::processNode(const xercesc_3_2::DOMNode*, int)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:829:43: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 829 | namespaceMap->put((void*)prefix,(XMLCh*)uri); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:829:57: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 829 | namespaceMap->put((void*)prefix,(XMLCh*)uri); | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:889:58: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 889 | if(namespaceMap->containsKey((void*)nsPrefix)) | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:891:47: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 891 | namespaceMap->put((void*)attribute->getLocalName(),(XMLCh*)attribute->getNodeValue()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:891:80: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 891 | namespaceMap->put((void*)attribute->getLocalName(),(XMLCh*)attribute->getNodeValue()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:907:55: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 907 | namespaceMap->put((void*)prefix,(XMLCh*)uri); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:907:69: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 907 | namespaceMap->put((void*)prefix,(XMLCh*)uri); | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp: In member function 'bool xercesc_3_2::DOMLSSerializerImpl::reportError(const xercesc_3_2::DOMNode*, xercesc_3_2::DOMError::ErrorSeverity, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:1397:39: warning: cast from type 'const xercesc_3_2::DOMNode* const' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 1397 | DOMLocatorImpl locator(0, 0, (DOMNode*) errorNode, 0); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp: In member function 'bool xercesc_3_2::DOMLSSerializerImpl::reportError(const xercesc_3_2::DOMNode*, xercesc_3_2::DOMError::ErrorSeverity, xercesc_3_2::XMLDOMMsg::Codes)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:1427:39: warning: cast from type 'const xercesc_3_2::DOMNode* const' to type 'xercesc_3_2::DOMNode*' casts away qualifiers [-Wcast-qual] 1427 | DOMLocatorImpl locator(0, 0, (DOMNode*) errorNode, 0); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp: In member function 'bool xercesc_3_2::DOMLSSerializerImpl::isDefaultNamespacePrefixDeclared() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:1717:51: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1717 | const XMLCh* thisUri=curNamespaceMap->get((void*)XMLUni::fgZeroLenString); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp: In member function 'bool xercesc_3_2::DOMLSSerializerImpl::isNamespaceBindingActive(const XMLCh*, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSSerializerImpl.cpp:1729:51: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1729 | const XMLCh* thisUri=curNamespaceMap->get((void*)prefix); | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMLSParser.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOM.hpp:59, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSOutputImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMLSOutputImpl.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathResultImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathResultImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathResultImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathResultImpl.cpp [ 49%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/XSDElementNSImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/XSDElementNSImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/dom/impl/XSDElementNSImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/dom/impl/XSDElementNSImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/XSDElementNSImpl.cpp [ 49%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/BinOutputStream.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DOMXPathNSResolverImpl::lookupNamespaceURI(const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp:46:56: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 46 | const KVStringPair *pair = fNamespaceBindings->get((void*)prefix); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/BinOutputStream.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/BinOutputStream.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/BinOutputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/BinOutputStream.cpp [ 49%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileFormatTarget.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathExpressionImpl.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathExpressionImpl.cpp: In member function 'virtual xercesc_3_2::DOMXPathResult* xercesc_3_2::DOMXPathExpressionImpl::evaluate(const xercesc_3_2::DOMNode*, xercesc_3_2::DOMXPathResult::ResultType, xercesc_3_2::DOMXPathResult*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/impl/DOMXPathExpressionImpl.cpp:160:31: warning: cast from type 'const xercesc_3_2::DOMNode*' to type 'xercesc_3_2::DOMElement*' casts away qualifiers [-Wcast-qual] 160 | testNode(&matcher, r, (DOMElement*)contextNode); | ^~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileFormatTarget.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileFormatTarget.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileFormatTarget.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/LocalFileFormatTarget.cpp [ 49%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileInputSource.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileInputSource.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileInputSource.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileInputSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/LocalFileInputSource.cpp [ 49%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/MemBufFormatTarget.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/MemBufFormatTarget.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/MemBufFormatTarget.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/MemBufFormatTarget.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/MemBufFormatTarget.cpp [ 49%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/MemBufInputSource.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/MemBufInputSource.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/MemBufInputSource.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/MemBufInputSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/MemBufInputSource.cpp [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttribute.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttribute.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttribute.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttribute.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.cpp [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttributeList.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttributeList.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttributeList.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttributeList.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttributeList.cpp [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIElement.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/MemBufInputSource.cpp: In destructor 'virtual xercesc_3_2::MemBufInputSource::~MemBufInputSource()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/MemBufInputSource.cpp:63:19: warning: cast from type 'const XMLByte*' {aka 'const unsigned char*'} to type 'XMLByte*' {aka 'unsigned char*'} casts away qualifiers [-Wcast-qual] 63 | delete [] (XMLByte*)fSrcBytes; | ^~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIElement.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIElement.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIElement.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIElement.cpp [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIItem.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.cpp: In member function 'void xercesc_3_2::PSVIAttribute::setValue(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.cpp:65:31: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 65 | fCanonicalValue = (XMLCh *)fDV->getCanonicalRepresentation(normalizedValue, fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIItem.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIItem.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIItem.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIItem.cpp [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAnnotation.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttributeList.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttributeList.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIAttribute.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAnnotation.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAnnotation.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAnnotation.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAnnotation.cpp [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeDeclaration.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeDeclaration.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeDeclaration.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeDeclaration.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeDeclaration.cpp [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSElementDeclaration.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIElement.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIItem.cpp:24: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.hpp:48, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/PSVIItem.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeUse.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeUse.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeUse.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeUse.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeUse.cpp [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSComplexTypeDefinition.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAnnotation.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAnnotation.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/SAX2XMLReader.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAnnotation.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeGroupDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDef.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesAttGroupInfo.hpp:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp:24: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeDeclaration.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeDeclaration.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeDeclaration.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSComplexTypeDefinition.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSComplexTypeDefinition.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSComplexTypeDefinition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSElementDeclaration.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSElementDeclaration.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSElementDeclaration.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSElementDeclaration.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSElementDeclaration.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeUse.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSAttributeUse.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSFacet.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSFacet.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSFacet.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSFacet.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSFacet.cpp [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSIDCDefinition.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSIDCDefinition.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSIDCDefinition.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSIDCDefinition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSIDCDefinition.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:170:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 170 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'const xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:176:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 176 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp: In member function 'virtual bool xercesc_3_2::XSComplexTypeDefinition::derivedFromType(const xercesc_3_2::XSTypeDefinition*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSComplexTypeDefinition.cpp:187:30: warning: cast from type 'const xercesc_3_2::XSTypeDefinition* const' to type 'xercesc_3_2::XSTypeDefinition*' casts away qualifiers [-Wcast-qual] 187 | XSTypeDefinition* type = (XSTypeDefinition*) ancestorType; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModel.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModel.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModel.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModel.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSElementDeclaration.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSElementDeclaration.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSElementDeclaration.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroup.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSFacet.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSFacet.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroup.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroup.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroup.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModelGroup.cpp [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroupDefinition.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroupDefinition.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroupDefinition.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroupDefinition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSMultiValueFacet.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSIDCDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSIDCDefinition.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSIDCDefinition.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSMultiValueFacet.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSMultiValueFacet.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSMultiValueFacet.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSMultiValueFacet.cpp [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNamespaceItem.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModelGroup.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModelGroup.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp: In constructor 'xercesc_3_2::XSModel::XSModel(xercesc_3_2::XMLGrammarPool*, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp:134:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 134 | (void*) SchemaSymbols::fgURI_SCHEMAFORSCHEMA | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp: In constructor 'xercesc_3_2::XSModel::XSModel(xercesc_3_2::XSModel*, xercesc_3_2::GrammarResolver*, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp:231:20: warning: switch missing default case [-Wswitch-default] 231 | switch (i+1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp:300:13: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 300 | (void*) SchemaSymbols::fgURI_SCHEMAFORSCHEMA , namespaceItem | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp: In destructor 'xercesc_3_2::XSModel::~XSModel()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp:321:16: warning: switch missing default case [-Wswitch-default] 321 | switch (i+1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp: In member function 'void xercesc_3_2::XSModel::addComponentToNamespace(xercesc_3_2::XSNamespaceItem*, xercesc_3_2::XSObject*, XMLSize_t, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp:370:9: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 370 | (void *) component->getName(), component | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamedMap.hpp:135, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamedMap.c: In instantiation of 'void xercesc_3_2::XSNamedMap::addElement(TVal*, const XMLCh*, const XMLCh*) [with TVal = xercesc_3_2::XSObject; XMLCh = char16_t]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.cpp:242:53: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamedMap.c:121:16: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 121 | fHash->put((void*)key1, fURIStringPool->getId(key2), toAdd); | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNamespaceItem.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNamespaceItem.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNamespaceItem.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamespaceItem.cpp [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNotationDeclaration.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModelGroupDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModelGroupDefinition.cpp:24: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNotationDeclaration.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNotationDeclaration.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNotationDeclaration.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNotationDeclaration.cpp [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSObject.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSMultiValueFacet.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSMultiValueFacet.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSObject.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSObject.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSObject.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.cpp [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSParticle.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamespaceItem.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamespaceItem.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamespaceItem.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamespaceItem.cpp: In destructor 'xercesc_3_2::XSNamespaceItem::~XSNamespaceItem()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamespaceItem.cpp:143:16: warning: switch missing default case [-Wswitch-default] 143 | switch (i+1) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSParticle.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSParticle.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSParticle.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSParticle.cpp [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNotationDeclaration.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNotationDeclaration.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNotationDeclaration.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSParticle.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSParticle.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSTypeDefinition.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSTypeDefinition.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSTypeDefinition.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSTypeDefinition.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.cpp [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSValue.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp: In member function 'xercesc_3_2::StringList* xercesc_3_2::XSSimpleTypeDefinition::getLexicalEnumeration()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp:146:12: warning: cast from type 'const xercesc_3_2::RefArrayVectorOf*' to type 'xercesc_3_2::RefArrayVectorOf*' casts away qualifiers [-Wcast-qual] 146 | return (RefArrayVectorOf*) fDatatypeValidator->getEnumString(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp: In member function 'virtual bool xercesc_3_2::XSSimpleTypeDefinition::derivedFromType(const xercesc_3_2::XSTypeDefinition*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp:207:16: warning: cast from type 'const xercesc_3_2::XSTypeDefinition* const' to type 'xercesc_3_2::XSTypeDefinition*' casts away qualifiers [-Wcast-qual] 207 | type = (XSTypeDefinition*) ancestorType; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSValue.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSValue.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSValue.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSWildcard.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSWildcard.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSWildcard.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSWildcard.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSWildcard.cpp [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/StdInInputSource.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/StdInInputSource.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/StdInInputSource.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/StdInInputSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/StdInInputSource.cpp [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/StdOutFormatTarget.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:36: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp: In static member function 'static int xercesc_3_2::XMLFloat::compareValues(const xercesc_3_2::XMLFloat*, const xercesc_3_2::XMLFloat*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp:92:53: warning: cast from type 'const xercesc_3_2::XMLFloat* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 92 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:37: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp: In static member function 'static int xercesc_3_2::XMLDouble::compareValues(const xercesc_3_2::XMLDouble*, const xercesc_3_2::XMLDouble*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp:93:53: warning: cast from type 'const xercesc_3_2::XMLDouble* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 93 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:46: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp: At global scope: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp: In static member function 'static void xercesc_3_2::XSValue::initializeRegistry()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:180:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 180 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_STRING, XSValue::dt_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:181:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 181 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_BOOLEAN, XSValue::dt_boolean); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:182:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 182 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_DECIMAL, XSValue::dt_decimal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:183:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 183 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_FLOAT, XSValue::dt_float); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:184:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 184 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_DOUBLE, XSValue::dt_double); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:185:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 185 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_DURATION, XSValue::dt_duration); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:186:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 186 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_DATETIME, XSValue::dt_dateTime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:187:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 187 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_TIME, XSValue::dt_time); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:188:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 188 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_DATE, XSValue::dt_date); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:189:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 189 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_YEARMONTH, XSValue::dt_gYearMonth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:190:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 190 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_YEAR, XSValue::dt_gYear); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:191:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 191 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_MONTHDAY, XSValue::dt_gMonthDay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:192:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 192 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_DAY, XSValue::dt_gDay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:193:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 193 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_MONTH, XSValue::dt_gMonth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:194:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 194 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_HEXBINARY, XSValue::dt_hexBinary); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:195:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 195 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_BASE64BINARY, XSValue::dt_base64Binary); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:196:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 196 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_ANYURI, XSValue::dt_anyURI); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:197:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 197 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_QNAME, XSValue::dt_QName); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:198:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 198 | fDataTypeRegistry->put((void*) XMLUni::fgNotationString, XSValue::dt_NOTATION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:199:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 199 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_NORMALIZEDSTRING, XSValue::dt_normalizedString); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:200:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 200 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_TOKEN, XSValue::dt_token); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:201:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 201 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_LANGUAGE, XSValue::dt_language); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:202:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 202 | fDataTypeRegistry->put((void*) XMLUni::fgNmTokenString, XSValue::dt_NMTOKEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:203:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 203 | fDataTypeRegistry->put((void*) XMLUni::fgNmTokensString, XSValue::dt_NMTOKENS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:204:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 204 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_NAME, XSValue::dt_Name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:205:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 205 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_NCNAME, XSValue::dt_NCName); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:206:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 206 | fDataTypeRegistry->put((void*) XMLUni::fgIDString, XSValue::dt_ID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:207:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 207 | fDataTypeRegistry->put((void*) XMLUni::fgIDRefString, XSValue::dt_IDREF); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:208:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 208 | fDataTypeRegistry->put((void*) XMLUni::fgIDRefsString, XSValue::dt_IDREFS); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:209:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 209 | fDataTypeRegistry->put((void*) XMLUni::fgEntityString, XSValue::dt_ENTITY); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:210:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 210 | fDataTypeRegistry->put((void*) XMLUni::fgEntitiesString, XSValue::dt_ENTITIES); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:211:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 211 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_INTEGER, XSValue::dt_integer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:212:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 212 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_NONPOSITIVEINTEGER, XSValue::dt_nonPositiveInteger); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:213:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 213 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_NEGATIVEINTEGER, XSValue::dt_negativeInteger); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:214:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 214 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_LONG, XSValue::dt_long); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:215:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 215 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_INT, XSValue::dt_int); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:216:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 216 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_SHORT, XSValue::dt_short); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:217:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 217 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_BYTE, XSValue::dt_byte); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:218:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 218 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_NONNEGATIVEINTEGER, XSValue::dt_nonNegativeInteger); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:219:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 219 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_ULONG, XSValue::dt_unsignedLong); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:220:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 220 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_UINT, XSValue::dt_unsignedInt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:221:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 221 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_USHORT, XSValue::dt_unsignedShort); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:222:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 222 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_UBYTE, XSValue::dt_unsignedByte); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSValue.cpp:223:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 223 | fDataTypeRegistry->put((void*) SchemaSymbols::fgDT_POSITIVEINTEGER, XSValue::dt_positiveInteger); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/StdOutFormatTarget.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/StdOutFormatTarget.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/StdOutFormatTarget.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/StdOutFormatTarget.cpp [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/URLInputSource.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSWildcard.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSWildcard.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSWildcard.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/URLInputSource.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/URLInputSource.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/URLInputSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.cpp [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4DOMLSInput.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4DOMLSInput.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4DOMLSInput.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4DOMLSInput.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/Wrapper4DOMLSInput.cpp [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4InputSource.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4InputSource.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4InputSource.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4InputSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/Wrapper4InputSource.cpp [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDef.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDef.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDef.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDef.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttDef.cpp [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDefList.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDefList.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDefList.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDefList.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttDefList.cpp [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttr.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttr.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttr.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttr.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.cpp [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLBuffer.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/Wrapper4DOMLSInput.cpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLBuffer.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLBuffer.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLBuffer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLBuffer.cpp libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLBufferMgr.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLBufferMgr.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLBufferMgr.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLBufferMgr.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLBufferMgr.cpp [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLContentModel.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLContentModel.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLContentModel.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLContentModel.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLContentModel.cpp [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLDTDDescription.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLDTDDescription.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLDTDDescription.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLDTDDescription.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDTDDescription.cpp [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLElementDecl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLElementDecl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLElementDecl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLElementDecl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.cpp [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLEntityDecl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLEntityDecl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLEntityDecl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLEntityDecl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLEntityDecl.cpp [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLFormatter.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarDescription.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDTDDescription.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDTDDescription.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLFormatter.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLFormatter.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLFormatter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLFormatter.cpp [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarDescription.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarDescription.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarDescription.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarDescription.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarDescription.cpp [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarPoolImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarPoolImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarPoolImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarPoolImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPoolImpl.cpp [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLNotationDecl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLNotationDecl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLNotationDecl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLNotationDecl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLNotationDecl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarDescription.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarDescription.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLRecognizer.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLRecognizer.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLRecognizer.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLRecognizer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLRecognizer.cpp [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLRefInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLRefInfo.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLRefInfo.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLRefInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLRefInfo.cpp [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLSchemaDescription.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPool.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPoolImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPoolImpl.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPoolImpl.cpp: In member function 'virtual bool xercesc_3_2::XMLGrammarPoolImpl::cacheGrammar(xercesc_3_2::Grammar*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPoolImpl.cpp:88:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 88 | fGrammarRegistry->put((void*) grammarKey, gramToCache); | ^~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLSchemaDescription.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLSchemaDescription.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLSchemaDescription.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLSchemaDescription.cpp [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/framework/XMLValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/framework/XMLValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.cpp [ 57%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/BinFileOutputStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/BinFileOutputStream.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/BinFileOutputStream.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/BinFileOutputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/BinFileOutputStream.cpp libtoolize: copying file 'm4/ltoptions.m4' In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarDescription.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLSchemaDescription.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLSchemaDescription.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 59%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/BinMemOutputStream.cpp.obj [ 59%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/DGXMLScanner.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/BinMemOutputStream.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/BinMemOutputStream.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/BinMemOutputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/BinMemOutputStream.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/DGXMLScanner.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/DGXMLScanner.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/DGXMLScanner.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp [ 59%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/ElemStack.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/ElemStack.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/ElemStack.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/ElemStack.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ElemStack.cpp [ 59%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.cpp [ 59%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner2.cpp.obj [ 59%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/MemoryManagerImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner2.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner2.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner2.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/MemoryManagerImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/MemoryManagerImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/MemoryManagerImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/MemoryManagerImpl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ElemStack.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 59%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/ReaderMgr.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp: In member function 'bool xercesc_3_2::DGXMLScanner::scanStartTag(bool&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp:1371:31: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1371 | namePtr = (XMLCh *)curAtt->getQName(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp: In member function 'void xercesc_3_2::DGXMLScanner::scanAttrListforNameSpaces(xercesc_3_2::RefVectorOf*, XMLSize_t, xercesc_3_2::XMLElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp:2676:50: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 2676 | if (fAttrDupChkRegistry->containsKey((void*)curAttr->getName(), curAttr->getURIId())) | ^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/DGXMLScanner.cpp:2684:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 2684 | fAttrDupChkRegistry->put((void*)curAttr->getName(), curAttr->getURIId(), curAttr); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:376:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/ReaderMgr.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/ReaderMgr.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/ReaderMgr.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ReaderMgr.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.cpp: In member function 'bool xercesc_3_2::IGXMLScanner::scanStartTag(bool&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.cpp:1799:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1799 | namePtr = (XMLCh *)curAtt->getName(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.cpp: In member function 'void xercesc_3_2::IGXMLScanner::endElementPSVI(xercesc_3_2::SchemaElementDecl*, xercesc_3_2::DatatypeValidator*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.cpp:3226:30: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 3226 | canonicalValue = (XMLCh*) memberDV->getCanonicalRepresentation(fPSVIElemContext.fNormalizedValue, fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.cpp:3228:30: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 3228 | canonicalValue = (XMLCh*) fPSVIElemContext.fCurrentDV->getCanonicalRepresentation(fPSVIElemContext.fNormalizedValue, fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:376:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/SGXMLScanner.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ReaderMgr.cpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDocumentHandler.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ReaderMgr.cpp:38: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp: At global scope: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/SGXMLScanner.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/SGXMLScanner.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/SGXMLScanner.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/ValidationContextImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/ValidationContextImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/ValidationContextImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/ValidationContextImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ValidationContextImpl.cpp [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/VecAttributesImpl.cpp.obj [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/VecAttrListImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/VecAttributesImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/VecAttributesImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/VecAttributesImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttributesImpl.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/VecAttrListImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/VecAttrListImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/VecAttrListImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:35: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp: In member function 'XMLSize_t xercesc_3_2::IGXMLScanner::buildAttList(const xercesc_3_2::RefVectorOf&, XMLSize_t, xercesc_3_2::XMLElementDecl*, xercesc_3_2::RefVectorOf&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:716:54: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 716 | if (fAttrDupChkRegistry->containsKey((void*)suffPtr, uriId)) | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:758:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 758 | fAttrDupChkRegistry->put((void*)suffPtr, uriId, curAttr); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:786:62: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'void*' casts away qualifiers [-Wcast-qual] 786 | unsigned int *attCountPtr = fAttDefRegistry->get((void *)curDef); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:871:43: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'xercesc_3_2::SchemaAttDef*' casts away qualifiers [-Wcast-qual] 871 | QName *attName = ((SchemaAttDef *)curDef)->getAttName(); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:876:109: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'void*' casts away qualifiers [-Wcast-qual] 876 | XSAttributeDeclaration *defAttrDecl = (XSAttributeDeclaration *)fModel->getXSObject((void *)curDef); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:877:61: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'xercesc_3_2::SchemaAttDef*' casts away qualifiers [-Wcast-qual] 877 | DatatypeValidator * attrDataType = ((SchemaAttDef *)curDef)->getDatatypeValidator(); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:937:48: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'xercesc_3_2::SchemaAttDef*' casts away qualifiers [-Wcast-qual] 937 | QName *attQName = ((SchemaAttDef *)curDef)->getAttName(); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp: In member function 'bool xercesc_3_2::IGXMLScanner::normalizeAttValue(const xercesc_3_2::XMLAttDef*, const XMLCh*, const XMLCh*, xercesc_3_2::XMLBuffer&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:1004:19: warning: switch missing default case [-Wswitch-default] 1004 | switch(nextCh) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp: In member function 'xercesc_3_2::Grammar* xercesc_3_2::IGXMLScanner::loadXMLSchemaGrammar(const xercesc_3_2::InputSource&, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:2160:6: warning: cast from type 'const xercesc_3_2::InputSource*' to type 'xercesc_3_2::InputSource*' casts away qualifiers [-Wcast-qual] 2160 | ((InputSource&) src).setIssueFatalErrorIfNotFound(false); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/IGXMLScanner2.cpp:2165:6: warning: cast from type 'const xercesc_3_2::InputSource*' to type 'xercesc_3_2::InputSource*' casts away qualifiers [-Wcast-qual] 2165 | ((InputSource&) src).setIssueFatalErrorIfNotFound(flag); | ^~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:376:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp: In member function 'void xercesc_3_2::SGXMLScanner::commonInit()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:1971:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1971 | fEntityTable->put((void*) XMLUni::fgAmp, chAmpersand); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:1972:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1972 | fEntityTable->put((void*) XMLUni::fgLT, chOpenAngle); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:1973:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1973 | fEntityTable->put((void*) XMLUni::fgGT, chCloseAngle); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:1974:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1974 | fEntityTable->put((void*) XMLUni::fgQuot, chDoubleQuote); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:1975:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1975 | fEntityTable->put((void*) XMLUni::fgApos, chSingleQuote); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp: In member function 'xercesc_3_2::Grammar* xercesc_3_2::SGXMLScanner::loadXMLSchemaGrammar(const xercesc_3_2::InputSource&, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:3948:6: warning: cast from type 'const xercesc_3_2::InputSource*' to type 'xercesc_3_2::InputSource*' casts away qualifiers [-Wcast-qual] 3948 | ((InputSource&) src).setIssueFatalErrorIfNotFound(false); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:3953:6: warning: cast from type 'const xercesc_3_2::InputSource*' to type 'xercesc_3_2::InputSource*' casts away qualifiers [-Wcast-qual] 3953 | ((InputSource&) src).setIssueFatalErrorIfNotFound(flag); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp: In member function 'void xercesc_3_2::SGXMLScanner::endElementPSVI(xercesc_3_2::SchemaElementDecl*, xercesc_3_2::DatatypeValidator*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:4919:30: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 4919 | canonicalValue = (XMLCh*) memberDV->getCanonicalRepresentation(fPSVIElemContext.fNormalizedValue, fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.cpp:4921:30: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 4921 | canonicalValue = (XMLCh*) fPSVIElemContext.fCurrentDV->getCanonicalRepresentation(fPSVIElemContext.fNormalizedValue, fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ValidationContextImpl.cpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ValidationContextImpl.cpp: In member function 'virtual void xercesc_3_2::ValidationContextImpl::addId(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ValidationContextImpl.cpp:103:25: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 103 | fIdRefList->put((void*)idEntry->getRefName(), idEntry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ValidationContextImpl.cpp: In member function 'virtual void xercesc_3_2::ValidationContextImpl::addIdRef(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/ValidationContextImpl.cpp:123:25: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 123 | fIdRefList->put((void*)idEntry->getRefName(), idEntry); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/WFXMLScanner.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/WFXMLScanner.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/WFXMLScanner.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/WFXMLScanner.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XMLReader.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XMLReader.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XMLReader.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XMLReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLReader.cpp libtoolize: copying file 'm4/ltsugar.m4' In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttributesImpl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttributesImpl.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttributesImpl.cpp: In destructor 'virtual xercesc_3_2::VecAttributesImpl::~VecAttributesImpl()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttributesImpl.cpp:50:16: warning: cast from type 'const xercesc_3_2::RefVectorOf*' to type 'xercesc_3_2::RefVectorOf*' casts away qualifiers [-Wcast-qual] 50 | delete (RefVectorOf*)fVector; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttributesImpl.cpp: In member function 'void xercesc_3_2::VecAttributesImpl::setVector(const xercesc_3_2::RefVectorOf*, XMLSize_t, const xercesc_3_2::XMLScanner*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttributesImpl.cpp:241:16: warning: cast from type 'const xercesc_3_2::RefVectorOf*' to type 'xercesc_3_2::RefVectorOf*' casts away qualifiers [-Wcast-qual] 241 | delete (RefVectorOf*)fVector; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.cpp: In destructor 'virtual xercesc_3_2::VecAttrListImpl::~VecAttrListImpl()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.cpp:49:16: warning: cast from type 'const xercesc_3_2::RefVectorOf*' to type 'xercesc_3_2::RefVectorOf*' casts away qualifiers [-Wcast-qual] 49 | delete (RefVectorOf*)fVector; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.cpp: In member function 'void xercesc_3_2::VecAttrListImpl::setVector(const xercesc_3_2::RefVectorOf*, XMLSize_t, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.cpp:152:16: warning: cast from type 'const xercesc_3_2::RefVectorOf*' to type 'xercesc_3_2::RefVectorOf*' casts away qualifiers [-Wcast-qual] 152 | delete (RefVectorOf*)fVector; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XMLScanner.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XMLScanner.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XMLScanner.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XMLScanner.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XMLScannerResolver.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp: In member function 'void xercesc_3_2::WFXMLScanner::commonInit()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:432:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 432 | fEntityTable->put((void*) XMLUni::fgAmp, chAmpersand); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:433:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 433 | fEntityTable->put((void*) XMLUni::fgLT, chOpenAngle); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:434:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 434 | fEntityTable->put((void*) XMLUni::fgGT, chCloseAngle); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:435:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 435 | fEntityTable->put((void*) XMLUni::fgQuot, chDoubleQuote); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:436:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 436 | fEntityTable->put((void*) XMLUni::fgApos, chSingleQuote); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp: In member function 'bool xercesc_3_2::WFXMLScanner::scanStartTag(bool&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:783:29: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 783 | fElementLookup->put((void*)elemDecl->getFullName(), elemDecl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp: In member function 'bool xercesc_3_2::WFXMLScanner::scanStartTagNS(bool&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:1112:29: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1112 | fElementLookup->put((void*)elemDecl->getFullName(), elemDecl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:1449:54: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1449 | if (fAttrDupChkRegistry->containsKey((void*)loopAttr->getName(), loopAttr->getURIId())) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/WFXMLScanner.cpp:1459:42: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1459 | fAttrDupChkRegistry->put((void*)loopAttr->getName(), loopAttr->getURIId(), loopAttr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XMLScannerResolver.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XMLScannerResolver.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XMLScannerResolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScannerResolver.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLReader.cpp: In constructor 'xercesc_3_2::XMLReader::XMLReader(const XMLCh*, const XMLCh*, xercesc_3_2::BinInputStream*, const XMLCh*, RefFrom, Types, Sources, bool, bool, XMLSize_t, XMLVersion, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLReader.cpp:228:11: warning: switch missing default case [-Wswitch-default] 228 | switch(fEncoding) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLReader.cpp: In member function 'bool xercesc_3_2::XMLReader::skippedSpace()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLReader.cpp:1123:23: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1123 | handleEOL((XMLCh&)curCh, false); | ^~~~~~~~~~~~~ [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XProtoType.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XProtoType.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XProtoType.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XProtoType.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XProtoType.cpp [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XSAXMLScanner.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp:35: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp: In member function 'xercesc_3_2::Grammar* xercesc_3_2::XMLScanner::loadGrammar(const XMLCh*, short int, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp:1776:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1776 | else | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp:1783:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1783 | return 0; | ^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp: In member function 'xercesc_3_2::XMLScanner::XMLTokens xercesc_3_2::XMLScanner::senseNextToken(XMLSize_t&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp:1920:11: warning: switch missing default case [-Wswitch-default] 1920 | switch(fReaderMgr.peekNextChar()) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp: In member function 'bool xercesc_3_2::XMLScanner::getQuotedString(xercesc_3_2::XMLBuffer&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp:1980:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1980 | if (!fReaderMgr.skipIfQuote(quoteCh)) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.cpp:1983:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1983 | XMLCh nextCh; | ^~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XSAXMLScanner.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XSAXMLScanner.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XSAXMLScanner.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSAXMLScanner.cpp [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XSerializeEngine.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScannerResolver.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScannerResolver.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XSerializeEngine.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XSerializeEngine.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XSerializeEngine.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XProtoType.cpp: In static member function 'static void xercesc_3_2::XProtoType::load(xercesc_3_2::XSerializeEngine&, XMLByte*, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XProtoType.cpp:63:31: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 63 | serEng >> (unsigned long&)classNameLen; | ^~~~~~~~~~~~ [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XSObjectFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XSObjectFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XSObjectFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XSObjectFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XTemplateSerializer.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/SGXMLScanner.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSAXMLScanner.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSAXMLScanner.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XTemplateSerializer.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/internal/XTemplateSerializer.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/internal/XTemplateSerializer.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPool.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp: In member function 'void xercesc_3_2::XSerializeEngine::write(const XMLCh*, XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp:213:11: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'XMLByte*' {aka 'unsigned char*'} casts away qualifiers [-Wcast-qual] 213 | write((XMLByte*)toWrite, (sizeof(XMLCh)/sizeof(XMLByte)) * writeLen); | ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp: In member function 'void xercesc_3_2::XSerializeEngine::write(const XMLByte*, XMLSize_t)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp:221:19: warning: cast from type 'const XMLByte* const' {aka 'const unsigned char* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 221 | ensurePointer((void*)toWrite); | ^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp: In member function 'void xercesc_3_2::XSerializeEngine::writeString(const XMLByte*, XMLSize_t, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.cpp:313:49: warning: cast from type 'const XMLByte* const' {aka 'const unsigned char* const'} to type 'char*' casts away qualifiers [-Wcast-qual] 313 | XMLSize_t strLen = XMLString::stringLen((char*)toWrite); | ^~~~~~~~~~~~~~ [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/AbstractDOMParser.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/AbstractDOMParser.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/parsers/AbstractDOMParser.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/parsers/AbstractDOMParser.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/AbstractDOMParser.cpp [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/DOMLSParserImpl.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp:46: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:170:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 170 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'const xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:176:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 176 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp: In member function 'xercesc_3_2::XSParticle* xercesc_3_2::XSObjectFactory::createElementParticle(const xercesc_3_2::ContentSpecNode*, xercesc_3_2::XSModel*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp:205:13: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 205 | (SchemaElementDecl*) rootNode->getElementDecl(), xsModel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp: In member function 'void xercesc_3_2::XSObjectFactory::processFacets(xercesc_3_2::DatatypeValidator*, xercesc_3_2::XSModel*, xercesc_3_2::XSSimpleTypeDefinition*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp:844:45: warning: cast from type 'const xercesc_3_2::RefArrayVectorOf*' to type 'xercesc_3_2::RefArrayVectorOf*' casts away qualifiers [-Wcast-qual] 844 | RefArrayVectorOf* enumList = (RefArrayVectorOf*) dv->getEnumString(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamedMap.hpp:135, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamedMap.c: In instantiation of 'void xercesc_3_2::XSNamedMap::addElement(TVal*, const XMLCh*, const XMLCh*) [with TVal = xercesc_3_2::XSIDCDefinition; XMLCh = char16_t]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSObjectFactory.cpp:455:21: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSNamedMap.c:121:16: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 121 | fHash->put((void*)key1, fURIStringPool->getId(key2), toAdd); | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/DOMLSParserImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/parsers/DOMLSParserImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/parsers/DOMLSParserImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLFilterImpl.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.hpp:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp: In static member function 'static void xercesc_3_2::XTemplateSerializer::loadObject(xercesc_3_2::RefHashTableOf**, int, bool, xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:1170:31: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1170 | (*objToLoad)->put((void*)data->getFullName(), data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp: In static member function 'static void xercesc_3_2::XTemplateSerializer::loadObject(xercesc_3_2::RefHashTableOf**, int, bool, xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:1343:26: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1343 | XMLCh* key = (XMLCh*) serEng.getStringPool()->getValueForId(id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp: In static member function 'static void xercesc_3_2::XTemplateSerializer::loadObject(xercesc_3_2::RefHashTableOf**, int, bool, xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:1425:26: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1425 | XMLCh* key = (XMLCh*) serEng.getStringPool()->getValueForId(data->getNameId()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp: In static member function 'static void xercesc_3_2::XTemplateSerializer::loadObject(xercesc_3_2::RefHashTableOf**, int, bool, xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:1599:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1599 | XMLCh* typeUri = (XMLCh*) data->getTypeUri(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:1600:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1600 | XMLCh* typeLocal = (XMLCh*) data->getTypeLocalName(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:1620:29: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1620 | XMLCh* refKey = (XMLCh*) serEng.getStringPool()->getValueForId(id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp: In static member function 'static void xercesc_3_2::XTemplateSerializer::loadObject(xercesc_3_2::RefHashTableOf**, int, bool, xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:1699:26: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 1699 | XMLCh* key = (XMLCh*) data->getGrammarDescription()->getGrammarKey(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.hpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:2212:30: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.cpp:2264:30: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLFilterImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLFilterImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLFilterImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLFilterImpl.cpp [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLReaderImpl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLReaderImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLReaderImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLReaderImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLReaderImpl.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDocumentHandler.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/AbstractDOMParser.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/AbstractDOMParser.cpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/SAXParser.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/SAXParser.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/parsers/SAXParser.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/parsers/SAXParser.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAXParser.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDocumentHandler.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/AbstractDOMParser.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual void xercesc_3_2::DOMLSParserImpl::setParameter(const XMLCh*, const void*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:185:27: warning: cast from type 'const void*' to type 'xercesc_3_2::DOMLSResourceResolver*' casts away qualifiers [-Wcast-qual] 185 | fEntityResolver = (DOMLSResourceResolver*)value; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:196:25: warning: cast from type 'const void*' to type 'xercesc_3_2::DOMErrorHandler*' casts away qualifiers [-Wcast-qual] 196 | fErrorHandler = (DOMErrorHandler*)value; | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:214:30: warning: cast from type 'const void*' to type 'xercesc_3_2::XMLEntityResolver*' casts away qualifiers [-Wcast-qual] 214 | fXMLEntityResolver = (XMLEntityResolver*)value; | ^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:225:33: warning: cast from type 'const void*' to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 225 | setExternalSchemaLocation((XMLCh*)value); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:229:44: warning: cast from type 'const void*' to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 229 | setExternalNoNamespaceSchemaLocation((XMLCh*)value); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:233:26: warning: cast from type 'const void*' to type 'xercesc_3_2::SecurityManager*' casts away qualifiers [-Wcast-qual] 233 | setSecurityManager((SecurityManager*)value); | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual const void* xercesc_3_2::DOMLSParserImpl::getParameter(const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:640:14: warning: cast from type 'const XMLSize_t*' {aka 'const long long unsigned int*'} to type 'void*' casts away qualifiers [-Wcast-qual] 640 | return (void*)&getLowWaterMark(); | ^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual xercesc_3_2::DOMDocument* xercesc_3_2::DOMLSParserImpl::parse(const xercesc_3_2::DOMLSInput*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:751:34: warning: cast from type 'const xercesc_3_2::DOMLSInput*' to type 'xercesc_3_2::DOMLSInput*' casts away qualifiers [-Wcast-qual] 751 | Wrapper4DOMLSInput isWrapper((DOMLSInput*)source, fEntityResolver, false, getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual void xercesc_3_2::DOMLSParserImpl::startDocument()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:836:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 836 | inScopeNS.put((void*)attr->getLocalName(), fScanner->getURIStringPool()->addOrFind(attr->getNodeValue())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:838:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 838 | inScopeNS.put((void*)XMLUni::fgZeroLenString, fScanner->getURIStringPool()->addOrFind(attr->getNodeValue())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual xercesc_3_2::DOMNode* xercesc_3_2::DOMLSParserImpl::parseWithContext(const xercesc_3_2::DOMLSInput*, xercesc_3_2::DOMNode*, xercesc_3_2::DOMLSParser::ActionType)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:908:34: warning: cast from type 'const xercesc_3_2::DOMLSInput*' to type 'xercesc_3_2::DOMLSInput*' casts away qualifiers [-Wcast-qual] 908 | Wrapper4DOMLSInput isWrapper((DOMLSInput*)source, fEntityResolver, false, getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:925:11: warning: switch missing default case [-Wswitch-default] 925 | switch(action) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual xercesc_3_2::Grammar* xercesc_3_2::DOMLSParserImpl::loadGrammar(const xercesc_3_2::DOMLSInput*, xercesc_3_2::Grammar::GrammarType, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:1114:38: warning: cast from type 'const xercesc_3_2::DOMLSInput*' to type 'xercesc_3_2::DOMLSInput*' casts away qualifiers [-Wcast-qual] 1114 | Wrapper4DOMLSInput isWrapper((DOMLSInput*)source, fEntityResolver, false, getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'void xercesc_3_2::DOMLSParserImpl::applyFilter(xercesc_3_2::DOMNode*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:1172:11: warning: switch missing default case [-Wswitch-default] 1172 | switch(action) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual void xercesc_3_2::DOMLSParserImpl::endElement(const xercesc_3_2::XMLElementDecl&, unsigned int, bool, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:1307:19: warning: switch missing default case [-Wswitch-default] 1307 | switch(action) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp: In member function 'virtual void xercesc_3_2::DOMLSParserImpl::startElement(const xercesc_3_2::XMLElementDecl&, unsigned int, const XMLCh*, const xercesc_3_2::RefVectorOf&, XMLSize_t, bool, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/DOMLSParserImpl.cpp:1362:19: warning: switch missing default case [-Wswitch-default] 1362 | switch(action) | ^ [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/XercesDOMParser.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/parsers/XercesDOMParser.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/parsers/XercesDOMParser.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/parsers/XercesDOMParser.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/XercesDOMParser.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/SAX2XMLReader.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/SAX2XMLFilter.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLFilterImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLFilterImpl.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLFilterImpl.cpp: In member function 'virtual xercesc_3_2::XMLValidator* xercesc_3_2::SAX2XMLFilterImpl::getValidator() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLFilterImpl.cpp:108:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 108 | if(fParentReader) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLFilterImpl.cpp:110:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 110 | return 0; | ^~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/SAX2XMLReader.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/XMLReaderFactory.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLReaderImpl.cpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLReaderImpl.cpp: In member function 'virtual void xercesc_3_2::SAX2XMLReaderImpl::startElement(const xercesc_3_2::XMLElementDecl&, unsigned int, const XMLCh*, const xercesc_3_2::RefVectorOf&, XMLSize_t, bool, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLReaderImpl.cpp:744:50: warning: cast from type 'const xercesc_3_2::XMLAttr*' to type 'xercesc_3_2::XMLAttr*' casts away qualifiers [-Wcast-qual] 744 | fTempAttrVec->addElement((XMLAttr*)tempAttr); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLReaderImpl.cpp: In member function 'virtual void* xercesc_3_2::SAX2XMLReaderImpl::getProperty(const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLReaderImpl.cpp:1478:16: warning: cast from type 'const XMLSize_t*' {aka 'const long long unsigned int*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1478 | return (void*)&fScanner->getLowWaterMark(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAX2XMLReaderImpl.cpp:1480:16: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1480 | return (void*)fScanner->getName(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/Dummy.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/Dummy.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/sax/Dummy.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/sax/Dummy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax/Dummy.cpp [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/InputSource.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/VecAttrListImpl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAXParser.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/SAXParser.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/InputSource.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/sax/InputSource.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/sax/InputSource.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax/InputSource.cpp libtoolize: copying file 'm4/ltversion.m4' [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/SAXException.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/XercesDOMParser.cpp:36: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/SAXException.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/sax/SAXException.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/sax/SAXException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax/SAXException.cpp [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/SAXParseException.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/SAXParseException.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/sax/SAXParseException.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/sax/SAXParseException.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax/SAXParseException.cpp [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax2/sax2Dummy.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax2/sax2Dummy.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/sax2/sax2Dummy.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/sax2/sax2Dummy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/sax2Dummy.cpp [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/AllContentModel.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/AllContentModel.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/AllContentModel.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/AllContentModel.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/AllContentModel.cpp [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/CMAny.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/CMAny.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/CMAny.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/CMAny.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMAny.cpp [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/CMBinaryOp.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/CMBinaryOp.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/CMBinaryOp.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/CMBinaryOp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMBinaryOp.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/SAX2XMLReader.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/sax2/sax2Dummy.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/CMUnaryOp.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/AllContentModel.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/CMUnaryOp.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/CMUnaryOp.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/CMUnaryOp.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMUnaryOp.cpp [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentLeafNameTypeVector.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMNode.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMAny.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMAny.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMBinaryOp.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentLeafNameTypeVector.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentLeafNameTypeVector.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentLeafNameTypeVector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMNode.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMUnaryOp.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/CMUnaryOp.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentSpecNode.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentSpecNode.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentSpecNode.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentSpecNode.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/DFAContentModel.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/DFAContentModel.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/DFAContentModel.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/DFAContentModel.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/DFAContentModel.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp: In member function 'xercesc_3_2::ContentSpecNode::NodeTypes xercesc_3_2::ContentLeafNameTypeVector::getLeafTypeAt(XMLSize_t) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp:121:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 121 | if (pos >= fLeafCount) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentLeafNameTypeVector.cpp:124:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 124 | return fLeafTypes[pos]; | ^~~~~~ [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/Grammar.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/Grammar.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/Grammar.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/Grammar.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp: In function 'void xercesc_3_2::formatNode(const ContentSpecNode*, XMLBuffer&, MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp:123:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 123 | if (!curNode) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp:126:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 126 | ValueStackOf toBeProcessed(10, memMgr); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp:161:23: warning: switch missing default case [-Wswitch-default] 161 | switch(curType & 0x0f) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueVectorOf.hpp:159, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializeEngine.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XSerializable.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/QName.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueVectorOf.c: In instantiation of 'xercesc_3_2::ValueVectorOf::ValueVectorOf(XMLSize_t, xercesc_3_2::MemoryManager*, bool) [with TElem = xercesc_3_2::formatNodeHolder; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueStackOf.c:41:5: required from 'xercesc_3_2::ValueStackOf::ValueStackOf(XMLSize_t, xercesc_3_2::MemoryManager*, bool) [with TElem = xercesc_3_2::formatNodeHolder; XMLSize_t = long long unsigned int]' C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp:126:57: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/ValueVectorOf.c:52:11: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'class xercesc_3_2::formatNodeHolder'; use assignment instead [-Wclass-memaccess] 52 | memset(fElemList, 0, fMaxCount * sizeof(TElem)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.cpp:99:7: note: 'class xercesc_3_2::formatNodeHolder' declared here 99 | class formatNodeHolder | ^~~~~~~~~~~~~~~~ [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/GrammarResolver.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/GrammarResolver.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/GrammarResolver.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/GrammarResolver.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/MixedContentModel.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/MixedContentModel.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/MixedContentModel.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/MixedContentModel.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/MixedContentModel.cpp [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/SimpleContentModel.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/DFAContentModel.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:376:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/SimpleContentModel.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/common/SimpleContentModel.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/common/SimpleContentModel.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/SimpleContentModel.cpp libtoolize: copying file 'm4/lt~obsolete.m4' In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPool.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp: In member function 'xercesc_3_2::Grammar* xercesc_3_2::GrammarResolver::getGrammar(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp:154:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 154 | fGrammarFromPool->put((void*) grammar->getGrammarDescription()->getGrammarKey(), grammar); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp: In member function 'xercesc_3_2::Grammar* xercesc_3_2::GrammarResolver::getGrammar(xercesc_3_2::XMLGrammarDescription*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp:185:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 185 | fGrammarFromPool->put((void*) grammar->getGrammarDescription()->getGrammarKey(), grammar); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp: In member function 'void xercesc_3_2::GrammarResolver::putGrammar(xercesc_3_2::Grammar*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/GrammarResolver.cpp:246:30: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 246 | fGrammarBucket->put( (void*) grammarToAdopt->getGrammarDescription()->getGrammarKey(), grammarToAdopt ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/MixedContentModel.cpp:28: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.cpp [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractStringValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractStringValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractStringValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractStringValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.cpp [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/SimpleContentModel.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp: In static member function 'static int xercesc_3_2::XMLFloat::compareValues(const xercesc_3_2::XMLFloat*, const xercesc_3_2::XMLFloat*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp:92:53: warning: cast from type 'const xercesc_3_2::XMLFloat* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 92 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp: In static member function 'static int xercesc_3_2::XMLDouble::compareValues(const xercesc_3_2::XMLDouble*, const xercesc_3_2::XMLDouble*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp:93:53: warning: cast from type 'const xercesc_3_2::XMLDouble* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 93 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 68%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::AbstractNumericValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.cpp:132:42: warning: cast from type 'const xercesc_3_2::AbstractNumericValidator*' to type 'xercesc_3_2::AbstractNumericValidator*' casts away qualifiers [-Wcast-qual] 132 | AbstractNumericValidator* temp = (AbstractNumericValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 68%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp [ 68%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/BooleanDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/BooleanDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/BooleanDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/BooleanDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnyURIDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp: In member function 'void xercesc_3_2::AnyURIDatatypeValidator::encode(const XMLCh*, XMLSize_t, xercesc_3_2::XMLBuffer&, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp:155:35: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 155 | const XMLCh* remContent = (XMLCh*)&content[i]; | ^~~~~~~~~~~~~~~~~~~ [ 68%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.cpp [ 68%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidatorFactory.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidatorFactory.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidatorFactory.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidatorFactory.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp [ 68%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/BooleanDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::BooleanDatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/BooleanDatatypeValidator.cpp:177:42: warning: cast from type 'const xercesc_3_2::BooleanDatatypeValidator*' to type 'xercesc_3_2::BooleanDatatypeValidator*' casts away qualifiers [-Wcast-qual] 177 | BooleanDatatypeValidator *temp = (BooleanDatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 68%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateDatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DateDatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateDatatypeValidator.cpp:99:39: warning: cast from type 'const xercesc_3_2::DateDatatypeValidator*' to type 'xercesc_3_2::DateDatatypeValidator*' casts away qualifiers [-Wcast-qual] 99 | DateDatatypeValidator* temp = (DateDatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DayDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DayDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DayDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DayDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DayDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DateTimeDatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp:99:43: warning: cast from type 'const xercesc_3_2::DateTimeDatatypeValidator*' to type 'xercesc_3_2::DateTimeDatatypeValidator*' casts away qualifiers [-Wcast-qual] 99 | DateTimeDatatypeValidator* temp = (DateTimeDatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DayDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DayDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DecimalDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DecimalDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DecimalDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DecimalDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.cpp: In member function 'virtual int xercesc_3_2::DateTimeValidator::compareValues(const xercesc_3_2::XMLNumber*, const xercesc_3_2::XMLNumber*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.cpp:203:25: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLDateTime*' casts away qualifiers [-Wcast-qual] 203 | return compareDates((XMLDateTime*) lValue, (XMLDateTime*) rValue, true); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.cpp:203:48: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLDateTime*' casts away qualifiers [-Wcast-qual] 203 | return compareDates((XMLDateTime*) lValue, (XMLDateTime*) rValue, true); | ^~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.cpp:39: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp: In static member function 'static int xercesc_3_2::XMLFloat::compareValues(const xercesc_3_2::XMLFloat*, const xercesc_3_2::XMLFloat*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp:92:53: warning: cast from type 'const xercesc_3_2::XMLFloat* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 92 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.cpp:40: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp: In static member function 'static int xercesc_3_2::XMLDouble::compareValues(const xercesc_3_2::XMLDouble*, const xercesc_3_2::XMLDouble*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp:93:53: warning: cast from type 'const xercesc_3_2::XMLDouble* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 93 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.cpp:525:35: warning: cast from type 'const xercesc_3_2::DatatypeValidator*' to type 'xercesc_3_2::DatatypeValidator*' casts away qualifiers [-Wcast-qual] 525 | DatatypeValidator *temp = (DatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.hpp:48, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:44: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp: In static member function 'static int xercesc_3_2::XMLDouble::compareValues(const xercesc_3_2::XMLDouble*, const xercesc_3_2::XMLDouble*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp:93:53: warning: cast from type 'const xercesc_3_2::XMLDouble* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 93 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:45: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp: In static member function 'static int xercesc_3_2::XMLFloat::compareValues(const xercesc_3_2::XMLFloat*, const xercesc_3_2::XMLFloat*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp:92:53: warning: cast from type 'const xercesc_3_2::XMLFloat* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 92 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp: In member function 'void xercesc_3_2::DatatypeValidatorFactory::expandRegistryToFullSchemaSet()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:146:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 146 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_STRING, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:150:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 150 | fBuiltInRegistry->put((void*) XMLUni::fgNotationString, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:154:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 154 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_ANYSIMPLETYPE, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:158:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 158 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_BOOLEAN, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:162:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 162 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_DECIMAL, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:166:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_HEXBINARY, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:170:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 170 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_BASE64BINARY, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:174:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 174 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_DOUBLE, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:178:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 178 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_FLOAT, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:182:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 182 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_ANYURI, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:186:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 186 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_QNAME, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:190:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 190 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_DATETIME, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:194:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 194 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_DATE, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:198:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 198 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_TIME, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:202:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 202 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_DAY, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:206:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 206 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_MONTH, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:210:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 210 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_MONTHDAY, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:214:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 214 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_YEAR, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:218:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 218 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_YEARMONTH, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:222:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 222 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_DURATION, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:231:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 231 | facets->put((void*) SchemaSymbols::fgELT_WHITESPACE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:240:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 240 | facets->put((void*) SchemaSymbols::fgELT_WHITESPACE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:250:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 250 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_NAME, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:255:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 255 | fBuiltInRegistry->put((void*) SchemaSymbols::fgDT_NCNAME, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:260:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 260 | facets->put((void*) SchemaSymbols::fgELT_PATTERN , | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:262:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 262 | facets->put((void*) SchemaSymbols::fgELT_WHITESPACE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:270:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 270 | facets->put((void*) SchemaSymbols::fgELT_MINLENGTH, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:279:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 279 | facets->put((void*) SchemaSymbols::fgELT_PATTERN, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:289:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 289 | facets->put((void*) SchemaSymbols::fgELT_FRACTIONDIGITS, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:292:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 292 | facets->put((void*) SchemaSymbols::fgELT_PATTERN, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:302:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 302 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:312:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 312 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:322:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 322 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:324:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 324 | facets->put((void*) SchemaSymbols::fgELT_MININCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:334:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 334 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:336:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 336 | facets->put((void*) SchemaSymbols::fgELT_MININCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:346:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 346 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:348:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 348 | facets->put((void*) SchemaSymbols::fgELT_MININCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:358:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 358 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:360:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 360 | facets->put((void*) SchemaSymbols::fgELT_MININCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:370:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 370 | facets->put((void*) SchemaSymbols::fgELT_MININCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:380:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 380 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:390:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 390 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:400:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 400 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:410:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 410 | facets->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:420:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 420 | facets->put((void*) SchemaSymbols::fgELT_MININCLUSIVE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:430:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 430 | fBuiltInRegistry->put((void*) XMLUni::fgIDString, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:434:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 434 | fBuiltInRegistry->put((void*) XMLUni::fgIDRefString, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:438:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 438 | fBuiltInRegistry->put((void*) XMLUni::fgEntityString, dv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:441:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 441 | facets->put((void*) SchemaSymbols::fgELT_MINLENGTH, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:458:17: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 458 | facets->put((void*) SchemaSymbols::fgELT_MINLENGTH, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp: In static member function 'static xercesc_3_2::XMLCanRepGroup::CanRepGroup xercesc_3_2::DatatypeValidatorFactory::getCanRepGroup(const xercesc_3_2::DatatypeValidator*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:544:32: warning: cast from type 'const xercesc_3_2::DatatypeValidator* const' to type 'xercesc_3_2::DatatypeValidator*' casts away qualifiers [-Wcast-qual] 544 | DatatypeValidator *curdv = (DatatypeValidator*) dv; | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp: In static member function 'static xercesc_3_2::DatatypeValidator* xercesc_3_2::DatatypeValidatorFactory::getBuiltInBaseValidator(const xercesc_3_2::DatatypeValidator*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:559:32: warning: cast from type 'const xercesc_3_2::DatatypeValidator* const' to type 'xercesc_3_2::DatatypeValidator*' casts away qualifiers [-Wcast-qual] 559 | DatatypeValidator *curdv = (DatatypeValidator*)dv; | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp: In member function 'xercesc_3_2::DatatypeValidator* xercesc_3_2::DatatypeValidatorFactory::createDatatypeValidator(const XMLCh*, xercesc_3_2::DatatypeValidator*, xercesc_3_2::RefHashTableOf*, xercesc_3_2::RefArrayVectorOf*, bool, int, bool, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:709:39: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 709 | fUserDefinedRegistry->put((void *)typeName, datatypeValidator); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:712:35: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 712 | fBuiltInRegistry->put((void *)typeName, datatypeValidator); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp: In member function 'xercesc_3_2::DatatypeValidator* xercesc_3_2::DatatypeValidatorFactory::createDatatypeValidator(const XMLCh*, xercesc_3_2::RefVectorOf*, int, bool, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:758:39: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 758 | fUserDefinedRegistry->put((void *)typeName, datatypeValidator); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidatorFactory.cpp:761:35: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 761 | fBuiltInRegistry->put((void *)typeName, datatypeValidator); | ^~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DoubleDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DoubleDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DoubleDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DoubleDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DurationDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DurationDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DurationDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DurationDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp: In member function 'virtual int xercesc_3_2::DecimalDatatypeValidator::compareValues(const xercesc_3_2::XMLNumber*, const xercesc_3_2::XMLNumber*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp:310:41: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLBigDecimal*' casts away qualifiers [-Wcast-qual] 310 | return XMLBigDecimal::compareValues((XMLBigDecimal*) lValue, (XMLBigDecimal*) rValue, | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp:310:66: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLBigDecimal*' casts away qualifiers [-Wcast-qual] 310 | return XMLBigDecimal::compareValues((XMLBigDecimal*) lValue, (XMLBigDecimal*) rValue, | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp:311:42: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLBigDecimal*' casts away qualifiers [-Wcast-qual] 311 | ((XMLBigDecimal*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DecimalDatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DecimalDatatypeValidator.cpp:538:38: warning: cast from type 'const xercesc_3_2::DecimalDatatypeValidator*' to type 'xercesc_3_2::DecimalDatatypeValidator*' casts away qualifiers [-Wcast-qual] 538 | DecimalDatatypeValidator* temp = (DecimalDatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp: In static member function 'static int xercesc_3_2::XMLDouble::compareValues(const xercesc_3_2::XMLDouble*, const xercesc_3_2::XMLDouble*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLDouble.hpp:93:53: warning: cast from type 'const xercesc_3_2::XMLDouble* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 93 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp: In member function 'virtual int xercesc_3_2::DoubleDatatypeValidator::compareValues(const xercesc_3_2::XMLNumber*, const xercesc_3_2::XMLNumber*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp:97:37: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLDouble*' casts away qualifiers [-Wcast-qual] 97 | return XMLDouble::compareValues((XMLDouble*) lValue, (XMLDouble*) rValue); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DoubleDatatypeValidator.cpp:97:58: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLDouble*' casts away qualifiers [-Wcast-qual] 97 | return XMLDouble::compareValues((XMLDouble*) lValue, (XMLDouble*) rValue); | ^~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DurationDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DurationDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/FloatDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/FloatDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/FloatDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/FloatDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ENTITYDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/IDDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp: In static member function 'static int xercesc_3_2::XMLFloat::compareValues(const xercesc_3_2::XMLFloat*, const xercesc_3_2::XMLFloat*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLFloat.hpp:92:53: warning: cast from type 'const xercesc_3_2::XMLFloat* const' to type 'xercesc_3_2::XMLAbstractDoubleFloat*' casts away qualifiers [-Wcast-qual] 92 | , ((XMLAbstractDoubleFloat*)lValue)->getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp: In member function 'virtual int xercesc_3_2::FloatDatatypeValidator::compareValues(const xercesc_3_2::XMLNumber*, const xercesc_3_2::XMLNumber*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp:98:36: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLFloat*' casts away qualifiers [-Wcast-qual] 98 | return XMLFloat::compareValues((XMLFloat*) lValue, (XMLFloat*) rValue); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/FloatDatatypeValidator.cpp:98:56: warning: cast from type 'const xercesc_3_2::XMLNumber* const' to type 'xercesc_3_2::XMLFloat*' casts away qualifiers [-Wcast-qual] 98 | return XMLFloat::compareValues((XMLFloat*) lValue, (XMLFloat*) rValue); | ^~~~~~~~~~~~~~~~~~ [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDREFDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDREFDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDREFDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDREFDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ListDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ListDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ListDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ListDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ListDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/IDDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/IDDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/IDREFDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/IDREFDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ListDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ListDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ListDatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::ListDatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ListDatatypeValidator.cpp:384:35: warning: cast from type 'const xercesc_3_2::ListDatatypeValidator*' to type 'xercesc_3_2::ListDatatypeValidator*' casts away qualifiers [-Wcast-qual] 384 | ListDatatypeValidator* temp = (ListDatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/ListDatatypeValidator.cpp:411:33: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 411 | XMLCh* itemCanRep = (XMLCh*) itemDv->getCanonicalRepresentation(tokenVector->elementAt(i), toUse, false); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NameDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NameDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NameDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NameDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NameDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/MonthDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/MonthDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NCNameDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NCNameDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NCNameDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NCNameDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/MonthDayDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NameDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NameDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/QNameDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/QNameDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/QNameDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/QNameDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/StringDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NCNameDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NCNameDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/StringDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/StringDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/StringDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/TimeDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/TimeDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/TimeDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/TimeDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/UnionDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/QNameDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/QNameDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/UnionDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/UnionDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/UnionDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/XMLCanRepGroup.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/XMLCanRepGroup.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/XMLCanRepGroup.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/XMLCanRepGroup.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/XMLCanRepGroup.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/TimeDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::TimeDatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/TimeDatatypeValidator.cpp:99:39: warning: cast from type 'const xercesc_3_2::TimeDatatypeValidator*' to type 'xercesc_3_2::TimeDatatypeValidator*' casts away qualifiers [-Wcast-qual] 99 | TimeDatatypeValidator* temp = (TimeDatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearDatatypeValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/YearDatatypeValidator.cpp [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/UnionDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp: In member function 'virtual const XMLCh* xercesc_3_2::UnionDatatypeValidator::getCanonicalRepresentation(const XMLCh*, xercesc_3_2::MemoryManager*, bool) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/UnionDatatypeValidator.cpp:382:36: warning: cast from type 'const xercesc_3_2::UnionDatatypeValidator*' to type 'xercesc_3_2::UnionDatatypeValidator*' casts away qualifiers [-Wcast-qual] 382 | UnionDatatypeValidator* temp = (UnionDatatypeValidator*) this; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDef.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDef.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDef.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDef.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDAttDef.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/YearDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/YearDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDefList.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDefList.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDefList.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDefList.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDAttDefList.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DateTimeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/YearMonthDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDAttDef.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDElementDecl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDElementDecl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDElementDecl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDElementDecl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDEntityDecl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDEntityDecl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDEntityDecl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDEntityDecl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDEntityDecl.cpp [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDGrammar.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDAttDefList.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDAttDefList.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDGrammar.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDGrammar.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDGrammar.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.cpp [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDScanner.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentLeafNameTypeVector.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/DFAContentModel.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp: In member function 'virtual xercesc_3_2::XMLAttDefList& xercesc_3_2::DTDElementDecl::getAttDefList() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp:107:10: warning: cast from type 'const xercesc_3_2::DTDElementDecl*' to type 'xercesc_3_2::DTDElementDecl*' casts away qualifiers [-Wcast-qual] 107 | ((DTDElementDecl*)this)->fAttList = new (getMemoryManager()) DTDAttDefList(fAttDefs,getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp: In member function 'virtual const XMLCh* xercesc_3_2::DTDElementDecl::getFormattedContentModel() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp:167:10: warning: cast from type 'const xercesc_3_2::DTDElementDecl*' to type 'xercesc_3_2::DTDElementDecl*' casts away qualifiers [-Wcast-qual] 167 | ((DTDElementDecl*)this)->fFormattedModel = formatContentModel(); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp: In member function 'void xercesc_3_2::DTDElementDecl::addAttDef(xercesc_3_2::DTDAttDef*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp:208:19: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 208 | fAttDefs->put((void*)(toAdd->getFullName()), toAdd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp: In member function 'void xercesc_3_2::DTDElementDecl::faultInAttDefList() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDElementDecl.cpp:366:6: warning: cast from type 'const xercesc_3_2::DTDElementDecl*' to type 'xercesc_3_2::DTDElementDecl*' casts away qualifiers [-Wcast-qual] 366 | ((DTDElementDecl*)this)->fAttDefs = new (getMemoryManager()) RefHashTableOf(29, true, getMemoryManager()); | ^~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDScanner.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDScanner.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDScanner.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDScanner.cpp [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDValidator.cpp [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.cpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:376:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/ComplexTypeInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/ComplexTypeInfo.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/ComplexTypeInfo.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/ComplexTypeInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDocumentHandler.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDScanner.cpp:34: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDScanner.cpp: In member function 'bool xercesc_3_2::DTDScanner::getQuotedString(xercesc_3_2::XMLBuffer&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDScanner.cpp:380:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 380 | if (!fReaderMgr->skipIfQuote(quoteCh)) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDScanner.cpp:383:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 383 | XMLCh nextCh; | ^~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:376:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/GeneralAttributeCheck.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDValidator.cpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDValidator.cpp: In member function 'virtual void xercesc_3_2::DTDValidator::validateAttrValue(const xercesc_3_2::XMLAttDef*, const XMLCh*, bool, const xercesc_3_2::XMLElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDValidator.cpp:328:55: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 328 | getScanner()->getIDRefList()->put((void*)find->getRefName(), find); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDEntityDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:280:32: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::DTDElementDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:357:37: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/DTDGrammar.hpp:376:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/GeneralAttributeCheck.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/GeneralAttributeCheck.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/GeneralAttributeCheck.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarDescription.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDTDDescription.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp: In destructor 'virtual xercesc_3_2::XMLDTDDescriptionImpl::~XMLDTDDescriptionImpl()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:46:63: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 46 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fSystemId); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:49:63: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 49 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fRootName); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp: In member function 'virtual void xercesc_3_2::XMLDTDDescriptionImpl::setRootName(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:71:63: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 71 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fRootName); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp: In member function 'virtual void xercesc_3_2::XMLDTDDescriptionImpl::setSystemId(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:83:63: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 83 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fSystemId); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp: In member function 'virtual void xercesc_3_2::XMLDTDDescriptionImpl::serialize(xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:110:67: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 110 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fSystemId); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:113:27: warning: cast from type 'const XMLCh**' {aka 'const char16_t**'} to type 'XMLCh**' {aka 'char16_t**'} casts away qualifiers [-Wcast-qual] 113 | serEng.readString((XMLCh*&)fSystemId); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:118:67: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 118 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fRootName); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp:121:27: warning: cast from type 'const XMLCh**' {aka 'const char16_t**'} to type 'XMLCh**' {aka 'char16_t**'} casts away qualifiers [-Wcast-qual] 121 | serEng.readString((XMLCh*&)fRootName); | ^~~~~~~~~~~~~~~~~~ [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldActivator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldActivator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldActivator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldActivator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/FieldActivator.cpp [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldValueMap.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldValueMap.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldValueMap.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldValueMap.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/FieldValueMap.cpp [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Field.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/AbstractStringValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/StringDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/IDDatatypeValidator.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:21: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp: In static member function 'static void xercesc_3_2::GeneralAttributeCheck::initialize()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:99:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 99 | fAttMap->put((void*)SchemaSymbols::fgATT_ABSTRACT, A_Abstract); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:100:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 100 | fAttMap->put((void*)SchemaSymbols::fgATT_ATTRIBUTEFORMDEFAULT, A_AttributeFormDefault); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:101:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 101 | fAttMap->put((void*)SchemaSymbols::fgATT_BASE, A_Base); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:102:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 102 | fAttMap->put((void*)SchemaSymbols::fgATT_BLOCK, A_Block); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:103:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 103 | fAttMap->put((void*)SchemaSymbols::fgATT_BLOCKDEFAULT, A_BlockDefault); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:104:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 104 | fAttMap->put((void*)SchemaSymbols::fgATT_DEFAULT, A_Default); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:105:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 105 | fAttMap->put((void*)SchemaSymbols::fgATT_ELEMENTFORMDEFAULT, A_ElementFormDefault); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:106:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 106 | fAttMap->put((void*)SchemaSymbols::fgATT_FINAL, A_Final); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:107:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 107 | fAttMap->put((void*)SchemaSymbols::fgATT_FINALDEFAULT, A_FinalDefault); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:108:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 108 | fAttMap->put((void*)SchemaSymbols::fgATT_FIXED, A_Fixed); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:109:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 109 | fAttMap->put((void*)SchemaSymbols::fgATT_FORM, A_Form); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:110:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 110 | fAttMap->put((void*)SchemaSymbols::fgATT_ID, A_ID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:111:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 111 | fAttMap->put((void*)SchemaSymbols::fgATT_ITEMTYPE, A_ItemType); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:112:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 112 | fAttMap->put((void*)SchemaSymbols::fgATT_MAXOCCURS, A_MaxOccurs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:113:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 113 | fAttMap->put((void*)SchemaSymbols::fgATT_MEMBERTYPES, A_MemberTypes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:114:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 114 | fAttMap->put((void*)SchemaSymbols::fgATT_MINOCCURS, A_MinOccurs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:115:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 115 | fAttMap->put((void*)SchemaSymbols::fgATT_MIXED, A_Mixed); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:116:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 116 | fAttMap->put((void*)SchemaSymbols::fgATT_NAME, A_Name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:117:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 117 | fAttMap->put((void*)SchemaSymbols::fgATT_NAMESPACE, A_Namespace); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:118:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 118 | fAttMap->put((void*)SchemaSymbols::fgATT_NILLABLE, A_Nillable); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:119:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 119 | fAttMap->put((void*)SchemaSymbols::fgATT_PROCESSCONTENTS, A_ProcessContents); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:120:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 120 | fAttMap->put((void*)SchemaSymbols::fgATT_PUBLIC, A_Public); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:121:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 121 | fAttMap->put((void*)SchemaSymbols::fgATT_REF, A_Ref); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:122:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 122 | fAttMap->put((void*)SchemaSymbols::fgATT_REFER, A_Refer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:123:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 123 | fAttMap->put((void*)SchemaSymbols::fgATT_SCHEMALOCATION, A_SchemaLocation); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:124:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 124 | fAttMap->put((void*)SchemaSymbols::fgATT_SOURCE, A_Source); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:125:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 125 | fAttMap->put((void*)SchemaSymbols::fgATT_SUBSTITUTIONGROUP, A_SubstitutionGroup); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:126:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 126 | fAttMap->put((void*)SchemaSymbols::fgATT_SYSTEM, A_System); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:127:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 127 | fAttMap->put((void*)SchemaSymbols::fgATT_TARGETNAMESPACE, A_TargetNamespace); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:128:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 128 | fAttMap->put((void*)SchemaSymbols::fgATT_TYPE, A_Type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:129:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 129 | fAttMap->put((void*)SchemaSymbols::fgATT_USE, A_Use); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:130:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 130 | fAttMap->put((void*)SchemaSymbols::fgATT_VALUE, A_Value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:131:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 131 | fAttMap->put((void*)SchemaSymbols::fgATT_VERSION, A_Version); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:132:18: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 132 | fAttMap->put((void*)SchemaSymbols::fgATT_XPATH, A_XPath); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:136:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 136 | fFacetsMap->put((void*) SchemaSymbols::fgELT_MINEXCLUSIVE, E_MinExclusive); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:137:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 137 | fFacetsMap->put((void*) SchemaSymbols::fgELT_MININCLUSIVE, E_MinInclusive); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:138:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 138 | fFacetsMap->put((void*) SchemaSymbols::fgELT_MAXEXCLUSIVE, E_MaxExclusive); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:139:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 139 | fFacetsMap->put((void*) SchemaSymbols::fgELT_MAXINCLUSIVE, E_MaxInclusive); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:140:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 140 | fFacetsMap->put((void*) SchemaSymbols::fgELT_TOTALDIGITS, E_TotalDigits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:141:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 141 | fFacetsMap->put((void*) SchemaSymbols::fgELT_FRACTIONDIGITS, E_FractionDigits); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:142:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 142 | fFacetsMap->put((void*) SchemaSymbols::fgELT_LENGTH, E_Length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:143:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 143 | fFacetsMap->put((void*) SchemaSymbols::fgELT_MINLENGTH, E_MinLength); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:144:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 144 | fFacetsMap->put((void*) SchemaSymbols::fgELT_MAXLENGTH, E_MaxLength); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:145:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 145 | fFacetsMap->put((void*) SchemaSymbols::fgELT_ENUMERATION, E_Enumeration); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:146:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 146 | fFacetsMap->put((void*) SchemaSymbols::fgELT_WHITESPACE, E_WhiteSpace); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:147:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 147 | fFacetsMap->put((void*) SchemaSymbols::fgELT_PATTERN, E_Pattern); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp: In member function 'void xercesc_3_2::GeneralAttributeCheck::validate(const xercesc_3_2::DOMElement*, const XMLCh*, const XMLCh*, short int, xercesc_3_2::TraverseSchema*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/GeneralAttributeCheck.cpp:305:12: warning: switch missing default case [-Wswitch-default] 305 | switch (dvIndex) { | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.hpp:38, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:170:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 170 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'const xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:176:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 176 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.cpp: In member function 'const XMLCh* xercesc_3_2::ComplexTypeInfo::getFormattedContentModel() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.cpp:224:10: warning: cast from type 'const xercesc_3_2::ComplexTypeInfo*' to type 'xercesc_3_2::ComplexTypeInfo*' casts away qualifiers [-Wcast-qual] 224 | ((ComplexTypeInfo*)this)->fFormattedModel = formatContentModel(); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.cpp: In member function 'void xercesc_3_2::ComplexTypeInfo::faultInAttDefList() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/ComplexTypeInfo.cpp:252:6: warning: cast from type 'const xercesc_3_2::ComplexTypeInfo*' to type 'xercesc_3_2::ComplexTypeInfo*' casts away qualifiers [-Wcast-qual] 252 | ((ComplexTypeInfo*)this)->fAttDefs = | ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Field.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Field.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Field.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IC_Field.cpp [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Key.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Key.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Key.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Key.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IC_Key.cpp [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_KeyRef.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_KeyRef.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_KeyRef.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_KeyRef.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IC_KeyRef.cpp [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Selector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Selector.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Selector.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Selector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IC_Selector.cpp [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Unique.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Unique.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Unique.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Unique.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IC_Unique.cpp [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraint.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraint.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraint.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraint.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IdentityConstraint.cpp [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IC_Selector.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStore.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStore.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStore.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStore.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStore.cpp [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStoreCache.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.hpp:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IdentityConstraint.cpp:38: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.hpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStoreCache.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStoreCache.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStoreCache.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStoreCache.cpp [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XercesXPath.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XercesXPath.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XercesXPath.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XercesXPath.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XMLScanner.hpp:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStore.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStore.cpp: In member function 'XMLSize_t xercesc_3_2::ICValueHasher::getHashVal(const void*, XMLSize_t) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStore.cpp:56:40: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 56 | fMemoryManager->deallocate((void*)canonVal); | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStore.cpp: In member function 'void xercesc_3_2::ValueStore::duplicateValue()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStore.cpp:330:16: warning: switch missing default case [-Wswitch-default] 330 | switch (fIdentityConstraint->getType()) { | ^ [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcher.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcher.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcher.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcher.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcher.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/ValueStoreCache.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcherStack.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcherStack.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcherStack.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcherStack.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcherStack.cpp [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathSymbols.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathSymbols.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathSymbols.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathSymbols.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathSymbols.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathSymbols.hpp:33:25: warning: 'class xercesc_3_2::XPathSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT XPathSymbols | ^~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.hpp:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:36: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp: In member function 'void xercesc_3_2::XercesXPath::parseExpression(xercesc_3_2::XMLStringPool*, xercesc_3_2::XercesNamespaceResolver*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:470:24: warning: switch missing default case [-Wswitch-default] 470 | switch (aToken) { | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/internal/XTemplateSerializer.hpp:31: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:481:40: warning: this statement may fall through [-Wimplicit-fallthrough=] 481 | isNamespaceAtt = true; | ~~~~~~~~~~~~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:483:17: note: here 483 | case XercesXPath::EXPRTOKEN_NAMETEST_QNAME: | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:451:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 451 | i++; | ~^~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:453:9: note: here 453 | case XercesXPath::EXPRTOKEN_ATSIGN: | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:552:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 552 | isNamespace=true; | ~~~~~~~~~~~^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XercesXPath.cpp:554:9: note: here 554 | case XercesXPath::EXPRTOKEN_NAMETEST_QNAME: | ^~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcher.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcher.cpp: In member function 'virtual void xercesc_3_2::XPathMatcher::startElement(const xercesc_3_2::XMLElementDecl&, unsigned int, const XMLCh*, const xercesc_3_2::RefVectorOf&, XMLSize_t, xercesc_3_2::ValidationContext*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcher.cpp:261:53: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 261 | SchemaAttDef* attDef = ((SchemaElementDecl&) elemDecl).getAttDef(curDef->getName(), curDef->getURIId()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcher.cpp: In member function 'virtual void xercesc_3_2::XPathMatcher::endElement(const xercesc_3_2::XMLElementDecl&, const XMLCh*, xercesc_3_2::ValidationContext*, xercesc_3_2::DatatypeValidator*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcher.cpp:333:70: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 333 | DatatypeValidator* dv = actualValidator?actualValidator:((SchemaElementDecl*) &elemDecl)->getDatatypeValidator(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathMatcher.cpp:334:33: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 334 | bool isNillable = (((SchemaElementDecl *) &elemDecl)->getMiscFlags() & SchemaSymbols::XSD_NILLABLE) != 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/NamespaceScope.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/NamespaceScope.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/NamespaceScope.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/NamespaceScope.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/NamespaceScope.cpp [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDef.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDef.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDef.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDef.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDef.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathSymbols.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/identity/XPathSymbols.hpp:33:25: warning: 'class xercesc_3_2::XPathSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT XPathSymbols | ^~~~~~~~~~~~ [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDefList.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDefList.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDefList.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDefList.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.cpp [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaElementDecl.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaElementDecl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaElementDecl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaElementDecl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.cpp [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaGrammar.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDef.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaGrammar.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaGrammar.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaGrammar.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.cpp [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaInfo.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:170:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 170 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'const xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:176:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 176 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.cpp: In member function 'virtual xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDef(unsigned int, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.cpp:75:22: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 75 | return fList->get((void*)localPart, uriID); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.cpp: In member function 'virtual const xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDef(unsigned int, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.cpp:89:22: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 89 | return fList->get((void*)localPart, uriID); | ^~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaInfo.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaInfo.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaInfo.cpp [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaSymbols.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaSymbols.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaSymbols.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaSymbols.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.cpp [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaValidator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaValidator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SubstitutionGroupComparator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SubstitutionGroupComparator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/SubstitutionGroupComparator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/SubstitutionGroupComparator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaInfo.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaInfo.cpp: In member function 'xercesc_3_2::DOMElement* xercesc_3_2::SchemaInfo::getTopLevelComponent(short unsigned int, const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaInfo.cpp:190:27: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 190 | compList->put((void*)cName, child); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaInfo.cpp:207:35: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 207 | compList->put((void*)rName, redefineChild); | ^~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.cpp:29: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:170:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 170 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'const xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:176:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 176 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/TraverseSchema.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/TraverseSchema.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/TraverseSchema.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/TraverseSchema.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesAttGroupInfo.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarPool.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SubstitutionGroupComparator.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSModel.hpp:30: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesAttGroupInfo.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesAttGroupInfo.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesAttGroupInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesAttGroupInfo.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDocumentHandler.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp: In member function 'virtual bool xercesc_3_2::SchemaValidator::checkContent(xercesc_3_2::XMLElementDecl*, xercesc_3_2::QName**, XMLSize_t, XMLSize_t*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:260:48: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 260 | XMLCh* canonical = (XMLCh*) fCurrentDatatypeValidator->getCanonicalRepresentation(value, fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp: In member function 'virtual void xercesc_3_2::SchemaValidator::faultInAttr(xercesc_3_2::XMLAttr&, const xercesc_3_2::XMLAttDef&) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:324:34: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'xercesc_3_2::SchemaAttDef*' casts away qualifiers [-Wcast-qual] 324 | SchemaAttDef* schemaAttDef = (SchemaAttDef*) &attDef; | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp: In member function 'virtual void xercesc_3_2::SchemaValidator::validateAttrValue(const xercesc_3_2::XMLAttDef*, const XMLCh*, bool, const xercesc_3_2::XMLElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:402:36: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'xercesc_3_2::SchemaAttDef*' casts away qualifiers [-Wcast-qual] 402 | DatatypeValidator* attDefDV = ((SchemaAttDef*) attDef)->getDatatypeValidator(); | ^~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp: In member function 'virtual void xercesc_3_2::SchemaValidator::validateElement(const xercesc_3_2::XMLElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:533:38: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 533 | ComplexTypeInfo* elemTypeInfo = ((SchemaElementDecl*)elemDef)->getComplexTypeInfo(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:537:16: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 537 | : ((SchemaElementDecl*)elemDef)->getDatatypeValidator(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:576:35: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 576 | if ((((SchemaElementDecl*)elemDef)->getBlockSet() & SchemaSymbols::XSD_RESTRICTION) != 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:643:47: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 643 | if ((((SchemaElementDecl*)elemDef)->getBlockSet() & derivationMethod) != 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:698:43: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 698 | if ((((SchemaElementDecl*)elemDef)->getBlockSet() & SchemaSymbols::XSD_RESTRICTION) != 0) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:734:22: warning: cast from type 'const xercesc_3_2::XMLElementDecl*' to type 'xercesc_3_2::SchemaElementDecl*' casts away qualifiers [-Wcast-qual] 734 | int miscFlags = ((SchemaElementDecl*)elemDef)->getMiscFlags(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp: In member function 'void xercesc_3_2::SchemaValidator::checkParticleDerivationOk(xercesc_3_2::SchemaGrammar*, xercesc_3_2::ContentSpecNode*, int, xercesc_3_2::ContentSpecNode*, int, const xercesc_3_2::ComplexTypeInfo*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:1188:12: warning: switch missing default case [-Wswitch-default] 1188 | switch (curNodeType & 0x0f) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp: In member function 'void xercesc_3_2::SchemaValidator::checkRecurseAsIfGroup(xercesc_3_2::SchemaGrammar*, xercesc_3_2::ContentSpecNode*, int, const xercesc_3_2::ContentSpecNode*, int, xercesc_3_2::ValueVectorOf*, const xercesc_3_2::ComplexTypeInfo*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaValidator.cpp:1763:61: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 1763 | if (baseNodes->elementAt(j)->getMinTotalRange() * baseSpecNode->getMinOccurs()) { //!emptiable | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesElementWildcard.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesElementWildcard.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesElementWildcard.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesElementWildcard.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesElementWildcard.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.hpp:38, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.hpp:41: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:40: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:170:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 170 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp: In member function 'const xercesc_3_2::XMLAttDef* xercesc_3_2::SchemaAttDefList::findAttDefLocalPart(unsigned int, const XMLCh*) const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDefList.hpp:176:23: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 176 | return fList->get((void*)attLocalPart, uriID); | ^~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:43: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'xercesc_3_2::XSAnnotation* xercesc_3_2::TraverseSchema::traverseAnnotationDecl(const xercesc_3_2::DOMElement*, xercesc_3_2::ValueVectorOf*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:548:36: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 548 | ((XSDElementNSImpl*)annotationElem)->getLineNo() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:549:36: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 549 | , ((XSDElementNSImpl*)annotationElem)->getColumnNo() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::preprocessInclude(const xercesc_3_2::DOMElement*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:608:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 608 | ((XSDElementNSImpl*) elem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:609:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 609 | ((XSDElementNSImpl*) elem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:700:37: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'void*' casts away qualifiers [-Wcast-qual] 700 | fPreprocessedNodes->put((void*) elem, fSchemaInfo); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::preprocessImport(const xercesc_3_2::DOMElement*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:811:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 811 | ((XSDElementNSImpl*) elem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:812:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 812 | ((XSDElementNSImpl*) elem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:909:37: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'void*' casts away qualifiers [-Wcast-qual] 909 | fPreprocessedNodes->put((void*) elem, fSchemaInfo); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'int xercesc_3_2::TraverseSchema::traverseComplexTypeDecl(const xercesc_3_2::DOMElement*, bool, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:1422:35: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1422 | fComplexTypeRegistry->put((void*) fullName, typeInfo); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:1430:37: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 1430 | 0, ((XSDElementNSImpl*) elem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:1431:34: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 1431 | ((XSDElementNSImpl*) elem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'xercesc_3_2::XercesGroupInfo* xercesc_3_2::TraverseSchema::traverseGroupDecl(const xercesc_3_2::DOMElement*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:1691:25: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1691 | fGroupRegistry->put((void*) fullName, fCurrentGroupInfo); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:1707:33: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 1707 | 0, ((XSDElementNSImpl*) elem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:1708:30: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 1708 | ((XSDElementNSImpl*) elem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'xercesc_3_2::XercesAttGroupInfo* xercesc_3_2::TraverseSchema::traverseAttributeGroupDecl(const xercesc_3_2::DOMElement*, xercesc_3_2::ComplexTypeInfo*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:1869:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 1869 | fAttGroupRegistry->put((void*) fStringPool->getValueForId(fStringPool->addOrFind(name)), janAttGroupInfo.get()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::traverseAttributeDecl(const xercesc_3_2::DOMElement*, xercesc_3_2::ComplexTypeInfo*, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:2615:37: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 2615 | fAttributeDeclRegistry->put((void*) fStringPool->getValueForId(fStringPool->addOrFind(name)), attDef); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'const XMLCh* xercesc_3_2::TraverseSchema::traverseNotationDecl(const xercesc_3_2::DOMElement*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:2969:28: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 2969 | fNotationRegistry->put((void*) fStringPool->getValueForId(fStringPool->addOrFind(name)), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'xercesc_3_2::DatatypeValidator* xercesc_3_2::TraverseSchema::traverseByRestriction(const xercesc_3_2::DOMElement*, const xercesc_3_2::DOMElement*, const XMLCh*, const XMLCh*, int, xercesc_3_2::Janitor*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:3434:50: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 3434 | janFacets.get()->put((void*) facetStr, kv); | ^~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:3449:34: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 3449 | janFacets.get()->put((void*) SchemaSymbols::fgELT_PATTERN, kv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:3455:34: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 3455 | janFacets.get()->put((void*) SchemaSymbols::fgATT_FIXED, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::traverseSimpleContentDecl(const XMLCh*, const XMLCh*, const xercesc_3_2::DOMElement*, xercesc_3_2::ComplexTypeInfo*, xercesc_3_2::Janitor*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:3938:41: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 3938 | facets->put((void*) facetNameStr, new (fGrammarPoolMemoryManager) KVStringPair(facetNameStr, attValue, fGrammarPoolMemoryManager)); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:3952:25: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 3952 | (void*) SchemaSymbols::fgELT_PATTERN, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:3966:33: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 3966 | facets->put((void*) SchemaSymbols::fgATT_FIXED, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::traverseKey(const xercesc_3_2::DOMElement*, xercesc_3_2::SchemaElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:4368:35: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 4368 | fIdentityConstraintNames->put((void*) name, fTargetNSURI, icKey); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:4375:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 4375 | fIdentityConstraintNames->put((void*) name, fTargetNSURI, 0); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::traverseUnique(const xercesc_3_2::DOMElement*, xercesc_3_2::SchemaElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:4429:35: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 4429 | fIdentityConstraintNames->put((void*) name, fTargetNSURI, icUnique); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:4436:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 4436 | fIdentityConstraintNames->put((void*) name, fTargetNSURI, 0); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::traverseKeyRef(const xercesc_3_2::DOMElement*, xercesc_3_2::SchemaElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:4510:35: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 4510 | fIdentityConstraintNames->put((void*) name, fTargetNSURI, icKeyRef); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:4517:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 4517 | fIdentityConstraintNames->put((void*) name, fTargetNSURI, 0); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:4526:39: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 4526 | fIdentityConstraintNames->put((void*) name, fTargetNSURI, 0); | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'bool xercesc_3_2::TraverseSchema::openRedefinedSchema(const xercesc_3_2::DOMElement*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8156:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8156 | ((XSDElementNSImpl*) redefineElem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8157:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8157 | ((XSDElementNSImpl*) redefineElem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8260:33: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'void*' casts away qualifiers [-Wcast-qual] 8260 | fPreprocessedNodes->put((void*) redefineElem, fSchemaInfo); | ^~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'bool xercesc_3_2::TraverseSchema::validateRedefineNameChange(const xercesc_3_2::DOMElement*, const XMLCh*, const XMLCh*, int, xercesc_3_2::SchemaInfo*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8358:34: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 8358 | fRedefineComponents->put((void*) SchemaSymbols::fgELT_SIMPLETYPE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8415:42: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 8415 | fRedefineComponents->put((void*) SchemaSymbols::fgELT_COMPLEXTYPE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8438:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 8438 | fRedefineComponents->put((void*) SchemaSymbols::fgELT_GROUP, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8442:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 8442 | fRedefineComponents->put((void*) SchemaSymbols::fgELT_GROUP, fullTypeNameId, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8464:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 8464 | fRedefineComponents->put((void*) SchemaSymbols::fgELT_ATTRIBUTEGROUP, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8468:38: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 8468 | fRedefineComponents->put((void*) SchemaSymbols::fgELT_ATTRIBUTEGROUP, fullTypeNameId, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::fixRedefinedSchema(const xercesc_3_2::DOMElement*, xercesc_3_2::SchemaInfo*, const XMLCh*, const XMLCh*, int)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8624:54: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'void*' casts away qualifiers [-Wcast-qual] 8624 | fRedefineComponents->put((void*) redefineChildComponentName, infoItemNameId, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::reportSchemaError(const xercesc_3_2::DOMElement*, const XMLCh*, int)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8689:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8689 | ((XSDElementNSImpl*) elem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8690:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8690 | ((XSDElementNSImpl*) elem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::reportSchemaError(const xercesc_3_2::DOMElement*, const XMLCh*, int, const XMLCh*, const XMLCh*, const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8704:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8704 | ((XSDElementNSImpl*) elem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8705:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8705 | ((XSDElementNSImpl*) elem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::reportSchemaError(const xercesc_3_2::DOMElement*, const xercesc_3_2::XMLException&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8714:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8714 | ((XSDElementNSImpl*) elem)->getLineNo(), | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8715:26: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 8715 | ((XSDElementNSImpl*) elem)->getColumnNo()); | ^~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::processElemDeclIC(xercesc_3_2::DOMElement*, xercesc_3_2::SchemaElementDecl*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8868:33: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 8868 | fIC_ElementsNS->put((void*) fTargetNSURIString, fIC_Elements); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'bool xercesc_3_2::TraverseSchema::checkElemDeclValueConstraint(const xercesc_3_2::DOMElement*, xercesc_3_2::SchemaElementDecl*, const XMLCh*, xercesc_3_2::ComplexTypeInfo*, xercesc_3_2::DatatypeValidator*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:8910:32: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 8910 | XMLCh* canonical = (XMLCh*) validator->getCanonicalRepresentation(valueToCheck, fMemoryManager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'xercesc_3_2::XSAnnotation* xercesc_3_2::TraverseSchema::generateSyntheticAnnotation(const xercesc_3_2::DOMElement*, xercesc_3_2::ValueVectorOf*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:9133:31: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::DOMElement*' casts away qualifiers [-Wcast-qual] 9133 | DOMElement* currentElem = (DOMElement*) elem; | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:9146:46: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 9146 | if (!listOfURIs->containsKey((void*) attName)) { | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:9147:37: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 9147 | listOfURIs->put((void*) attName, 0); | ^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:9204:25: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 9204 | annot->setLineCol( ((XSDElementNSImpl*)elem)->getLineNo() | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:9205:25: warning: cast from type 'const xercesc_3_2::DOMElement* const' to type 'xercesc_3_2::XSDElementNSImpl*' casts away qualifiers [-Wcast-qual] 9205 | , ((XSDElementNSImpl*)elem)->getColumnNo() ); | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp: In member function 'void xercesc_3_2::TraverseSchema::validateAnnotations()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/TraverseSchema.cpp:9288:44: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 9288 | grammar->getComplexTypeRegistry()->put((void*) fullName, complexType); | ^~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesGroupInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesGroupInfo.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesGroupInfo.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesGroupInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesGroupInfo.cpp [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaAttDef.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesAttGroupInfo.hpp:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesAttGroupInfo.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDDOMParser.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/ContentSpecNode.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesElementWildcard.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesElementWildcard.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDDOMParser.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDDOMParser.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDDOMParser.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDDOMParser.cpp [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDErrorReporter.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaElementDecl.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesGroupInfo.hpp:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XercesGroupInfo.cpp:25: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDErrorReporter.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDErrorReporter.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDErrorReporter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDErrorReporter.cpp [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDLocator.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLGrammarDescription.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLSchemaDescription.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp: In destructor 'virtual xercesc_3_2::XMLSchemaDescriptionImpl::~XMLSchemaDescriptionImpl()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:60:63: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 60 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fNamespace); | ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp: In member function 'virtual void xercesc_3_2::XMLSchemaDescriptionImpl::setTargetNamespace(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:116:63: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 116 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fNamespace); | ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp: In member function 'virtual void xercesc_3_2::XMLSchemaDescriptionImpl::serialize(xercesc_3_2::XSerializeEngine&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:179:28: warning: cast from type 'const xercesc_3_2::QName*' to type 'xercesc_3_2::QName*' casts away qualifiers [-Wcast-qual] 179 | QName* tempQName = (QName*)fTriggeringComponent; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:181:21: warning: cast from type 'const xercesc_3_2::QName*' to type 'xercesc_3_2::QName*' casts away qualifiers [-Wcast-qual] 181 | tempQName = (QName*)fEnclosingElementName; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:184:33: warning: cast from type 'const xercesc_3_2::XMLAttDef*' to type 'xercesc_3_2::XMLAttDef*' casts away qualifiers [-Wcast-qual] 184 | XMLAttDef* tempAttDef = (XMLAttDef*)fAttributes; | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:198:67: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 198 | XMLGrammarDescription::getMemoryManager()->deallocate((void*)fNamespace); | ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp:200:27: warning: cast from type 'const XMLCh**' {aka 'const char16_t**'} to type 'XMLCh**' {aka 'char16_t**'} casts away qualifiers [-Wcast-qual] 200 | serEng.readString((XMLCh*&)fNamespace); | ^~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.hpp:204, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/ValidationContext.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:33: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c: In instantiation of 'XMLSize_t xercesc_3_2::NameIdPool::put(TElem*) [with TElem = xercesc_3_2::XMLNotationDecl; XMLSize_t = long long unsigned int]': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaGrammar.hpp:587:34: required from here C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NameIdPool.c:166:21: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 166 | fBucketList.put((void*)elemToAdopt->getKey(), elemToAdopt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDLocator.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDLocator.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDLocator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDLocator.cpp [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XUtil.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLDocumentHandler.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/AbstractDOMParser.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/parsers/XercesDOMParser.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDDOMParser.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDDOMParser.cpp:27: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDDOMParser.cpp: In member function 'virtual xercesc_3_2::DOMElement* xercesc_3_2::XSDDOMParser::createElementNSNode(const XMLCh*, const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDDOMParser.cpp:76:6: warning: cast from type 'const xercesc_3_2::Locator*' to type 'xercesc_3_2::ReaderMgr*' casts away qualifiers [-Wcast-qual] 76 | ((ReaderMgr*) fScanner->getLocator())->getLastExtEntityInfo(lastInfo); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDDOMParser.cpp: In member function 'virtual void xercesc_3_2::XSDDOMParser::docCharacters(const XMLCh*, XMLSize_t, bool)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XSDDOMParser.cpp:424:15: warning: cast from type 'const xercesc_3_2::ReaderMgr*' to type 'xercesc_3_2::ReaderMgr*' casts away qualifiers [-Wcast-qual] 424 | if (!((ReaderMgr*) fScanner->getReaderMgr())->getCurrentReader()->isAllSpaces(chars, length)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XUtil.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/validators/schema/XUtil.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/validators/schema/XUtil.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/XUtil.cpp [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeLocation.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeLocation.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeLocation.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeLocation.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeUtils.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeUtils.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeUtils.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeUtils.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeUtils.cpp [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMLSParser.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOM.hpp:59, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeDOMDocumentProcessor.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/common/Grammar.hpp:27, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOMLSParser.hpp:29, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/dom/DOM.hpp:59, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp:32:14: warning: no previous declaration for 'const XMLCh* xercesc_3_2::allocate(const XMLCh*)' [-Wmissing-declarations] 32 | const XMLCh *allocate(const XMLCh *href){ | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp:42:6: warning: no previous declaration for 'void xercesc_3_2::deallocate(void*)' [-Wmissing-declarations] 42 | void deallocate(void *ptr){ | ^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp: In destructor 'xercesc_3_2::XIncludeLocation::~XIncludeLocation()': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp:55:16: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 55 | deallocate((void *)fHref); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp: In member function 'const XMLCh* xercesc_3_2::XIncludeLocation::prependPath(const XMLCh*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp:69:41: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 69 | XMLPlatformUtils::removeDotDotSlash((XMLCh*)baseToAdd); | ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeLocation.cpp:93:16: warning: cast from type 'const XMLCh*' {aka 'const char16_t*'} to type 'void*' casts away qualifiers [-Wcast-qual] 93 | deallocate((void *)fHref); | ^~~~~~~~~~~~~ [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLAttr.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/XMLElementDecl.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeUtils.hpp:30, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeUtils.cpp:22: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/schema/SchemaSymbols.hpp:33:25: warning: 'class xercesc_3_2::SchemaSymbols' only defines private constructors and has no friends [-Wctor-dtor-privacy] 33 | class VALIDATORS_EXPORT SchemaSymbols | ^~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSObject.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSSimpleTypeDefinition.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/validators/datatype/DatatypeValidator.hpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/psvi/XSConstants.hpp:56:24: warning: 'class xercesc_3_2::XSConstants' only defines private constructors and has no friends [-Wctor-dtor-privacy] 56 | class XMLPARSER_EXPORT XSConstants | ^~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/framework/URLInputSource.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/xinclude/XIncludeUtils.cpp:35: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Transcoders/ICU/ICUTransService.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Transcoders/ICU/ICUTransService.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/Transcoders/ICU/ICUTransService.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/Transcoders/ICU/ICUTransService.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp:28, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.cpp:30: C:/OMDevUCRT/tools/msys/ucrt64/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp] 15 | #warning Please include winsock2.h before windows.h | ^~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp:26: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.hpp:26, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:23: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp: In static member function 'static void xercesc_3_2::BinHTTPURLInputStream::Initialize(xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:207:21: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_WSASTARTUP' {aka 'int (*)(short unsigned int, WSAData*)'} [-Wcast-function-type] 207 | startup = (LPFN_WSASTARTUP) GetProcAddress(gWinsockLib,"WSAStartup"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:208:25: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_WSACLEANUP' {aka 'int (*)()'} [-Wcast-function-type] 208 | gWSACleanup = (LPFN_WSACLEANUP) GetProcAddress(gWinsockLib,"WSACleanup"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:209:22: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_HTONS' {aka 'short unsigned int (*)(short unsigned int)'} [-Wcast-function-type] 209 | gWShtons = (LPFN_HTONS) GetProcAddress(gWinsockLib,"htons"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:210:23: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_SOCKET' {aka 'long long unsigned int (*)(int, int, int)'} [-Wcast-function-type] 210 | gWSsocket = (LPFN_SOCKET) GetProcAddress(gWinsockLib,"socket"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:211:24: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_CONNECT' {aka 'int (*)(long long unsigned int, const sockaddr*, int)'} [-Wcast-function-type] 211 | gWSconnect = (LPFN_CONNECT) GetProcAddress(gWinsockLib,"connect"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:212:21: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_SEND' {aka 'int (*)(long long unsigned int, const char*, int, int)'} [-Wcast-function-type] 212 | gWSsend = (LPFN_SEND) GetProcAddress(gWinsockLib,"send"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:213:21: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_RECV' {aka 'int (*)(long long unsigned int, char*, int, int)'} [-Wcast-function-type] 213 | gWSrecv = (LPFN_RECV) GetProcAddress(gWinsockLib,"recv"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:214:25: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_SHUTDOWN' {aka 'int (*)(long long unsigned int, int)'} [-Wcast-function-type] 214 | gWSshutdown = (LPFN_SHUTDOWN) GetProcAddress(gWinsockLib,"shutdown"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:215:28: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_CLOSESOCKET' {aka 'int (*)(long long unsigned int)'} [-Wcast-function-type] 215 | gWSclosesocket = (LPFN_CLOSESOCKET) GetProcAddress(gWinsockLib,"closesocket"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:220:30: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_GETHOSTBYNAME' {aka 'hostent* (*)(const char*)'} [-Wcast-function-type] 220 | gWSgethostbyname = (LPFN_GETHOSTBYNAME) GetProcAddress(gWinsockLib,"gethostbyname"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:221:30: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_GETHOSTBYADDR' {aka 'hostent* (*)(const char*, int, int)'} [-Wcast-function-type] 221 | gWSgethostbyaddr = (LPFN_GETHOSTBYADDR) GetProcAddress(gWinsockLib,"gethostbyaddr"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp:222:26: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'xercesc_3_2::LPFN_INET_ADDR' {aka 'long unsigned int (*)(const char*)'} [-Wcast-function-type] 222 | gWSinet_addr = (LPFN_INET_ADDR) GetProcAddress(gWinsockLib,"inet_addr"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.hpp:25, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp:34: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp: In member function 'const XMLCh* xercesc_3_2::XMLURL::getURLText() const': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/XMLURL.hpp:277:10: warning: cast from type 'const xercesc_3_2::XMLURL*' to type 'xercesc_3_2::XMLURL*' casts away qualifiers [-Wcast-qual] 277 | ((XMLURL*)this)->buildFullText(); | ^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp: In member function 'void xercesc_3_2::BinHTTPInputStreamCommon::createHTTPRequest(const xercesc_3_2::XMLURL&, const xercesc_3_2::XMLNetHTTPInfo*, xercesc_3_2::CharBuffer&)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp:89:15: warning: switch missing default case [-Wswitch-default] 89 | switch(httpInfo->fHTTPMethod) { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp:100:23: warning: cast from type 'const XMLByte*' {aka 'const unsigned char*'} to type 'char*' casts away qualifiers [-Wcast-qual] 100 | buffer.append((char*)path.str()); | ^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp:108:23: warning: cast from type 'const XMLByte*' {aka 'const unsigned char*'} to type 'char*' casts away qualifiers [-Wcast-qual] 108 | buffer.append((char*)query.str()); | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp:112:23: warning: cast from type 'const XMLByte*' {aka 'const unsigned char*'} to type 'char*' casts away qualifiers [-Wcast-qual] 112 | buffer.append((char*)fragment.str()); | ^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp:117:19: warning: cast from type 'const XMLByte*' {aka 'const unsigned char*'} to type 'char*' casts away qualifiers [-Wcast-qual] 117 | buffer.append((char*)hostName.str()); | ^~~~~~~~~~~~~~~~~~~~~ [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/MutexManagers/StdMutexMgr.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/MutexManagers/StdMutexMgr.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/MutexManagers/StdMutexMgr.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/MutexManagers/StdMutexMgr.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/MutexManagers/StdMutexMgr.cpp [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/FileManagers/WindowsFileMgr.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-default -Wunused-variable -Wwrite-strings -Wno-variadic-macros -fstrict-aliasing -msse2 -std=c++17 -MD -MT 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/FileManagers/WindowsFileMgr.cpp.obj -MF CMakeFiles/xerces-c.dir/xercesc/util/FileManagers/WindowsFileMgr.cpp.obj.d -o CMakeFiles/xerces-c.dir/xercesc/util/FileManagers/WindowsFileMgr.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/FileManagers/WindowsFileMgr.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/MutexManagers/StdMutexMgr.cpp: In member function 'virtual void xercesc_3_2::StdMutexMgr::destroy(xercesc_3_2::XMLMutexHandle, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/MutexManagers/StdMutexMgr.cpp:58:63: warning: unused parameter 'manager' [-Wunused-parameter] 58 | StdMutexMgr::destroy(XMLMutexHandle mtx, MemoryManager* const manager) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp: In member function 'virtual xercesc_3_2::XMLTranscoder* xercesc_3_2::ICUTransService::makeNewXMLTranscoder(const XMLCh*, xercesc_3_2::XMLTransService::Codes&, XMLSize_t, xercesc_3_2::MemoryManager*)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp:382:32: warning: cast from type 'const XMLCh* const' {aka 'const char16_t* const'} to type 'XMLCh*' {aka 'char16_t*'} casts away qualifiers [-Wcast-qual] 382 | XMLCh* encodingNameToUse = (XMLCh*) encodingName; | ^~~~~~~~~~~~~~~~~~~~~ [ 82%] Linking CXX static library libxerces-c.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/xerces-c.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/xerces-c.dir/link.txt --verbose=1 C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc libxerces-c.a "CMakeFiles/xerces-c.dir/xercesc/util/Base64.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/BinFileInputStream.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/BinInputStream.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/BinMemInputStream.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/BitSet.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/DefaultPanicHandler.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/EncodingValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/HeaderDummy.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/HexBin.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/JanitorExports.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/KVStringPair.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/Mutexes.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/PanicHandler.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/PlatformUtils.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/PSVIUni.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/QName.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/ASCIIRangeFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/BlockRangeFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/BMPattern.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/CharToken.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/ClosureToken.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/ConcatToken.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/Match.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/Op.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/OpFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/ParenToken.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/ParserForXMLSchema.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeToken.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeTokenMap.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/RegularExpression.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxParser.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxUtil.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/StringToken.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/Token.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/TokenFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/UnicodeRangeFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/UnionToken.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLRangeFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLUniCharacter.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/StringPool.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/SynchronizedStringPool.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/TransService.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMemory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XML256TableTranscoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XML88591Transcoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLAbstractDoubleFloat.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLASCIITranscoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLBigDecimal.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLBigInteger.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLChar.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLChTranscoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLDateTime.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLDouble.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLEBCDICTranscoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLException.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLFloat.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1047Transcoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLIBM1140Transcoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLInitializer.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLMsgLoader.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLNumber.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLString.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLStringTokenizer.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLUCS4Transcoder.cpp.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe q libxerces-c.a "CMakeFiles/xerces-c.dir/xercesc/util/XMLUni.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLUri.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLURL.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF16Transcoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLUTF8Transcoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/XMLWin1252Transcoder.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/DOMException.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/DOMLSException.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/DOMRangeException.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/DOMXPathException.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrMapImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrNSImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCDATASectionImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCharacterDataImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMChildNode.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCommentImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMConfigurationImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDeepNodeListImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentFragmentImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDocumentTypeImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementNSImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMEntityReferenceImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMErrorImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationListImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationRegistry.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLocatorImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNamedNodeMapImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIDMap.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeIteratorImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeListImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNodeVector.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNormalizer.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMNotationImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMParentNode.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMRangeImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringListImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMStringPool.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTextImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTreeWalkerImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTypeInfoImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSSerializerImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSInputImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSOutputImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathExpressionImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathNSResolverImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathResultImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/dom/impl/XSDElementNSImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/BinOutputStream.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileFormatTarget.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/LocalFileInputSource.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/MemBufFormatTarget.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/MemBufInputSource.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttribute.cpp.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe q libxerces-c.a "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIAttributeList.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIElement.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIItem.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAnnotation.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeDeclaration.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeGroupDefinition.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSAttributeUse.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSComplexTypeDefinition.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSElementDeclaration.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSFacet.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSIDCDefinition.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModel.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroup.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSModelGroupDefinition.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSMultiValueFacet.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNamespaceItem.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSNotationDeclaration.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSObject.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSParticle.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSSimpleTypeDefinition.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSTypeDefinition.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSValue.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSWildcard.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/StdInInputSource.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/StdOutFormatTarget.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/URLInputSource.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4DOMLSInput.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4InputSource.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDef.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDefList.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttr.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLBuffer.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLBufferMgr.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLContentModel.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLDTDDescription.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLElementDecl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLEntityDecl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLFormatter.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarDescription.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLGrammarPoolImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLNotationDecl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLRecognizer.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLRefInfo.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLSchemaDescription.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/framework/XMLValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/BinFileOutputStream.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/BinMemOutputStream.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/DGXMLScanner.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/ElemStack.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/IGXMLScanner2.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/MemoryManagerImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/ReaderMgr.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/SGXMLScanner.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/ValidationContextImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/VecAttributesImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/VecAttrListImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/WFXMLScanner.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/XMLReader.cpp.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe q libxerces-c.a "CMakeFiles/xerces-c.dir/xercesc/internal/XMLScanner.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/XMLScannerResolver.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/XProtoType.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/XSAXMLScanner.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/XSerializeEngine.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/XSObjectFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/internal/XTemplateSerializer.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/parsers/AbstractDOMParser.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/parsers/DOMLSParserImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLFilterImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/parsers/SAX2XMLReaderImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/parsers/SAXParser.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/parsers/XercesDOMParser.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/sax/Dummy.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/sax/InputSource.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/sax/SAXException.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/sax/SAXParseException.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/sax2/sax2Dummy.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/AllContentModel.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/CMAny.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/CMBinaryOp.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/CMUnaryOp.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentLeafNameTypeVector.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentSpecNode.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/DFAContentModel.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/Grammar.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/GrammarResolver.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/MixedContentModel.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/common/SimpleContentModel.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractStringValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnySimpleTypeDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AnyURIDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/Base64BinaryDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/BooleanDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DatatypeValidatorFactory.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DateTimeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DayDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DecimalDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DoubleDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DurationDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ENTITYDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/FloatDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/HexBinaryDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDREFDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/ListDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/MonthDayDatatypeValidator.cpp.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe q libxerces-c.a "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NameDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NCNameDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/NOTATIONDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/QNameDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/StringDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/TimeDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/UnionDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/XMLCanRepGroup.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearMonthDatatypeValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDef.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDAttDefList.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDElementDecl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDEntityDecl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDGrammar.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDScanner.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/DTDValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/DTD/XMLDTDDescriptionImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/ComplexTypeInfo.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/GeneralAttributeCheck.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldActivator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/FieldValueMap.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Field.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Key.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_KeyRef.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Selector.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Unique.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraint.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraintHandler.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStore.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStoreCache.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XercesXPath.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcher.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcherStack.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathSymbols.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/NamespaceScope.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDef.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaAttDefList.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaElementDecl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaGrammar.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaInfo.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaSymbols.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaValidator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/SubstitutionGroupComparator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/TraverseSchema.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesAttGroupInfo.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesElementWildcard.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesGroupInfo.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XMLSchemaDescriptionImpl.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDDOMParser.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDErrorReporter.cpp.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe q libxerces-c.a "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDLocator.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/validators/schema/XUtil.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeDOMDocumentProcessor.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeLocation.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/xinclude/XIncludeUtils.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/BinHTTPInputStreamCommon.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/Transcoders/ICU/ICUTransService.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/MutexManagers/StdMutexMgr.cpp.obj" "CMakeFiles/xerces-c.dir/xercesc/util/FileManagers/WindowsFileMgr.cpp.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libxerces-c.a autoreconf-2.72: configure.ac: not using Intltool autoreconf-2.72: configure.ac: not using Gtkdoc autoreconf-2.72: running: aclocal --force -I m4 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 82%] Built target xerces-c make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/depend make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/depend make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/DependInfo.cmake "--color=" make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/DependInfo.cmake "--color=" make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/build make -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/AlgLoop.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/AlgLoop.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/BusConnector.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/BusConnector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/AlgLoop.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/AlgLoop.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/AlgLoop.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/AlgLoop.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/AlgLoop.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/AlgLoop.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/AlgLoop.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/AlgLoop.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/BusConnector.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/BusConnector.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/BusConnector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/BusConnector.cpp [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Clock.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/BusConnector.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/BusConnector.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/BusConnector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/BusConnector.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Clock.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Clock.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Clock.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Clock.cpp [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Clock.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Clocks.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Clocks.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Clocks.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Clocks.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Clocks.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Clocks.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Clocks.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Clocks.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Clocks.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Clocks.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Clock.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Clock.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Clock.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Clock.cpp [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Component.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Component.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkincd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windowss/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Component.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Component.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Component.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Component.cpp /OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Component.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Component.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Component.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Component.cpp [ 84%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUCS.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComponentFMUCS.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUCS.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUCS.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUCS.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComponentFMUCS.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUME.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUME.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUME.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUME.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComponentFMUME.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComponentFMUME.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComponentFMUME.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ComponentFMUME.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ComponentFMUME.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComponentFMUME.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComponentFMUCS.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ComponentFMUCS.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ComponentFMUCS.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComponentFMUCS.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComponentTable.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComponentTable.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ComponentTable.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ComponentTable.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComponentTable.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComponentTable.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComRef.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComponentTable.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ComponentTable.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ComponentTable.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComponentTable.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComRef.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ComRef.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ComRef.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComRef.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComRef.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Connection.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComRef.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ComRef.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ComRef.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ComRef.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Connection.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Connection.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Connection.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Connection.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Connection.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Connection.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Connection.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Connection.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Connection.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Connector.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Connector.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Connector.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Connector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Connector.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Connector.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/CSVReader.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/CSVReader.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/CSVReader.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/CSVReader.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/CSVReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/CSVReader.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/CSVReader.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/CSVReader.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/CSVReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/CSVReader.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/CSVWriter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/CSVWriter.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/CSVWriter.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/CSVWriter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/CSVWriter.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Connector.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Connector.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Connector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Connector.cpp [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/CSVWriter.cpp.obj [ 86%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/DirectedGraph.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/DirectedGraph.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/DirectedGraph.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/DirectedGraph.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/DirectedGraph.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DirectedGraph.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/DirectedGraph.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/DirectedGraph.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/DirectedGraph.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DirectedGraph.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/CSVWriter.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/CSVWriter.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/CSVWriter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/CSVWriter.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Element.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Element.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Element.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Element.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Element.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Element.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ExternalModelInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ExternalModelInfo.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ExternalModelInfo.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ExternalModelInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ExternalModelInfo.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ExternalModelInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ExternalModelInfo.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ExternalModelInfo.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ExternalModelInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ExternalModelInfo.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Element.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Element.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Element.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Element.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Flags.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Flags.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Flags.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Flags.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Flags.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Flags.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Flags.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Flags.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Flags.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Flags.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/FMUInfo.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/FMUInfo.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/FMUInfo.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/FMUInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/FMUInfo.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/FMUInfo.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Logging.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/FMUInfo.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/FMUInfo.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/FMUInfo.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/FMUInfo.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Logging.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Logging.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Logging.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Logging.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Logging.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Logging.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Logging.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Logging.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Logging.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/MatReader.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/MatReader.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/MatReader.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/MatReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/MatReader.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/MatReader.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/MatReader.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/MatReader.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/MatReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/MatReader.cpp [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/MatVer4.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/MatVer4.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/MatVer4.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/MatVer4.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/MatVer4.cpp [ 89%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/MATWriter.cpp.obj [ 89%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/MatVer4.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/MATWriter.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/MATWriter.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/MATWriter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/MATWriter.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/MATWriter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/MATWriter.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/MATWriter.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/MATWriter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/MATWriter.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/MatVer4.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/MatVer4.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/MatVer4.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/MatVer4.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Model.cpp.obj [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Model.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Model.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Model.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Model.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Model.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/OMSFileSystem.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Model.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Model.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Model.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Model.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/OMSFileSystem.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/OMSFileSystem.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/OMSFileSystem.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/OMSFileSystem.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/OMSFileSystem.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/OMSFileSystem.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/OMSFileSystem.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/OMSFileSystem.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/OMSFileSystem.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/OMSimulator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/OMSimulator.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/OMSimulator.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/OMSimulator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/OMSimulator.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/OMSString.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/OMSString.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/OMSString.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/OMSString.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/OMSString.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/OMSimulator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/OMSimulator.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/OMSimulator.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/OMSimulator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/OMSimulator.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ResultReader.cpp.obj [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/OMSString.cpp.obj [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ResultReader.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ResultReader.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ResultReader.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ResultReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ResultReader.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/OMSString.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/OMSString.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/OMSString.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/OMSString.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ResultReader.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ResultReader.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ResultReader.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ResultReader.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ResultWriter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ResultWriter.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ResultWriter.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ResultWriter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ResultWriter.cpp [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ResultWriter.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ResultWriter.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ResultWriter.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ResultWriter.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ResultWriter.cpp [ 92%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Scope.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Scope.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Scope.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Scope.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Scope.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Scope.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Scope.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Scope.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/SignalDerivative.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/SignalDerivative.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/SignalDerivative.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/SignalDerivative.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/SignalDerivative.cpp [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SignalDerivative.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Snapshot.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkincd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windowss/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Snapshot.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Snapshot.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Snapshot.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Snapshot.cpp /OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SignalDerivative.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/SignalDerivative.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/SignalDerivative.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/SignalDerivative.cpp [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Snapshot.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Snapshot.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Snapshot.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Snapshot.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Snapshot.cpp [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/StepSizeConfiguration.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/StepSizeConfiguration.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/StepSizeConfiguration.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/StepSizeConfiguration.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/StepSizeConfiguration.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/StepSizeConfiguration.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/StepSizeConfiguration.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/StepSizeConfiguration.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/StepSizeConfiguration.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/StepSizeConfiguration.cpp C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp: In member function 'oms_status_enu_t oms::Scope::loadSnapshot(const oms::ComRef&, const char*, char**)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp:419:43: warning: 'pugi::xml_parse_result pugi::xml_document::load(const pugi::char_t*, unsigned int)' is deprecated [-Wdeprecated-declarations] 419 | pugi::xml_parse_result result = doc.load(snapshot); | ~~~~~~~~^~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml/pugixml.hpp:1475, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ConnectorGeometry.h:37, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Connector.h:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/BusConnector.h:7, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Element.h:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Model.h:37, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.h:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml/pugixml.cpp:7202:35: note: declared here 7202 | PUGI__FN xml_parse_result xml_document::load(const char_t* contents, unsigned int options) | ^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp: In member function 'oms_status_enu_t oms::Scope::loadSnapshot(const oms::ComRef&, const char*, char**)': C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp:419:43: warning: 'pugi::xml_parse_result pugi::xml_document::load(const pugi::char_t*, unsigned int)' is deprecated [-Wdeprecated-declarations] 419 | pugi::xml_parse_result result = doc.load(snapshot); | ~~~~~~~~^~~~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml/pugixml.hpp:1475, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ConnectorGeometry.h:37, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Connector.h:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/BusConnector.h:7, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Element.h:35, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Model.h:37, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.h:36, from C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Scope.cpp:32: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml/pugixml.cpp:7202:35: note: declared here 7202 | PUGI__FN xml_parse_result xml_document::load(const char_t* contents, unsigned int options) | ^~~~~~~~~~~~ [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/System.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/System.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/System.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/System.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/System.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/System.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/System.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/System.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/System.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/System.cpp [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/SystemSC.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SystemSC.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/SystemSC.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/SystemSC.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/SystemSC.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/SystemSC.cpp [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SystemWC.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/SystemWC.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SystemWC.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/SystemWC.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/SystemWC.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/SystemWC.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/SystemWC.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/SystemWC.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/SystemWC.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/SystemWC.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SystemSC.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/SystemSC.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/SystemSC.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/SystemSC.cpp [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Values.cpp.obj [ 95%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Variable.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Variable.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Values.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Values.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Values.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Values.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Values.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Values.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Values.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Values.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Values.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Variable.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Variable.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Variable.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Variable.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Variable.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Variable.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Variable.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/Variable.cpp [ 97%] Building C object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/whereami.c.obj [ 97%] Building C object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/whereami.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/whereami.c.obj -MF CMakeFiles/OMSimulatorLib.dir/whereami.c.obj.d -o CMakeFiles/OMSimulatorLib.dir/whereami.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/whereami.c cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/whereami.c.obj -MF CMakeFiles/OMSimulatorLib_static.dir/whereami.c.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/whereami.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/whereami.c [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/XercesValidator.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/XercesValidator.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/XercesValidator.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/XercesValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/XercesValidator.cpp [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/XercesValidator.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectionGeometry.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/ConnectionGeometry.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectionGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectionGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectionGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ConnectionGeometry.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/ConnectionGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ssd/ConnectionGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ssd/ConnectionGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ConnectionGeometry.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/XercesValidator.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/XercesValidator.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/XercesValidator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/XercesValidator.cpp [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/ConnectorGeometry.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectorGeometry.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/ElementGeometry.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/ElementGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ssd/ElementGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ssd/ElementGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ElementGeometry.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectorGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectorGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectorGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ConnectorGeometry.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/ConnectorGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ssd/ConnectorGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ssd/ConnectorGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ConnectorGeometry.cpp [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/ElementGeometry.cpp.obj configure.ac:9: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete. configure.ac:9: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from... configure.ac:9: the top level configure.ac:42: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:42: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:42: the top level configure.ac:75: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:75: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from... configure.ac:75: the top level configure.ac:92: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.ac:92: You should run autoupdate. ../autoconf-2.72/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.ac:92: the top level configure.ac:119: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:119: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/asmcfi.m4:1: GCC_AS_CFI_PSEUDO_OP is expanded from... configure.ac:119: the top level configure.ac:123: warning: The macro 'AC_TRY_LINK' is obsolete. configure.ac:123: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:123: the top level configure.ac:139: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:139: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:139: the top level configure.ac:186: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:186: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... ../autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:186: the top level configure.ac:311: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:311: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:311: the top level configure.ac:405: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:405: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:405: the top level configure.ac:405: warning: The macro 'AC_PROG_LD' is obsolete. configure.ac:405: You should run autoupdate. m4/libtool.m4:3350: AC_PROG_LD is expanded from... acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:405: the top level configure.ac:405: warning: The macro 'AC_TRY_RUN' is obsolete. configure.ac:405: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from... acinclude.m4:251: LIBFFI_CHECK_LINKER_FEATURES is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:405: the top level configure.ac:405: warning: The macro 'AC_TRY_LINK' is obsolete. configure.ac:405: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from... acinclude.m4:353: LIBFFI_ENABLE_SYMVERS is expanded from... configure.ac:405: the top level cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/ElementGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ssd/ElementGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ssd/ElementGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/ElementGeometry.cpp [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/SystemGeometry.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/SystemGeometry.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/SystemGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ssd/SystemGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ssd/SystemGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/SystemGeometry.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/SystemGeometry.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ssd/SystemGeometry.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ssd/SystemGeometry.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/SystemGeometry.cpp [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/Tags.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/Tags.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/ssd/Tags.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/ssd/Tags.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/Tags.cpp [ 98%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Version.cpp.obj [ 98%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/Tags.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/Tags.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/ssd/Tags.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/ssd/Tags.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/ssd/Tags.cpp cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Version.cpp.obj -MF CMakeFiles/OMSimulatorLib_static.dir/Version.cpp.obj.d -o CMakeFiles/OMSimulatorLib_static.dir/Version.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib/Version.cpp [100%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Version.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMSimulatorLib_EXPORTS -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -std=c++17 -MD -MT src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Version.cpp.obj -MF CMakeFiles/OMSimulatorLib.dir/Version.cpp.obj.d -o CMakeFiles/OMSimulatorLib.dir/Version.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib/Version.cpp [100%] Linking CXX static library libOMSimulator.a [100%] Linking CXX shared library libOMSimulator.dll cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSimulatorLib_static.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/OMSimulatorLib.dir/objects.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc CMakeFiles/OMSimulatorLib.dir/objects.a "CMakeFiles/OMSimulatorLib.dir/AlgLoop.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/BusConnector.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Clock.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Clocks.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Component.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ComponentFMUCS.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ComponentFMUME.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ComponentTable.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ComRef.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Connection.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Connector.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/CSVReader.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/CSVWriter.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/DirectedGraph.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Element.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ExternalModelInfo.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Flags.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/FMUInfo.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Logging.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/MatReader.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/MatVer4.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/MATWriter.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Model.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/OMSFileSystem.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/OMSimulator.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/OMSString.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ResultReader.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ResultWriter.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Scope.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/SignalDerivative.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Snapshot.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/StepSizeConfiguration.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/System.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/SystemSC.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/SystemWC.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Values.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Variable.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/whereami.c.obj" "CMakeFiles/OMSimulatorLib.dir/XercesValidator.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ssd/ConnectionGeometry.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ssd/ConnectorGeometry.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ssd/ElementGeometry.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ssd/SystemGeometry.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/ssd/Tags.cpp.obj" "CMakeFiles/OMSimulatorLib.dir/Version.cpp.obj" cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/OMSimulatorLib_static.dir/link.txt --verbose=1 C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc libOMSimulator.a CMakeFiles/OMSimulatorLib_static.dir/AlgLoop.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/BusConnector.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Clock.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Clocks.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Component.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUCS.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUME.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ComponentTable.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ComRef.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Connection.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Connector.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/CSVReader.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/CSVWriter.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/DirectedGraph.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Element.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ExternalModelInfo.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Flags.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/FMUInfo.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Logging.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/MatReader.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/MatVer4.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/MATWriter.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Model.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/OMSFileSystem.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/OMSimulator.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/OMSString.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ResultReader.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ResultWriter.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Scope.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/SignalDerivative.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Snapshot.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/StepSizeConfiguration.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/System.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/SystemSC.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/SystemWC.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Values.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Variable.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/whereami.c.obj CMakeFiles/OMSimulatorLib_static.dir/XercesValidator.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectionGeometry.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ssd/ConnectorGeometry.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ssd/ElementGeometry.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ssd/SystemGeometry.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/ssd/Tags.cpp.obj CMakeFiles/OMSimulatorLib_static.dir/Version.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLib && /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -Werror=uninitialized -Werror=return-local-addr -Werror=return-type -shared -o libOMSimulator.dll -Wl,--out-implib,libOMSimulator.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/OMSimulatorLib.dir/objects.a -Wl,--no-whole-archive ../../3rdParty/sundials-5.4.0/src/kinsol/libsundials_kinsol.a ../../3rdParty/sundials-5.4.0/src/cvode/libsundials_cvode.a ../../3rdParty/fmi4c/libfmi4c.a ../../3rdParty/minizip/src/liboms_minizip.a ../../3rdParty/zlib/libzlibstatic.a ../../3rdParty/Lua/lua-5.4.6/liblua_static.a ../../3rdParty/xerces/src/libxerces-c.a -lshlwapi /C/OMDevUCRT/tools/msys/ucrt64/lib/libicuuc.dll.a /C/OMDevUCRT/tools/msys/ucrt64/lib/libicudt.dll.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libOMSimulator.a make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [100%] Built target OMSimulatorLib_static make -f src/OMSimulator/CMakeFiles/OMSimulator.dir/build.make src/OMSimulator/CMakeFiles/OMSimulator.dir/depend make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulator/CMakeFiles/OMSimulator.dir/DependInfo.cmake "--color=" make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f src/OMSimulator/CMakeFiles/OMSimulator.dir/build.make src/OMSimulator/CMakeFiles/OMSimulator.dir/build make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [100%] Building CXX object src/OMSimulator/CMakeFiles/OMSimulator.dir/main.cpp.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulator && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DOMS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -std=c++17 -MD -MT src/OMSimulator/CMakeFiles/OMSimulator.dir/main.cpp.obj -MF CMakeFiles/OMSimulator.dir/main.cpp.obj.d -o CMakeFiles/OMSimulator.dir/main.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulator/main.cpp [100%] Linking CXX executable OMSimulator.exe cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulator && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/OMSimulator.dir/objects.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulator && /C/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc CMakeFiles/OMSimulator.dir/objects.a "CMakeFiles/OMSimulator.dir/main.cpp.obj" cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulator && /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -Wl,--whole-archive CMakeFiles/OMSimulator.dir/objects.a -Wl,--no-whole-archive -o OMSimulator.exe -Wl,--out-implib,libOMSimulator.dll.a -Wl,--major-image-version,0,--minor-image-version,0 ../OMSimulatorLib/libOMSimulator.a ../../3rdParty/sundials-5.4.0/src/kinsol/libsundials_kinsol.a ../../3rdParty/sundials-5.4.0/src/cvode/libsundials_cvode.a ../../3rdParty/fmi4c/libfmi4c.a ../../3rdParty/minizip/src/liboms_minizip.a ../../3rdParty/zlib/libzlibstatic.a ../../3rdParty/Lua/lua-5.4.6/liblua_static.a ../../3rdParty/xerces/src/libxerces-c.a /C/OMDevUCRT/tools/msys/ucrt64/lib/libicuuc.dll.a /C/OMDevUCRT/tools/msys/ucrt64/lib/libicudt.dll.a -lshlwapi -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [100%] Built target OMSimulatorLib make -f src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/build.make src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/depend make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLua /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLua /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/DependInfo.cmake "--color=" make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/build.make src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/build make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [100%] Building C object src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/OMSimulatorLua.c.obj cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLua && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe -DEZXML_NOMMAP -DFMI4C_STATIC -DHAVE_MEMMOVE=1 -DLINK_SUNDIALS_STATIC -DPUGIXML_HEADER_ONLY -DUSE_FILE32API -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLib/DummyTLM -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/fmi4c/3rdparty -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/minizip/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/Lua/lua-5.4.6/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/PugiXml -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/CTPL -MD -MT src/OMSimulatorLua/CMakeFiles/OMSimulatorLua.dir/OMSimulatorLua.c.obj -MF CMakeFiles/OMSimulatorLua.dir/OMSimulatorLua.c.obj.d -o CMakeFiles/OMSimulatorLua.dir/OMSimulatorLua.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/src/OMSimulatorLua/OMSimulatorLua.c [100%] Linking CXX static library libOMSimulatorLua.a cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLua && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSimulatorLua.dir/cmake_clean_target.cmake cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/src/OMSimulatorLua && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/OMSimulatorLua.dir/link.txt --verbose=1 C:/OMDevUCRT/tools/msys/ucrt64/bin/ar.exe qc libOMSimulatorLua.a CMakeFiles/OMSimulatorLua.dir/OMSimulatorLua.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libOMSimulatorLua.a make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [100%] Built target OMSimulatorLua make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [100%] Built target OMSimulator make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make[2]: Nothing to be done for 'preinstall'. make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/include/OMSimulator -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/include/OMSimulator/OMSimulator.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/include/OMSimulator/Types.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib//libOMSimulator.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/bin/libOMSimulator.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib//libOMSimulator.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/bin/OMSimulator.exe -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib//libOMSimulatorLua.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/__init__.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/capi.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/Model.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/NewAPI.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/OMSimulator.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/Scope.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/System.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/lib/OMSimulator/Types.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/bin/OMSimulatorPython3 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/bin/OMSimulatorPython3.bat -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/scripts/OMSimulatorServer.py -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2Annotation.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2AttributeGroups.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2ModelDescription.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2ScalarVariable.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2Type.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2Unit.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2VariableDependency.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Annotation.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3AttributeGroups.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3ModelDescription.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Type.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Unit.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Variable.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3VariableDependency.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/ssp -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureCommon.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureDescription.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureDescription11.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureParameterMapping.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureParameterValues.xsd -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureSignalDictionary.xsd make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' cp -vpPR OMSimulator/install/include/OMSimulator/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc 'OMSimulator/install/include/OMSimulator/' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/OMSimulator' 'OMSimulator/install/include/OMSimulator/Types.h' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/OMSimulator/Types.h' 'OMSimulator/install/include/OMSimulator/OMSimulator.h' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/OMSimulator/OMSimulator.h' cp -vpPR OMSimulator/install/bin/* /c/dev/jenkins/ws/Windows/OM_Win/build/bin 'OMSimulator/install/bin/libOMSimulator.dll' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/bin/libOMSimulator.dll' 'OMSimulator/install/bin/OMSimulator.exe' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMSimulator.exe' 'OMSimulator/install/bin/OMSimulatorPython3' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMSimulatorPython3' 'OMSimulator/install/bin/OMSimulatorPython3.bat' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/bin/OMSimulatorPython3.bat' cp -vpPR OMSimulator/install/share/OMSimulator/ /c/dev/jenkins/ws/Windows/OM_Win/build/share 'OMSimulator/install/share/OMSimulator/' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator' 'OMSimulator/install/share/OMSimulator/schema' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema' 'OMSimulator/install/share/OMSimulator/schema/fmi2' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2' 'OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2ModelDescription.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2ModelDescription.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2AttributeGroups.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2AttributeGroups.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2Type.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2Type.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2ScalarVariable.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2ScalarVariable.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2Annotation.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2Annotation.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2VariableDependency.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2VariableDependency.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi2/fmi2Unit.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2Unit.xsd' 'OMSimulator/install/share/OMSimulator/schema/ssp' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp' 'OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureParameterValues.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureParameterValues.xsd' 'OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureDescription11.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureDescription11.xsd' 'OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureParameterMapping.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureParameterMapping.xsd' 'OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureCommon.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureCommon.xsd' 'OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureDescription.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureDescription.xsd' 'OMSimulator/install/share/OMSimulator/schema/ssp/SystemStructureSignalDictionary.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureSignalDictionary.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi3' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3' 'OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Variable.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3Variable.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3VariableDependency.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3VariableDependency.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3AttributeGroups.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3AttributeGroups.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Type.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3Type.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3ModelDescription.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3ModelDescription.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Annotation.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3Annotation.xsd' 'OMSimulator/install/share/OMSimulator/schema/fmi3/fmi3Unit.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3Unit.xsd' 'OMSimulator/install/share/OMSimulator/scripts' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/scripts' 'OMSimulator/install/share/OMSimulator/scripts/OMSimulatorServer.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/scripts/OMSimulatorServer.py' cp -vpPR OMSimulator/install/lib/* /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ 'OMSimulator/install/lib/libOMSimulator.a' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOMSimulator.a' 'OMSimulator/install/lib/libOMSimulator.dll.a' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOMSimulator.dll.a' 'OMSimulator/install/lib/libOMSimulatorLua.a' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOMSimulatorLua.a' 'OMSimulator/install/lib/OMSimulator' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator' 'OMSimulator/install/lib/OMSimulator/OMSimulator.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/OMSimulator.py' 'OMSimulator/install/lib/OMSimulator/Scope.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/Scope.py' 'OMSimulator/install/lib/OMSimulator/System.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/System.py' 'OMSimulator/install/lib/OMSimulator/capi.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/capi.py' 'OMSimulator/install/lib/OMSimulator/Model.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/Model.py' 'OMSimulator/install/lib/OMSimulator/__init__.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/__init__.py' 'OMSimulator/install/lib/OMSimulator/NewAPI.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/NewAPI.py' 'OMSimulator/install/lib/OMSimulator/Types.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/Types.py' autoreconf-2.72: running: /usr/bin/autoheader-2.72 autoreconf-2.72: running: automake --add-missing --copy --no-force autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force configure.ac:32: installing './compile' configure.ac:20: installing './install-sh' configure.ac:20: installing './missing' Makefile.am: installing './depcomp' doc/Makefile.am:3: installing './mdate-sh' doc/Makefile.am:3: installing './texinfo.tex' autoreconf-2.72: Leaving directory '.' (cd "3rdParty/libffi" && (test -f Makefile || (./configure --prefix="`pwd`/install" "--host=" --enable-shared=no --disable-docs CC="clang" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" LDFLAGS="" && make clean))) configure: loading site script /etc/config.site checking build system type... x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 continue configure in default builddir "./x86_64-w64-mingw32" ....exec /bin/sh .././configure "--srcdir=.." "--enable-builddir=x86_64-w64-mingw32" "mingw32" configure: loading site script /etc/config.site checking build system type... x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 checking for gsed... sed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... clang configure.ac:57: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:57: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:57: the top level configure.ac:73: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:73: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:73: the top level configure.ac:79: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:79: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:79: the top level configure.ac:89: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:89: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:89: the top level configure.ac:120: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:120: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:120: the top level configure.ac:126: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:126: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:126: the top level configure.ac:134: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:134: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:134: the top level configure.ac:142: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:142: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:142: the top level checking whether the C compiler works... autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of clang... gcc3 checking whether the compiler supports GNU C++... yes checking whether clang++ accepts -g... yes checking for clang++ option to enable C++11 features... none needed checking dependency style of clang++... gcc3 checking dependency style of clang... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by clang... C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /ucrt64/bin/nm -B checking the name lister (/ucrt64/bin/nm -B) interface... BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/OMDevUCRT/tools/msys/ucrt64/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /ucrt64/bin/nm -B output from clang object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... autoreconf-2.72: running: automake --add-missing --copy --force-missing /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -DDLL_EXPORT -DPIC checking if clang PIC flag -DDLL_EXPORT -DPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe 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... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... clang++ -E checking for ld used by clang++... C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... yes checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking for clang++ option to produce PIC... -DDLL_EXPORT -DPIC checking if clang++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if clang++ static flag -static works... yes checking if clang++ supports -c -o file.o... yes checking if clang++ supports -c -o file.o... (cached) yes checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking size of size_t... 8 checking for C compiler vendor... clang checking CFLAGS for maximum warnings... -Wall checking whether to enable maintainer-specific portions of Makefiles... no checking for sys/memfd.h... no checking for memfd_create... no checking for sys/mman.h... no checking for mmap... no checking for mkostemp... no checking for sys/mman.h... (cached) no checking for mmap... (cached) no checking for egrep... (cached) /usr/bin/grep -E checking for memcpy... configure.ac:28: installing './compile' configure.ac:18: installing './config.guess' configure.ac:18: installing './config.sub' configure.ac:22: installing './install-sh' yes checking for size_t... configure.ac:22: installing './missing' src/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf-2.72: './config.sub' is updated autoreconf-2.72: './config.guess' is updated autoreconf-2.72: './install-sh' is updated autoreconf-2.72: Leaving directory 'libatomic_ops' autoreconf-2.72: running: libtoolize --copy --force yes checking for working alloca.h... no checking for alloca... yes checking size of double... 8 checking size of long double... 16 checking whether byte ordering is bigendian... no checking assembler .cfi pseudo-op support... yes checking assembler supports pc related relocs... yes checking whether compiler supports pointer authentication... no checking for _ prefix in compiled symbols... no checking whether C compiler accepts -fno-lto... yes checking whether .eh_frame section should be read-only... readelf: Error: Not an ELF file - it has the wrong magic bytes at the start yes checking for __attribute__((visibility("hidden")))... no clang: error: unsupported option '-print-multi-os-directory' clang: error: no input files checking for ld used by clang... (cached) C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... (cached) yes configure: versioning on shared library symbols is no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/ffi.h config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating man/Makefile config.status: creating doc/Makefile config.status: creating libffi.pc config.status: creating fficonfig.h libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' config.status: executing buildir commands config.status: create top_srcdir/Makefile guessed from local Makefile config.status: build in x86_64-w64-mingw32 (HOST=) config.status: executing depfiles commands libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' config.status: executing libtool commands config.status: executing include commands libtoolize: copying file 'm4/lt~obsolete.m4' config.status: executing src commands make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' MAKE x86_64-pc-mingw64 : 0 * clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' Making clean in include make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' Making clean in testsuite make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' test -z "*.exe core* *.log *.sum" || rm -f *.exe core* *.log *.sum rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' Making clean in man make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' rm -rf .libs _libs test -z "libffi_convenience.la" || rm -f libffi_convenience.la test -z "libffi.la" || rm -f libffi.la rm -rf src/.libs src/_libs rm -f *.o rm -f *.lo rm -rf src/aarch64/.libs src/aarch64/_libs rm -f src/*.o rm -rf src/alpha/.libs src/alpha/_libs rm -rf src/arc/.libs src/arc/_libs rm -f src/*.lo rm -rf src/arm/.libs src/arm/_libs rm -f ./so_locations rm -f ./so_locations rm -rf src/avr32/.libs src/avr32/_libs rm -f src/aarch64/*.o rm -rf src/bfin/.libs src/bfin/_libs rm -rf src/cris/.libs src/cris/_libs rm -f src/aarch64/*.lo rm -rf src/csky/.libs src/csky/_libs rm -rf src/frv/.libs src/frv/_libs rm -f src/alpha/*.o rm -rf src/ia64/.libs src/ia64/_libs rm -rf src/kvx/.libs src/kvx/_libs rm -f src/alpha/*.lo rm -rf src/m32r/.libs src/m32r/_libs rm -rf src/m68k/.libs src/m68k/_libs rm -f src/arc/*.o rm -rf src/m88k/.libs src/m88k/_libs rm -rf src/metag/.libs src/metag/_libs rm -f src/arc/*.lo rm -rf src/microblaze/.libs src/microblaze/_libs rm -rf src/mips/.libs src/mips/_libs rm -f src/arm/*.o rm -rf src/moxie/.libs src/moxie/_libs rm -rf src/nios2/.libs src/nios2/_libs rm -f src/arm/*.lo rm -rf src/or1k/.libs src/or1k/_libs rm -rf src/pa/.libs src/pa/_libs rm -f src/avr32/*.o rm -rf src/powerpc/.libs src/powerpc/_libs autoreconf-2.72: configure.ac: not using Intltool autoreconf-2.72: configure.ac: not using Gtkdoc autoreconf-2.72: running: aclocal --force -I m4 rm -rf src/riscv/.libs src/riscv/_libs rm -f src/avr32/*.lo rm -rf src/s390/.libs src/s390/_libs rm -rf src/sh/.libs src/sh/_libs rm -f src/bfin/*.o rm -rf src/sh64/.libs src/sh64/_libs rm -rf src/sparc/.libs src/sparc/_libs rm -f src/bfin/*.lo rm -rf src/tile/.libs src/tile/_libs rm -rf src/vax/.libs src/vax/_libs rm -f src/cris/*.o rm -rf src/x86/.libs src/x86/_libs rm -rf src/xtensa/.libs src/xtensa/_libs rm -f src/cris/*.lo rm -f src/csky/*.o rm -f src/csky/*.lo rm -f src/frv/*.o rm -f src/frv/*.lo rm -f src/ia64/*.o rm -f src/ia64/*.lo rm -f src/kvx/*.o rm -f src/kvx/*.lo rm -f src/m32r/*.o rm -f src/m32r/*.lo rm -f src/m68k/*.o rm -f src/m68k/*.lo rm -f src/m88k/*.o rm -f src/m88k/*.lo rm -f src/metag/*.o rm -f src/metag/*.lo rm -f src/microblaze/*.o rm -f src/microblaze/*.lo rm -f src/mips/*.o rm -f src/mips/*.lo rm -f src/moxie/*.o rm -f src/moxie/*.lo rm -f src/nios2/*.o rm -f src/nios2/*.lo rm -f src/or1k/*.o rm -f src/or1k/*.lo rm -f src/pa/*.o rm -f src/pa/*.lo rm -f src/powerpc/*.o rm -f src/powerpc/*.lo rm -f src/riscv/*.o rm -f src/riscv/*.lo rm -f src/s390/*.o rm -f src/s390/*.lo rm -f src/sh/*.o rm -f src/sh/*.lo rm -f src/sh64/*.o rm -f src/sh64/*.lo rm -f src/sparc/*.o rm -f src/sparc/*.lo rm -f src/tile/*.o rm -f src/tile/*.lo rm -f src/vax/*.o rm -f src/vax/*.lo rm -f src/x86/*.o rm -f src/x86/*.lo rm -f src/xtensa/*.o rm -f src/xtensa/*.lo make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' make -C "3rdParty/libffi" make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' MAKE x86_64-pc-mingw64 : 0 * all-all make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make all-recursive make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' Making all in include make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' Making all in testsuite make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' Making all in man make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo ../src/prep_cif.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo ../src/types.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo ../src/raw_api.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo ../src/java_raw_api.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo ../src/closures.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/x86/ffiw64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffiw64.lo ../src/x86/ffiw64.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/x86/win64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -MT src/x86/win64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/win64.lo ../src/x86/win64.S &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -Wall -fexceptions -MT src/x86/ffiw64.lo -MD -MP -MF src/x86/.deps/ffiw64.Tpo -c ../src/x86/ffiw64.c -o src/x86/ffiw64.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -g -O2 -DUCRT64 -MT src/x86/win64.lo -MD -MP -MF src/x86/.deps/win64.Tpo -c ../src/x86/win64.S -o src/x86/win64.o ../src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations] 328 | ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif)); | ^ include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here 299 | size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated)); | ^ ../src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations] 331 | ffi_java_ptrarray_to_raw (cif, avalue, raw); | ^ include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here 295 | void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated)); | ^ 2 warnings generated. In file included from ../src/closures.c:533: ../src/dlmalloc.c:3385:7: warning: variable 'nfences' set but not used [-Wunused-but-set-variable] 3385 | int nfences = 0; | ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=link clang -g -O2 -DUCRT64 -Wall -fexceptions -o libffi_convenience.la src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffiw64.lo src/x86/win64.lo /bin/sh ./libtool --tag=CC --mode=link clang -g -O2 -DUCRT64 -Wall -fexceptions -no-undefined -version-info `grep -v '^#' ../libtool-version` -no-undefined -bindir "/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/bin" -o libffi.la -rpath /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffiw64.lo src/x86/win64.lo libtool: link: ar cr .libs/libffi_convenience.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffiw64.o src/x86/win64.o libtool: link: ar cr .libs/libffi.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffiw64.o src/x86/win64.o libtool: link: ranlib .libs/libffi_convenience.a libtool: link: ranlib .libs/libffi.a libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && cp -pR "../libffi_convenience.la" "libffi_convenience.la" ) libtool: link: ( cd ".libs" && rm -f "libffi.la" && cp -pR "../libffi.la" "libffi.la" ) make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' make -C "3rdParty/libffi" install make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' MAKE x86_64-pc-mingw64 : 0 * install make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' Making install in include make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/include' /usr/bin/install -c -m 644 ffi.h ffitarget.h '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/include' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' Making install in testsuite make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' Making install in man make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/share/man/man3' /usr/bin/install -c -m 644 ../../man/ffi.3 ../../man/ffi_call.3 ../../man/ffi_prep_cif.3 ../../man/ffi_prep_cif_var.3 '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/share/man/man3' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/pkgconfig' /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c libffi.la '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib' /usr/bin/install -c -m 644 libffi.pc '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libffi.lai /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.la libtool: install: /usr/bin/install -c .libs/libffi.a /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.a libtool: install: chmod 644 /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.a libtool: install: ranlib /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.a make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force configure.ac:102: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:102: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:102: the top level configure.ac:120: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:120: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:120: the top level configure.ac:152: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:152: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:152: the top level configure.ac:395: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:395: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:395: the top level configure.ac:401: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:401: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:401: the top level configure.ac:413: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:413: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:413: the top level configure.ac:445: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:445: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:445: the top level configure.ac:571: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:571: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:571: the top level configure.ac:629: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:629: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:629: the top level configure.ac:690: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:690: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:690: the top level configure.ac:710: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:710: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:710: the top level configure.ac:729: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:729: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:729: the top level configure.ac:771: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:771: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... configure.ac:771: the top level configure.ac:787: warning: The macro 'AC_TRY_LINK' is obsolete. configure.ac:787: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from... configure.ac:787: the top level configure.ac:812: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:812: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:812: the top level configure.ac:819: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:819: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:819: the top level configure.ac:827: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:827: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:827: the top level configure.ac:845: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:845: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:845: the top level configure.ac:855: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:855: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:855: the top level configure.ac:863: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:863: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:863: the top level configure.ac:913: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:913: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:913: the top level configure.ac:926: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:926: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:926: the top level configure.ac:1001: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:1001: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:1001: the top level configure.ac:1024: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:1024: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ../autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:1024: the top level configure.ac:1047: warning: The macro 'AC_TRY_RUN' is obsolete. configure.ac:1047: You should run autoupdate. ../autoconf-2.72/lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from... configure.ac:1047: the top level autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force autoreconf-2.72: running: automake --add-missing --copy --force-missing configure.ac:33: installing './compile' configure.ac:22: installing './config.guess' configure.ac:22: installing './config.sub' configure.ac:26: installing './install-sh' configure.ac:26: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo) autoreconf-2.72: Leaving directory '.' Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo) configure: loading site script /etc/config.site checking build system type... x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 checking GC version numbers... major=8 minor=0 micro=0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... gcc3 checking whether the compiler supports GNU C++... yes checking whether clang++ accepts -g... yes checking for clang++ option to enable C++11 features... none needed checking dependency style of clang++... gcc3 checking dependency style of clang... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by clang... C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /ucrt64/bin/nm -B checking the name lister (/ucrt64/bin/nm -B) interface... BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/OMDevUCRT/tools/msys/ucrt64/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /ucrt64/bin/nm -B output from clang object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -DDLL_EXPORT -DPIC checking if clang PIC flag -DDLL_EXPORT -DPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe 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... no checking how to run the C++ preprocessor... clang++ -E checking for ld used by clang++... C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... yes checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking for clang++ option to produce PIC... -DDLL_EXPORT -DPIC checking if clang++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if clang++ static flag -static works... yes checking if clang++ supports -c -o file.o... yes checking if clang++ supports -c -o file.o... (cached) yes checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for inline... inline checking for pthread_self in -lpthread... yes checking whether compiler supports -Wextra... yes checking whether compiler supports -Wpedantic... yes checking for xlc... no checking whether compiler supports -fno-strict-aliasing... yes checking for getcontext... no checking for dl_iterate_phdr... no checking for dlopen in -ldl... no checking for execinfo.h... no checking whether to build shared libraries... yes checking whether compiler supports -fvisibility... yes checking which machine-dependent code should be used... checking whether Solaris gcc optimization fix is necessary... no checking for dladdr... no checking for sigsetjmp... no checking for sys/dg_sys_info.h... no checking for compiler intrinsics support... yes checking which libatomic_ops to use... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bdw-gc.pc config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands make -C 3rdParty/gc/ libomcgc.la make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' depbase=`echo extra/gc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I./include -I./include -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -DUCRT64 -fno-strict-aliasing -MT extra/gc.lo -MD -MP -MF $depbase.Tpo -c -o extra/gc.lo extra/gc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: clang -DHAVE_CONFIG_H -I./include -I./include -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -DUCRT64 -fno-strict-aliasing -MT extra/gc.lo -MD -MP -MF extra/.deps/gc.Tpo -c extra/gc.c -DDLL_EXPORT -DPIC -o extra/.libs/gc.o In file included from extra/gc.c:62: extra/../misc.c:1464:31: warning: incompatible pointer types passing 'pthread_mutex_t *' (aka 'long long *') to parameter of type 'LPCRITICAL_SECTION' (aka 'struct _RTL_CRITICAL_SECTION *') [-Wincompatible-pointer-types] 1464 | DeleteCriticalSection(&GC_allocate_ml); | ^~~~~~~~~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/synchapi.h:46:68: note: passing argument to parameter 'lpCriticalSection' here 46 | WINBASEAPI VOID WINAPI DeleteCriticalSection (LPCRITICAL_SECTION lpCriticalSection); | ^ 1 warning generated. /bin/sh ./libtool --tag=CC --mode=link clang -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -Wpedantic -Wno-long-long -g -O2 -DUCRT64 -fno-strict-aliasing -version-info 5:1:4 -no-undefined -o libomcgc.la -rpath /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc/lib extra/gc.lo libtool: link: clang -shared extra/.libs/gc.o -g -O2 -o .libs/libomcgc-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libomcgc.dll.a libtool: link: ( cd ".libs" && rm -f "libomcgc.la" && cp -pR "../libomcgc.la" "libomcgc.la" ) make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' cp -p 3rdParty/gc/.libs/libomcgc-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/libomcgc-1.dll cp -p 3rdParty/gc/.libs/libomcgc.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libomcgc.dll.a make -C SimulationRuntime/c -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' mkdir -p 3rdParty/tbb/build_cmake make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' clang++ -O3 -Wall -I. -I"../../../c" -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ -c -o omc_ocl_memory_ops.o omc_ocl_memory_ops.cpp clang++ -O3 -Wall -I. -I"../../../c" -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ -c -o omc_ocl_interface.o omc_ocl_interface.cpp clang++ -O3 -Wall -I. -I"../../../c" -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ -c -o omc_ocl_builtin_kernels.o omc_ocl_builtin_kernels.cpp clang++ -O3 -Wall -I. -I"../../../c" -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ -c -o omc_ocl_util.o omc_ocl_util.cpp cd 3rdParty/tbb/build_cmake && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. \ -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX="/c/dev/jenkins/ws/Windows/OM_Win/build" \ -DCMAKE_INSTALL_LIBDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" \ -DCMAKE_INSTALL_INCLUDEDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc" \ -DCMAKE_INSTALL_DATAROOTDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/share/" \ -DTBB_BUILD_TESTS=OFF \ -DTBB_BUILD_SHARED=OFF \ -DTBB_BUILD_TBBMALLOC=OFF \ -DTBB_BUILD_TBBMALLOC_PROXY=OFF \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The CXX compiler identification is Clang 17.0.6 omc_ocl_memory_ops.cpp:74:9: warning: variable 'err' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 74 | if (host_array) | ^~~~~~~~~~ omc_ocl_memory_ops.cpp:78:40: note: uninitialized use occurs here 78 | ocl_error_check(OCL_CREATE_BUFFER, err); | ^~~ omc_ocl_memory_ops.cpp:74:5: note: remove the 'if' if its condition is always true 74 | if (host_array) | ^~~~~~~~~~~~~~~ 75 | tmp = clCreateBuffer(device_omc_ocl_util.cppcont:ext, CL_MEM_R210EAD_W:12:RITE warning: unused variable 'elapsedTime' [-Wunused-variable] | 210 | double elapsedTime; | ^~~~~~~~~~~ omc_ocl_memory_ops.cpp:68:15: note: initialize the variable 'err' to silence this warning 68 | cl_int err; | ^ | = 0 omc_ocl_interface.cpp:88:72: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 88 | fprintf(stderr, "a->ndims != b->ndims, %d != %ld\n", a->ndims, b->info[0]); | ~~~ ^~~~~~~~~~ | %lld omc_ocl_memory_ops.cpp:92:9: warning: variable 'err' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 92 | if (host_array) | ^~~~~~~~~~ omc_ocl_memory_ops.cpp:96:40:omc_ocl_interface.cpp:108:63: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] note: uninitialized use occurs here 108 | 96 | fprintf ocl_(stderror_err, "a->ndims check(OCL!= b->n_CREATdims, %lE_BUFFERd != %l, err); | ^~~ d\n", a->info[0], b->info[0]);omc_ocl_memory_ops.cpp:92:5: | ~~~ ^~~~~~~~~~ | note: remove the 'if' if its condition is always true %lld 92 | if (host_array) | ^~~~~~~~~~~~~~~ 93 | tmp = clCreateomc_ocl_interface.cpp:108:Buffer(de75: vicwarning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 108 | e fprintf(stderr, "a->ndi_contms !=ext, CL b_MEM->_ndims, %ldREAD_WR != IT%ld\n", a->infE | o[0], b->info[0]); | ~~~ ^~~~~~~~~~ omc_ocl_memory_ops.cpp:86| %lld :15: note: initialize the variable 'err' to silence this warning 86 | cl_int err; | ^ | = 0 omc_ocl_util.cpp:437:12: warning: unused variable 'elapsedTime' [-Wunused-variable] 437 | double elapsedTime; | ^~~~~~~~~~~ omc_ocl_interface.cpp:191:12: warning: variable 'elements' set but not used [-Wunused-but-set-variable] 191 | size_t elements = 0; | ^ 2 warnings generated. 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./gc/memory_pool.o ./gc/memory_pool.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./gc/omc_gc.o ./gc/omc_gc.c 4 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./meta/meta_modelica_builtin.o ./meta/meta_modelica_builtin.c ar -rcs libParModelicaExpl.a omc_ocl_memory_ops.o omc_ocl_interface.o omc_ocl_builtin_kernels.o omc_ocl_util.o clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./meta/meta_modelica_segv.o ./meta/meta_modelica_segv.c ./gc/memory_pool.c:148:47: warning: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned long long') [-Wformat] 148 | printf("%p, %ld, %ld, %p\n", chunk->memory, chunk->used, chunk->size, chunk->previous); | ~~~ ^~~~~~~~~~~ | %zu ./gc/memory_pool.c:148:60: warning: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned long long') [-Wformat] 148 | printf("%p, %ld, %ld, %p\n", chunk->memory, chunk->used, chunk->size, chunk->previous); | ~~~ ^~~~~~~~~~~ | %zu ./gc/memory_pool.c:146:13: warning: unused function 'print_mem_pool' [-Wunused-function] 146 | static void print_mem_pool(OMCMemPoolBlock* chunk) { | ^~~~~~~~~~~~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./meta/meta_modelica.o ./meta/meta_modelica.c 3 warnings generated. mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ In file included from ./meta/meta_modelica_builtin.c:42: ./meta/meta_modelica_builtin_boxptr.h:69:57: warning: absolute value function 'labs' given an argument of type 'mmc_sint_t' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value] 69 | boxptr_unOp(boxptr_intAbs,mmc_mk_icon,mmc_unbox_integer,labs) | ^ ./meta/meta_modelica_builtin_boxptr.h:69:57: note: use function 'llabs' instead 69 | boxptr_unOp(boxptr_intAbs,mmc_mk_icon,mmc_unbox_integer,labs) | ^~~~ | llabs ./meta/meta_modelica_builtin_boxptr.h:42:118: note: expanded from macro 'boxptr_unOp' 42 | #define boxptr_unOp(name,box,unbox,op) modelica_metatype name(threadData_t *threadData, void* a) {return (void*)box(op(unbox(a)));} | ^ 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./meta/realString.o ./meta/realString.c cp -rp omc_ocl_interface.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ -- Detecting CXX compiler ABI info clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/read_write.o ./util/read_write.c cp -rp omc_ocl_common_header.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_memory_ops.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ ./meta/meta_modelica.c:258:43: warning: format specifies type 'long' but the argument has type 'mmc_sint_t' (aka 'long long') [-Wformat] 258 | ix += sprintf(anyStringBuf+ix, "%ld", (mmc_sint_t) MMC_UNTAGFIXNUM(any)); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/write_matlab4.o ./util/write_matlab4.c cp -rp libParModelicaExpl.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/read_matlab4.o ./util/read_matlab4.c cp -rp ParModelicaBuiltin.mo /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ ./util/read_write.c:65:35: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 65 | fprintf(stderr, "INT: %ld\n", desc->data.integer); | ~~~ ^~~~~~~~~~~~~~~~~~ | %lld ./util/read_write.c:111:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 111 | fprintf(stderr, "%ld, ", ((modelica_integer *) desc->data.int_array.data)[e]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/boolean_array.o ./util/boolean_array.c cp -rp OCLRuntimeUtil.cl /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/base_array.o ./util/base_array.c 1 warning generated. 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/context.o ./util/context.c make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/division.o ./util/division.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/doubleEndedList.o ./util/doubleEndedList.c ./util/boolean_array.c:200:33: warning: unused function 'calc_boolean_index_spec' [-Wunused-function] 200 | static inline modelica_boolean *calc_boolean_index_spec(int ndims, const _index_t* idx_vec, | ^~~~~~~~~~~~~~~~~~~~~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/generic_array.o ./util/generic_array.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/index_spec.o ./util/index_spec.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/integer_array.o ./util/integer_array.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/list.o ./util/list.c ./util/integer_array.c:228:33: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 228 | printf("%ld\t", value); | ~~~ ^~~~~ | %lld ./util/integer_array.c:246:28: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 246 | printf("%ld, ",*data); | ~~~ ^~~~~ | %lld ./util/integer_array.c:250:26: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 250 | printf("%ld",*data); | ~~~ ^~~~~ | %lld ./util/integer_array.c:259:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 259 | printf("%ld, ",*data); | ~~~ ^~~~~ | %lld ./util/integer_array.c:263:34: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 263 | printf("%ld",*data); | ~~~ ^~~~~ | %lld ./util/integer_array.c:1318:16: warning: variables 'i' and 'number_of_elements_b' used in loop condition not modified in loop body [-Wfor-loop-analysis] 1318 | for(j = 0; i < number_of_elements_b; ++j) { | ^ ~~~~~~~~~~~~~~~~~~~~ ./util/integer_array.c:197:33: warning: unused function 'calc_integer_index_spec' [-Wunused-function] 197 | static inline modelica_integer* calc_integer_index_spec(int ndims, const _index_t* idx_vec, | ^~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/modelica_string_lit.o ./util/modelica_string_lit.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/modelica_string.o ./util/modelica_string.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/ModelicaUtilities.o ./util/ModelicaUtilities.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/omc_error.o ./util/omc_error.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/omc_file.o ./util/omc_file.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/omc_init.o ./util/omc_init.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/omc_mmap.o ./util/omc_mmap.c 7 warnings generated. ./util/omc_file.c:316:80: warning: format specifies type 'int' but the argument has type 'DWORD' (aka 'unsigned long') [-Wformat] 316 | printf("GetFullPathName failed for %ls with error code %d\n", unicodePath, GetLastError()); | ~~ ^~~~~~~~~~~~~~ | %lu clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/omc_msvc.o ./util/omc_msvc.c 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/omc_numbers.o ./util/omc_numbers.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/parallel_helper.o ./util/parallel_helper.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/rational.o ./util/rational.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/real_array.o ./util/real_array.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/ringbuffer.o ./util/ringbuffer.c -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/simulation_options.o ./util/simulation_options.c -- Detecting CXX compile features - done ./util/omc_msvc.c:133:18: warning: cast to smaller integer type 'unsigned int' from 'LPVOID' (aka 'void *') [-Wvoid-pointer-to-int-cast] 133 | Sleep (1000 * ((unsigned int)arg)); | ^~~~~~~~~~~~~~~~~ -- Setting build type to 'Release' as none was specified. ./util/omc_msvc.c:159:49: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] 159 | thread = CreateThread (0, 0, killProcess, (void*)seconds, 0, &threadId); | ^~~~~~~~~~~~~~ ./util/real_array.c:1326:20: warning: variables 'i' and 'number_of_elements_b' used in loop condition not modified in loop body [-Wfor-loop-analysis] 1326 | for(j = 0; i < number_of_elements_b; ++j) { | ^ ~~~~~~~~~~~~~~~~~~~~ ./util/real_array.c:177:30: warning: unused function 'calc_real_index_spec' [-Wunused-function] 177 | static inline modelica_real *calc_real_index_spec(int ndims, const _index_t *idx_vec, | ^~~~~~~~~~~~~~~~~~~~ ./util/omc_msvc.c:329:45: warning: cast to smaller integer type 'DWORD' (aka 'unsigned long') from 'void *' [-Wvoid-pointer-to-int-cast] 329 | dwModuleBase = SymGetModuleBase(hProcess, (DWORD)addr); | ^~~~~~~~~~~ ./util/omc_msvc.c:330:21: warning: cast to 'void *' from smaller integer type 'DWORD' (aka 'unsigned long') [-Wint-to-void-pointer-cast] 330 | info->dli_fbase = (void*)dwModuleBase; | ^~~~~~~~~~~~~~~~~~~ ./util/omc_msvc.c:331:27: warning: cast to 'HMODULE' (aka 'struct HINSTANCE__ *') from smaller integer type 'DWORD' (aka 'unsigned long') [-Wint-to-pointer-cast] 331 | if(! GetModuleFileNameA((HMODULE)dwModuleBase, sModuleName, MAX_PATH)) return 0; | ^~~~~~~~~~~~~~~~~~~~~ ./util/omc_msvc.c:351:36: warning: cast to smaller integer type 'DWORD' (aka 'unsigned long') from 'void *' [-Wvoid-pointer-to-int-cast] 351 | if(SymGetSymFromAddr(hProcess, (DWORD)addr, &displacement, pSymbol)) { | ^~~~~~~~~~~ 6 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/string_array.o ./util/string_array.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/utility.o ./util/utility.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/varinfo.o ./util/varinfo.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/java_interface.o ./util/java_interface.c ./util/string_array.c:141:32: warning: unused function 'calc_string_index_spec' [-Wunused-function] 141 | static inline modelica_string *calc_string_index_spec(int ndims, const _index_t *idx_vec, | ^~~~~~~~~~~~~~~~~~~~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/libcsv.o ./util/libcsv.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/OldModelicaTables.o ./util/OldModelicaTables.c 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/read_csv.o ./util/read_csv.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o meta/meta_modelica_catch.o meta/meta_modelica_catch.c 1 warning generated. ./util/java_interface.c:45:20: warning: 'dllimport' attribute only applies to functions, variables, classes, and Objective-C interfaces [-Wignored-attributes] 45 | typedef __declspec(dllimport) jint (__stdcall * GetCreatedJavaVMsFunc)(JavaVM **, jsize, jsize *); | ^ ./util/java_interface.c:46:20: warning: 'dllimport' attribute only applies to functions, variables, classes, and Objective-C interfaces [-Wignored-attributes] 46 | typedef __declspec(dllimport) jint (__stdcall * CreateJavaVMFunc)(JavaVM**,void**,void*); | ^ ./util/OldModelicaTables.c:527:12: warning: variable 'sl' set but not used [-Wunused-but-set-variable] 527 | size_t sl; | ^ ./util/OldModelicaTables.c:626:12: warning: variable 'returnTmp' set but not used [-Wunused-but-set-variable] 626 | char * returnTmp = fgets((char*)&f->hdr,sizeof(hdr_t),f->fp); | ^ ./util/OldModelicaTables.c:846:12: warning: variable 'col' set but not used [-Wunused-but-set-variable] 846 | size_t col; | ^ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/tinymt64.o ./util/tinymt64.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/write_csv.o ./util/write_csv.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./util/rtclock.o ./util/rtclock.c 2 warnings generated. -- TBB: NOT using libc++. 3 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./math-support/pivot.o ./math-support/pivot.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/linearSystem.o ./simulation/solver/linearSystem.c -- Configuring done (2.9s) clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/linearSolverLapack.o ./simulation/solver/linearSolverLapack.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/linearSolverTotalPivot.o ./simulation/solver/linearSolverTotalPivot.c -- Generating done (0.0s) clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/mixedSearchSolver.o ./simulation/solver/mixedSearchSolver.c -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake make -C 3rdParty/tbb/build_cmake install ./util/rtclock.c:156:11: warning: variable 'TSC' is uninitialized when used here [-Wuninitialized] 156 | return TSC; | ^~~ ./util/rtclock.c:154:26: note: initialize the variable 'TSC' to silence this warning 154 | register long long TSC asm("eax"); | ^ | = 0 1 warning generated. make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake --check-build-system CMakeFiles/Makefile.cmake 0 clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/mixedSystem.o ./simulation/solver/mixedSystem.c /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake//CMakeFiles/progress.marks clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/nonlinearSolverHomotopy.o ./simulation/solver/nonlinearSolverHomotopy.c make -f CMakeFiles/Makefile2 all clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/nonlinearSolverHybrd.o ./simulation/solver/nonlinearSolverHybrd.c make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make -f CMakeFiles/tbb_static.dir/build.make CMakeFiles/tbb_static.dir/depend clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/nonlinearValuesList.o ./simulation/solver/nonlinearValuesList.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/nonlinearSystem.o ./simulation/solver/nonlinearSystem.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/delay.o ./simulation/solver/delay.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake/CMakeFiles/tbb_static.dir/DependInfo.cmake "--color=" ./simulation/solver/nonlinearSolverHomotopy.c:2164:10: warning: variable 'error_f_sqrd' set but not used [-Wunused-but-set-variable] 2164 | double error_f_sqrd, error_f1_sqrd; | ^ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/fmi_events.o ./simulation/solver/fmi_events.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/model_help.o ./simulation/solver/model_help.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make -f CMakeFiles/tbb_static.dir/build.make CMakeFiles/tbb_static.dir/build ./simulation/solver/nonlinearSystem.c:1203:92: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1203 | infoStreamPrint(LOG_NLS_EXTRAPOLATE, 1, "Nonlinear system %ld dump LOG_NLS_EXTRAPOLATE", nonlinsys->equationIndex); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lld ./simulation/solver/nonlinearSystem.c:1223:98: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1223 | infoStreamPrint(LOG_NLS, 1, "############ Solve nonlinear system %ld at time %g ############", nonlinsys->equationIndex, data->localData[0]->timeValue); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lld ./simulation/solver/nonlinearSystem.c:1171:22: warning: variable 'constraintsSatisfied' set but not used [-Wunused-but-set-variable] 1171 | int saveJumpState, constraintsSatisfied; | ^ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/omc_math.o ./simulation/solver/omc_math.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/spatialDistribution.o ./simulation/solver/spatialDistribution.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/stateset.o ./simulation/solver/stateset.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/synchronous.o ./simulation/solver/synchronous.c [ 2%] Building CXX object CMakeFiles/tbb_static.dir/src/old/concurrent_queue_v2.cpp.obj [ 5%] Building CXX object CMakeFiles/tbb_static.dir/src/old/concurrent_vector_v2.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/old/concurrent_queue_v2.cpp.obj -MF CMakeFiles/tbb_static.dir/src/old/concurrent_queue_v2.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/old/concurrent_queue_v2.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/old/concurrent_queue_v2.cpp 3 warnings generated. ./simulation/solver/delay.c:61:19: warning: variable 'prevTime' set but not used [-Wunused-but-set-variable] 61 | double curTime, prevTime; | ^ ./simulation/solver/model_help.c:232:102: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 232 | infoStreamPrint(stream, 0, "%ld: %s = %ld (pre: %ld)", i+1, mData->integerVarsData[i].info.name, data->localData[ringSegment]->integerVars[i], sInfo->integerVarsPre[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld ./simulation/solver/model_help.c:232:148: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 232 | infoStreamPrint(stream, 0, "%ld: %s = %ld (pre: %ld)", i+1, mData->integerVarsData[i].info.name, data->localData[ringSegment]->integerVars[i], sInfo->integerVarsPre[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lld ./simulation/solver/model_help.c:345:34: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 343 | infoStreamPrint(stream, 0, "[%ld] parameter Integer %s(start=%ld, fixed=%s) = %ld", i+1, | ~~~ | %lld 344 | mData->integerParameterData[i].info.name, 345 | mData->integerParameterData[i].attribute.start, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./simulation/solver/model_help.c:347:34: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 343 | infoStreamPrint(stream, 0, "[%ld] parameter Integer %s(start=%ld, fixed=%s) = %ld", i+1, | ~~~ | %lld 344 | mData->integerParameterData[i].info.name, 345 | mData->integerParameterData[i].attribute.start, 346 | mData->integerParameterData[i].attribute.fixed ? "true" : "false", 347 | data->simulationInfo->integerParameter[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./simulation/solver/model_help.c:661:107: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 661 | infoStreamPrint(LOG_STDOUT, 0, "%d: %s = %li ", j+1, data->modelData->integerVarsData[j].info.name, sdata->integerVars[j]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~ | %lli ./simulation/solver/model_help.c:730:101: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 730 | debugStreamPrint(LOG_DEBUG, 0, "set Integer var %s = %ld", mData->integerVarsData[i].info.name, sData->integerVars[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~ | %lld ./simulation/solver/model_help.c:771:102: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 771 | debugStreamPrint(LOG_DEBUG, 0, "Integer var %s(start=%ld)", mData->integerVarsData[i].info.name, sData->integerVars[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~ | %lld ./simulation/solver/model_help.c:815:106: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 815 | debugStreamPrint(LOG_DEBUG, 0, "set Integer var %s = %ld", mData->integerParameterData[i].info.name, sInfo->integerParameter[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/old/concurrent_vector_v2.cpp.obj -MF CMakeFiles/tbb_static.dir/src/old/concurrent_vector_v2.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/old/concurrent_vector_v2.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/old/concurrent_vector_v2.cpp ./simulation/solver/spatialDistribution.c:536:14: warning: variable 'zeroCrossingValue' is used uninitialized whenever 'while' loop exits because its condition is false [-Wsometimes-uninitialized] 536 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ ./simulation/solver/spatialDistribution.c:563:111: note: uninitialized use occurs here 563 | infoStreamPrint(LOG_SPATIALDISTR, 0, "List of events for spatialDistributionZeroCrossing(%e) = %e\n", posX, zeroCrossingValue); | ^~~~~~~~~~~~~~~~~ ./simulation/solver/spatialDistribution.c:536:14: note: remove the condition if it is always true 536 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ | 1 ./simulation/solver/spatialDistribution.c:505:14: warning: variable 'zeroCrossingValue' is used uninitialized whenever 'while' loop exits because its condition is false [-Wsometimes-uninitialized] 505 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ ./simulation/solver/spatialDistribution.c:563:111: note: uninitialized use occurs here 563 | infoStreamPrint(LOG_SPATIALDISTR, 0, "List of events for spatialDistributionZeroCrossing(%e) = %e\n", posX, zeroCrossingValue); | ^~~~~~~~~~~~~~~~~ ./simulation/solver/spatialDistribution.c:505:14: note: remove the condition if it is always true 505 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ | 1 ./simulation/solver/spatialDistribution.c:485:27: note: initialize the variable 'zeroCrossingValue' to silence this warning 485 | double zeroCrossingValue; | ^ | = 0.0 [ 7%] Building CXX object CMakeFiles/tbb_static.dir/src/old/spin_rw_mutex_v2.cpp.obj 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/embedded_server.o ./simulation/solver/embedded_server.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 10%] Building CXX object CMakeFiles/tbb_static.dir/src/old/task_v2.cpp.obj ./simulation/solver/stateset.c:49:74: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 49 | infoStreamPrint(LOG_DSS, 0, "Select %ld state%s from %ld candidates.", set->nStates, set->nStates == 1 ? "" : "s", set->nCandidates); | ~~~ ^~~~~~~~~~~~ | %lld ./simulation/solver/stateset.c:49:118: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 49 | infoStreamPrint(LOG_DSS, 0, "Select %ld state%s from %ld candidates.", set-/C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/old/task_v2.cpp.obj -MF CMakeFiles/tbb_static.dir/src/old/task_v2.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/old/task_v2.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/old/task_v2.cpp >nStates, set->nStates == 1 ? "" : "s", set->nCandidates); | ~~~ ^~~~~~~~~~~~~~~~ | %lld ./simulation/solver/stateset.c:395:206: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 395 | warningStreamPrint(LOG_DSS, 1, "jacobian %dx%d [id: %ld]", data->simulationInfo->analyticJacobians[set->jacobianIndex].sizeRows, data->simulationInfo->analyticJacobians[set->jacobianIndex].sizeCols, set->jacobianIndex); | ~~~ ^~~~~~~~~~~~~~~~~~ | %lld clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/old/spin_rw_mutex_v2.cpp.obj -MF CMakeFiles/tbb_static.dir/src/old/spin_rw_mutex_v2.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/old/spin_rw_mutex_v2.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/old/spin_rw_mutex_v2.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/events.o ./simulation/solver/events.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 13%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/arena.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/arena.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/arena.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/arena.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/arena.cpp 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/external_input.o ./simulation/solver/external_input.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/real_time_sync.o ./simulation/solver/real_time_sync.c 3 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 15%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/cache_aligned_allocator.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/cache_aligned_allocator.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/cache_aligned_allocator.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/cache_aligned_allocator.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/cache_aligned_allocator.cpp [ 18%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/concurrent_hash_map.cpp.obj ./simulation/solver/omc_math.c:696:19: warning: variables 'j' and 'm' used in loop condition not modified in loop body [-Wfor-loop-analysis] 696 | for (k = 0; j < m; ++k) { | ^ ~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/solver_main.o ./simulation/solver/solver_main.c 8 warnings generated. 1 warning generated. 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/cvode_solver.o ./simulation/solver/cvode_solver.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/concurrent_hash_map.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/concurrent_hash_map.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/concurrent_hash_map.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/concurrent_hash_map.cpp [ 21%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/concurrent_monitor.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/concurrent_monitor.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/concurrent_monitor.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/concurrent_monitor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/concurrent_monitor.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 23%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/concurrent_queue.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/concurrent_queue.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/concurrent_queue.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/concurrent_queue.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/concurrent_queue.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/dassl.o ./simulation/solver/dassl.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/dae_mode.o ./simulation/solver/dae_mode.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 26%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/concurrent_vector.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/concurrent_vector.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/concurrent_vector.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/concurrent_vector.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/concurrent_vector.cpp [ 28%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/condition_variable.cpp.obj clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_conf.o ./simulation/solver/gbode_conf.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/condition_variable.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/condition_variable.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/condition_variable.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/condition_variable.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 31%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/critical_section.cpp.obj clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_ctrl.o ./simulation/solver/gbode_ctrl.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/critical_section.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/critical_section.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/critical_section.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/critical_section.cpp ./simulation/solver/cvode_solver.c:240:9: warning: variable 'data' set but not used [-Wunused-but-set-variable] 240 | DATA *data; | ^ ./simulation/solver/cvode_solver.c:870:20: warning: variable 'simulationDataOld' set but not used [-Wunused-but-set-variable] 870 | SIMULATION_DATA *simulationDataOld; | ^ ./simulation/solver/cvode_solver.c:871:15: warning: variable 'modelData' set but not used [-Wunused-but-set-variable] 871 | MODEL_DATA *modelData; | ^ ./simulation/solver/cvode_solver.c:234:12: warning: unused function 'callDenseJacobian' [-Wunused-function] 234 | static int callDenseJacobian(double t, N_Vector y, N_Vector fy, | ^~~~~~~~~~~~~~~~~ ./simulation/solver/solver_main.c:1099:16: warning: variable 'retVal' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] 1099 | for(i = 0; i < nStates; i++) | ^~~~~~~~~~~ ./simulation/solver/solver_main.c:1106:10: note: uninitialized use occurs here 1106 | return retVal; | ^~~~~~ ./simulation/solver/solver_main.c:1099:16: note: remove the condition if it is always true 1099 | for(i = 0; i < nStates; i++) | ^~~~~~~~~~~ ./simulation/solver/solver_main.c:1053:13: note: initialize the variable 'retVal' to silence this warning 1053 | int retVal,i,j; | ^ | = 0 ./simulation/solver/solver_main.c:1081:32: warning: variable 'j' is uninitialized when used here [-Wuninitialized] 1081 | for(i=0; ilocalData[0])->integerVars[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lli ./simulation/solver/solver_main.c:1233:41: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1233 | fprintf(stdout, ",%s=%li", p, -(data->localData[0])->integerVars[data->modelData->integerAlias[i].nameID]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lli ./simulation/solver/solver_main.c:1235:41: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1235 | fprintf(stdout, ",%s=%li", p, (data->localData[0])->integerVars[data->modelData->integerAlias[i].nameID]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lli ./simulation/solver/solver_main.c:1256:39: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1256 | fprintf(stdout, ",%s=%li", p, data->simulationInfo->integerParameter[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lli 4 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 34%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/dynamic_link.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_events.o ./simulation/solver/gbode_events.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/dynamic_link.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/dynamic_link.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/dynamic_link.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/dynamic_link.cpp [ 36%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/governor.cpp.obj 6 warnings generated. [ 39%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/itt_notify.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/governor.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/governor.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/governor.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/governor.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_main.o ./simulation/solver/gbode_main.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -Wno-varargs -MD -MT CMakeFiles/tbb_static.dir/src/tbb/itt_notify.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/itt_notify.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/itt_notify.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/itt_notify.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_nls.o ./simulation/solver/gbode_nls.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 42%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/market.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_sparse.o ./simulation/solver/gbode_sparse.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/market.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/market.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/market.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/market.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_step.o ./simulation/solver/gbode_step.c [ 44%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/mutex.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 47%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/observer_proxy.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/observer_proxy.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/observer_proxy.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/observer_proxy.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/observer_proxy.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/mutex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/mutex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/mutex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/mutex.cpp [ 50%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/pipeline.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 52%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/private_server.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/private_server.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/private_server.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/private_server.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/private_server.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_tableau.o ./simulation/solver/gbode_tableau.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/pipeline.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/pipeline.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/pipeline.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/pipeline.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/gbode_util.o ./simulation/solver/gbode_util.c [ 55%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/queuing_mutex.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/queuing_mutex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/queuing_mutex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/queuing_mutex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/queuing_mutex.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/ida_solver.o ./simulation/solver/ida_solver.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/irksco.o ./simulation/solver/irksco.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/jacobianSymbolical.o ./simulation/solver/jacobianSymbolical.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 57%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/queuing_rw_mutex.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/queuing_rw_mutex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/queuing_rw_mutex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/queuing_rw_mutex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/queuing_rw_mutex.cpp [ 60%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/reader_writer_lock.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/reader_writer_lock.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/reader_writer_lock.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/reader_writer_lock.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/reader_writer_lock.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 63%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/recursive_mutex.cpp.obj clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/kinsolSolver.o ./simulation/solver/kinsolSolver.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/recursive_mutex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/recursive_mutex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/recursive_mutex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/recursive_mutex.cpp ./simulation/solver/gbode_util.c:619:29: warning: variable 'j' set but not used [-Wunused-but-set-variable] 619 | unsigned int row, col, i, j; | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 65%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/scheduler.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/scheduler.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/scheduler.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/scheduler.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/scheduler.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/linearSolverKlu.o ./simulation/solver/linearSolverKlu.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 68%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/semaphore.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/semaphore.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/semaphore.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/semaphore.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/semaphore.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/linearSolverLis.o ./simulation/solver/linearSolverLis.c [ 71%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/spin_mutex.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/spin_mutex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/spin_mutex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/spin_mutex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/spin_mutex.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/linearSolverUmfpack.o ./simulation/solver/linearSolverUmfpack.c [ 73%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/spin_rw_mutex.cpp.obj ./simulation/solver/kinsolSolver.c:474:9: warning: variable 'data' set but not used [-Wunused-but-set-variable] 474 | DATA *data; | ^ ./simulation/solver/kinsolSolver.c:475:17: warning: variable 'threadData' set but not used [-Wunused-but-set-variable] 475 | threadData_t *threadData; | ^ ./simulation/solver/kinsolSolver.c:600:11: warning: variable 'x' set but not used [-Wunused-but-set-variable] 600 | double *x; | ^ 3 warnings generated. ./simulation/solver/linearSolverKlu.c:352:6: warning: unused function 'printMatrixCSC' [-Wunused-function] 352 | void printMatrixCSC(int* Ap, int* Ai, double* Ax, int n) | ^~~~~~~~~~~~~~ ./simulation/solver/linearSolverKlu.c:388:6: warning: unused function 'printMatrixCSR' [-Wunused-function] 388 | void printMatrixCSR(int* Ap, int* Ai, double* Ax, int n) | ^~~~~~~~~~~~~~ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/spin_rw_mutex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/spin_rw_mutex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/spin_rw_mutex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/spin_rw_mutex.cpp [ 76%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/task.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/newton_diagnostics.o ./simulation/solver/newton_diagnostics.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/task.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/task.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/task.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/task.cpp 2 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/newtonIteration.o ./simulation/solver/newtonIteration.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 78%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/task_group_context.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/task_group_context.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/task_group_context.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/task_group_context.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/task_group_context.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/nonlinearSolverNewton.o ./simulation/solver/nonlinearSolverNewton.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/radau.o ./simulation/solver/radau.c [ 81%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_main.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/tbb_main.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/tbb_main.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/tbb_main.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/tbb_main.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 84%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_misc.cpp.obj clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/sundials_error.o ./simulation/solver/sundials_error.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/tbb_misc.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/tbb_misc.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/tbb_misc.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/tbb_misc.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 86%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_misc_ex.cpp.obj ./simulation/solver/newton_diagnostics.c:1119:69: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1117 | printf(" ****** %2d: id=%d, name=%10s, value=%10ld\n", i+1, (data->modelData->integerParameterData[i].info.id), | ~~~~~ | %10lld 1118 | (data->modelData->integerParameterData[i].info.name), 1119 | (data->modelData->integerParameterData[i].attribute.start)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./simulation/solver/newton_diagnostics.c:1132:69: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1130 | printf(" ****** %2d: id=%d, name=%10s, value=%10ld\n", i+1, (data->modelData->integerVarsData[i].info.id), | ~~~~~ | %10lld 1131 | (data->modelData->integerVarsData[i].info.name), 1132 | (data->modelData->integerVarsData[i].attribute.start)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./simulation/solver/newtonIteration.c:518:9: warning: variable 'j' set but not used [-Wunused-but-set-variable] 518 | int i,j=0; | ^ ./simulation/solver/newtonIteration.c:592:9: warning: variable 'j' set but not used [-Wunused-but-set-variable] 592 | int i,j=0; | ^ ./simulation/solver/nonlinearSolverNewton.c:199:7: warning: variable 'continuous' set but not used [-Wunused-but-set-variable] 199 | int continuous = 1; | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/tbb_misc_ex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/tbb_misc_ex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/tbb_misc_ex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/tbb_misc_ex.cpp ./simulation/solver/radau.c:445:7: warning: variable 'use_dense' set but not used [-Wunused-but-set-variable] 445 | int use_dense = FALSE; | ^ ./simulation/solver/radau.c:50:13: warning: unused function 'kinsol_errorHandler' [-Wunused-function] 50 | static void kinsol_errorHandler(int error_code, const char* module, const char* function, char* msg, void* user_data); | ^~~~~~~~~~~~~~~~~~~ [ 89%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_statistics.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/tbb_statistics.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/tbb_statistics.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/tbb_statistics.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/tbb_statistics.cpp clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/sundials_util.o ./simulation/solver/sundials_util.c 1 warning generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/sym_solver_ssc.o ./simulation/solver/sym_solver_ssc.c [ 92%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_thread.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/tbb_thread.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/tbb_thread.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/tbb_thread.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/tbb_thread.cpp 2 warnings generated. [ 94%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/x86_rtm_rw_mutex.cpp.obj clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/solver/initialization/initialization.o ./simulation/solver/initialization/initialization.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/tbb/x86_rtm_rw_mutex.cpp.obj -MF CMakeFiles/tbb_static.dir/src/tbb/x86_rtm_rw_mutex.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/tbb/x86_rtm_rw_mutex.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/tbb/x86_rtm_rw_mutex.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/DataManagement/DebugeOptimization.o ./optimization/DataManagement/DebugeOptimization.c [ 97%] Building CXX object CMakeFiles/tbb_static.dir/src/rml/client/rml_tbb.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe -DGC_THREADS -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DUSE_WINTHREAD -D_WIN32_WINNT=0x0600 -D__TBB_BUILD=1 -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/../gc/include -O3 -DNDEBUG -std=gnu++11 -mthreads -MD -MT CMakeFiles/tbb_static.dir/src/rml/client/rml_tbb.cpp.obj -MF CMakeFiles/tbb_static.dir/src/rml/client/rml_tbb.cpp.obj.d -o CMakeFiles/tbb_static.dir/src/rml/client/rml_tbb.cpp.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/src/rml/client/rml_tbb.cpp 2 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/DataManagement/DerStructure.o ./optimization/DataManagement/DerStructure.c clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 warnings generated. clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/DataManagement/InitialGuess.o ./optimization/DataManagement/InitialGuess.c clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/DataManagement/MoveData.o ./optimization/DataManagement/MoveData.c ./simulation/solver/sundials_error.c:270:9: warning: variable 'data' set but not used [-Wunused-but-set-variable] 270 | DATA* data; | ^ ./simulation/solver/sundials_error.c:953:49: warning: format specifies type 'long' but the argument has type 'sunindextype' (aka 'long long') [-Wformat] 953 | snprintf(tmpBuffer, tmpBuffSize, "%li, ", indexvals[i]); | ~~~ ^~~~~~~~~~~~ | %lli ./simulation/solver/sundials_error.c:956:45: warning: format specifies type 'long' but the argument has type 'sunindextype' (aka 'long long') [-Wformat] 956 | snprintf(tmpBuffer, tmpBuffSize, "%li", indexvals[lengthData-1]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~ | %lli ./simulation/solver/sundials_error.c:963:49: warning: format specifies type 'long' but the argument has type 'sunindextype' (aka 'long long') [-Wformat] 963 | snprintf(tmpBuffer, tmpBuffSize, "%li, ", indexptrs[i]); | ~~~ ^~~~~~~~~~~~ | %lli ./simulation/solver/sundials_error.c:966:45: warning: format specifies type 'long' but the argument has type 'sunindextype' (aka 'long long') [-Wformat] 966 | snprintf(tmpBuffer, tmpBuffSize, "%li", indexptrs[SUNSparseMatrix_NP(A)]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lli ./simulation/solver/sundials_error.c:990:9: warning: variable 'data' set but not used [-Wunused-but-set-variable] 990 | DATA* data; | ^ 6 warnings generated. clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/eval_all/EvalG.o ./optimization/eval_all/EvalG.c clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/eval_all/EvalL.o ./optimization/eval_all/EvalL.c clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/eval_all/EvalF.o ./optimization/eval_all/EvalF.c clang -c -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./optimization/optimizer_main.o ./optimization/optimizer_main.c ./simulation/solver/initialization/initialization.c:141:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 139 | infoStreamPrint(LOG_SOTI, 0, "[%ld] Integer %s(start=%ld) = %ld (pre: %ld)", i+1, | ~~~ | %lld 140 | mData->integerVarsData[i].info.name, 141 | mData->integerVarsData[i].attribute.start, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./simulation/solver/initialization/initialization.c:142:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 139 | infoStreamPrint(LOG_SOTI, 0, "[%ld] Integer %s(start=%ld) = %ld (pre: %ld)", i+1, | ~~~ | %lld 140 | mData->integerVarsData[i].info.name, 141 | mData->integerVarsData[i].attribute.start, 142 | simData->localData[0]->integerVars[i], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./simulation/solver/initialization/initialization.c:143:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 139 | infoStreamPrint(LOG_SOTI, 0, "[%ld] Integer %s(start=%ld) = %ld (pre: %ld)", i+1, | ~~~ | %lld 140 | mData->integerVarsData[i].info.name, 141 | mData->integerVarsData[i].attribute.start, 142 | simData->localData[0]->integerVars[i], 143 | sInfo->integerVarsPre[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~ ./simulation/solver/initialization/initialization.c:623:101: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 623 | infoStreamPrint(LOG_INIT_V, 0, "| %s(start=%ld)", mData->integerParameterData[i].info.name, mData->integerParameterData[i].attribute.start); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/results/MatVer4.o ./simulation/results/MatVer4.cpp 4 warnings generated. clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/results/simulation_result_mat4.o simulation/results/simulation_result_mat4.cpp clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/results/simulation_result_csv.o simulation/results/simulation_result_csv.cpp clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/results/simulation_result.o ./simulation/results/simulation_result.cpp clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/results/simulation_result_ia.o simulation/results/simulation_result_ia.cpp clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/results/simulation_result_plt.o simulation/results/simulation_result_plt.cpp clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/results/simulation_result_wall.o simulation/results/simulation_result_wall.cpp clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/../dataReconciliation/dataReconciliation.o ./simulation/../dataReconciliation/dataReconciliation.cpp Deps: ./simulation/../dataReconciliation/dataReconciliation.h ./simulation/../linearization/linearize.h ./simulation/modelinfo.h ./simulation/omc_simulation_util.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/socket.h ./simulation/options.h ./simulation/jacobian_util.h util/omc_msvc.h ./util/omc_numbers.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h omc_simulation_settings.h [100%] Linking CXX static library libtbb_static.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/tbb_static.dir/cmake_clean_target.cmake clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/../linearization/linearize.o ./simulation/../linearization/linearize.cpp clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/simulation_runtime.o ./simulation/simulation_runtime.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/tbb_static.dir/link.txt --verbose=1 clang++ -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I. -o build/c/./simulation/socket.o ./simulation/socket.cpp Deps: ./simulation/../dataReconciliation/dataReconciliation.h ./simulation/../linearization/linearize.h ./simulation/modelinfo.h ./simulation/omc_simulation_util.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/socket.h ./simulation/options.h ./simulation/jacobian_util.h util/omc_msvc.h ./util/omc_numbers.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h omc_simulation_settings.h C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libtbb_static.a CMakeFiles/tbb_static.dir/src/old/concurrent_queue_v2.cpp.obj CMakeFiles/tbb_static.dir/src/old/concurrent_vector_v2.cpp.obj CMakeFiles/tbb_static.dir/src/old/spin_rw_mutex_v2.cpp.obj CMakeFiles/tbb_static.dir/src/old/task_v2.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/arena.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/cache_aligned_allocator.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/concurrent_hash_map.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/concurrent_monitor.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/concurrent_queue.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/concurrent_vector.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/condition_variable.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/critical_section.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/dynamic_link.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/governor.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/itt_notify.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/market.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/mutex.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/observer_proxy.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/pipeline.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/private_server.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/queuing_mutex.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/queuing_rw_mutex.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/reader_writer_lock.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/recursive_mutex.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/scheduler.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/semaphore.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/spin_mutex.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/spin_rw_mutex.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/task.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/task_group_context.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/tbb_main.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/tbb_misc.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/tbb_misc_ex.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/tbb_statistics.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/tbb_thread.cpp.obj CMakeFiles/tbb_static.dir/src/tbb/x86_rtm_rw_mutex.cpp.obj CMakeFiles/tbb_static.dir/src/rml/client/rml_tbb.cpp.obj clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/modelinfo.o ./simulation/modelinfo.c Deps: ./simulation/../dataReconciliation/dataReconciliation.h ./simulation/../linearization/linearize.h ./simulation/modelinfo.h ./simulation/omc_simulation_util.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/socket.h ./simulation/options.h ./simulation/jacobian_util.h util/omc_msvc.h ./util/omc_numbers.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h omc_simulation_settings.h C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libtbb_static.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' Deps: ./simulation/../dataReconciliation/dataReconciliation.h ./simulation/../linearization/linearize.h ./simulation/modelinfo.h ./simulation/omc_simulation_util.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/socket.h ./simulation/options.h ./simulation/jacobian_util.h util/omc_msvc.h ./util/omc_numbers.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h omc_simulation_settings.h Deps: ./simulation/../dataReconciliation/dataReconciliation.h ./simulation/../linearization/linearize.h ./simulation/modelinfo.h ./simulation/omc_simulation_util.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/socket.h ./simulation/options.h ./simulation/jacobian_util.h util/omc_msvc.h ./util/omc_numbers.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h omc_simulation_settings.h clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/simulation_input_xml.o ./simulation/simulation_input_xml.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/jacobian_util.o ./simulation/jacobian_util.c [100%] Built target tbb_static make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake/CMakeFiles 0 Deps: ./simulation/../dataReconciliation/dataReconciliation.h ./simulation/../linearization/linearize.h ./simulation/modelinfo.h ./simulation/omc_simulation_util.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/socket.h ./simulation/options.h ./simulation/jacobian_util.h util/omc_msvc.h ./util/omc_numbers.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h omc_simulation_settings.h clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/omc_simulation_util.o ./simulation/omc_simulation_util.c Deps: ./simulation/../dataReconciliation/dataReconciliation.h ./simulation/../linearization/linearize.h ./simulation/modelinfo.h ./simulation/omc_simulation_util.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/socket.h ./simulation/options.h ./simulation/jacobian_util.h util/omc_msvc.h ./util/omc_numbers.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h omc_simulation_settings.h make -f CMakeFiles/Makefile2 preinstall ./simulation/simulation_input_xml.c:404:118: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 404 | infoStreamPrint(LOG_DEBUG, 0, "Integer %s(start=%ld, fixed=%s, min=%ld, max=%ld)", findHashStringString(v,"name"), attribute->start, attribute->fixed?"true":"false", attribute->min, attribute->max); | ~~~ ^~~~~~~~~~~~~~~~ | %lld ./simulation/simulation_input_xml.c:404:169: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 404 | infoStreamPrint(LOG_DEBUG, 0, "Integer %s(start=%ld, fixed=%s, min=%ld, max=%ld)", findHashStringString(v,"name"), attribute->start, attribute->fixed?"true":"false", attribute->min, attribute->max); | ~~~ ^~~~~~~~~~~~~~ | %lld ./simulation/simulation_input_xml.c:404:185: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 404 | infoStreamPrint(LOG_DEBUG, 0, "Integer %s(start=%ld, fixed=%s, min=%ld, max=%ld)", findHashStringString(v,"name"), attribute->start, attribute->fixed?"true":"false", attribute->min, attribute->max); | ~~~ ^~~~~~~~~~~~~~ | %lld ./simulation/simulation_input_xml.c:599:90: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 599 | warningStreamPrint(LOG_SIMULATION, 0, "nx in setup file: %ld from model code: %d", nxchk, (int)modelData->nStates); | ~~~ ^~~~~ | %lld ./simulation/simulation_input_xml.c:600:91: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 600 | warningStreamPrint(LOG_SIMULATION, 0, "ny in setup file: %ld from model code: %ld", nychk, modelData->nVariablesReal - 2*modelData->nStates); | ~~~ ^~~~~ | %lld ./simulation/simulation_input_xml.c:601:91: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 601 | warningStreamPrint(LOG_SIMULATION, 0, "np in setup file: %ld from model code: %ld", npchk, modelData->nParametersReal); | ~~~ ^~~~~ | %lld ./simulation/simulation_input_xml.c:602:94: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 602 | warningStreamPrint(LOG_SIMULATION, 0, "npint in setup file: %ld from model code: %ld", npintchk, modelData->nParametersInteger); | ~~~ ^~~~~~~~ | %lld ./simulation/simulation_input_xml.c:603:94: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 603 | warningStreamPrint(LOG_SIMULATION, 0, "nyint in setup file: %ld from model code: %ld", nyintchk, modelData->nVariablesInteger); | ~~~ ^~~~~~~~ | %lld ./simulation/simulation_input_xml.c:604:95: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 604 | warningStreamPrint(LOG_SIMULATION, 0, "npbool in setup file: %ld from model code: %ld", npboolchk, modelData->nParametersBoolean); | ~~~ ^~~~~~~~~ | %lld ./simulation/simulation_input_xml.c:605:95: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 605 | warningStreamPrint(LOG_SIMULATION, 0, "nybool in setup file: %ld from model code: %ld", nyboolchk, modelData->nVariablesBoolean); | ~~~ ^~~~~~~~~ | %lld ./simulation/simulation_input_xml.c:606:94: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 606 | warningStreamPrint(LOG_SIMULATION, 0, "npstr in setup file: %ld from model code: %ld", npstrchk, modelData->nParametersString); | ~~~ ^~~~~~~~ | %lld ./simulation/simulation_input_xml.c:607:94: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 607 | warningStreamPrint(LOG_SIMULATION, 0, "nystr in setup file: %ld from model code: %ld", nystrchk, modelData->nVariablesString); | ~~~ ^~~~~~~~ | %lld make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' ./simulation/simulation_input_xml.c:116:20: warning: unused function 'findHashStringLongOrZero' [-Wunused-function] 116 | static inline long findHashStringLongOrZero(hash_string_long *ht, const char *key) | ^~~~~~~~~~~~~~~~~~~~~~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/options.o ./simulation/options.c Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/simulation_info_json.o ./simulation/simulation_info_json.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./simulation/simulation_omc_assert.o ./simulation/simulation_omc_assert.c -- Install configuration: "Release" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libtbb_static.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/aggregator.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/aligned_space.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/atomic.h clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./fmi/FMICommon.o ./fmi/FMICommon.c -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range2d.h clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./meta/meta_modelica_catch.o meta/meta_modelica_catch.c -g -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range3d.h clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./fmi/FMI1Common.o ./fmi/FMI1Common.c -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_rangeNd.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/cache_aligned_allocator.h In file included from ./simulation/socket.cpp:2: In file included from ./simulation/socket_win.inc:22: ./simulation/socket.h:42:7: warning: private field 'm_socket_type' is not used [-Wunused-private-field] 42 | int m_socket_type; | ^ -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/combinable.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/condition_variable -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/ppl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/thread clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./fmi/FMI1ModelExchange.o ./fmi/FMI1ModelExchange.c -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/tuple -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_hash_map.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_lru_cache.h 1 warning generated. -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_map.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_priority_queue.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_queue.h In file included from ./fmi/FMICommon.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from ./fmi/FMICommon.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from ./fmi/FMICommon.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_set.h 6 warnings generated. In file included from ./fmi/FMI1Common.c:35: In file included from ./fmi/FMI1Common.h:34: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_unordered_map.h char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from ./fmi/FMI1Common.c:35: In file included from ./fmi/FMI1Common.h:34: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from ./fmi/FMI1Common.c:35: In file included from ./fmi/FMI1Common.h:34: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_unordered_set.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_vector.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/critical_section.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/enumerable_thread_specific.h In file included from ./fmi/FMI1ModelExchange.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from ./fmi/FMI1ModelExchange.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from ./fmi/FMI1ModelExchange.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph_abstractions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph_opencl_node.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/global_control.h 6 warnings generated. -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/index.html -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/info.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_aggregator_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_allocator_traits.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_concurrent_queue_impl.h 6 warnings generated. -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_concurrent_skip_list_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_concurrent_unordered_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_deprecated_header_message_guard.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_async_msg_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_body_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_cache_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_indexer_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_item_buffer_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_join_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_nodes_deduction.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_node_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_node_set_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_streaming_node.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_tagged_buffer_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_trace_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_types_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_mutex_padding.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_node_handle_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_range_iterator.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_hash_compare_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_strings.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_trace_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_windef.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_template_helpers.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_warning_suppress_disable_notice.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_warning_suppress_enable_notice.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_x86_eliding_mutex_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_x86_rtm_rw_mutex_impl.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/iterators.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_arm.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_generic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_ia32_common.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_itsx.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/ibm_aix51.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/icc_generic.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_common.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_ia32.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_ia64.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_intel64.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/macos_common.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/mac_ppc.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/mic_common.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/msvc_armv7.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/msvc_ia32_common.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/sunos_sparc.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_api.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_ia32.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_intel64.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/memory_pool.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/mutex.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/null_mutex.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/null_rw_mutex.h 13 warnings generated. -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_do.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_for.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_for_each.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_invoke.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_reduce.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_scan.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_sort.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_while.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/partitioner.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/pipeline.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/queuing_mutex.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/queuing_rw_mutex.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/reader_writer_lock.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/recursive_mutex.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/runtime_loader.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/scalable_allocator.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/spin_mutex.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/spin_rw_mutex.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_arena.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_group.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_scheduler_init.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_scheduler_observer.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbbmalloc_proxy.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_allocator.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_config.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_disable_exceptions.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_exception.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_machine.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_profiling.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_stddef.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_thread.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tick_count.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/share/cmake/tbb/TBBConfigVersion.cmake make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make -C SimulationRuntime/ParModelica/auto/ -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./fmi/FMI2Common.o ./fmi/FMI2Common.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./fmi/FMI2ModelExchange.o ./fmi/FMI2ModelExchange.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -o build/c/./fmi/FMI1CoSimulation.o ./fmi/FMI1CoSimulation.c make -f Makefile.omdev.mingw OMC_MINIMAL_RUNTIME=1 OMC_FMI_RUNTIME=1 sourcedist_internal make -C ../fmi/export/buildproject -f Makefile.omdev.mingw make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' make -f Makefile.omdev.mingw sources.tmp OMC_FMI_RUNTIME=1 OMC_MINIMAL_RUNTIME=1 BUILDPATH=. OMC_NUM_NONLINEAR_SYSTEMS=0 OMC_NUM_LINEAR_SYSTEMS=0 OMC_NUM_MIXED_SYSTEMS=0 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/fmi/export/buildproject' mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/runtime/c/fmi/buildproject/ In file included from ./fmi/FMI2Common.c:35: In file included from ./fmi/FMI2Common.h:34: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from ./fmi/FMI2Common.c:35: In file included from ./fmi/FMI2Common.h:34: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from ./fmi/FMI2Common.c:35: In file included from ./fmi/FMI2Common.h:34: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./fmi/FMI2ModelExchange.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from ./fmi/FMI2ModelExchange.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from ./fmi/FMI2ModelExchange.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' In file included from ./fmi/FMI1CoSimulation.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from ./fmi/FMI1CoSimulation.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from ./fmi/FMI1CoSimulation.c:35: In file included from ./fmi/FMICommon.h:41: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ cp -a configure.ac CMakeLists.txt.in /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/runtime/c/fmi/buildproject// 6 warnings generated. 6 warnings generated. clang -shared -o libOpenModelicaRuntimeC.dll build/c/./gc/memory_pool.o build/c/./gc/omc_gc.o build/c/./meta/meta_modelica_builtin.o build/c/./meta/meta_modelica_segv.o build/c/./meta/meta_modelica.o build/c/./meta/realString.o build/c/./util/read_write.o build/c/./util/write_matlab4.o build/c/./util/read_matlab4.o build/c/./util/base_array.o build/c/./util/boolean_array.o build/c/./util/context.o build/c/./util/division.o build/c/./util/doubleEndedList.o build/c/./util/generic_array.o build/c/./util/index_spec.o build/c/./util/integer_array.o build/c/./util/list.o build/c/./util/modelica_string_lit.o build/c/./util/modelica_string.o build/c/./util/ModelicaUtilities.o build/c/./util/omc_error.o build/c/./util/omc_file.o build/c/./util/omc_init.o build/c/./util/omc_mmap.o build/c/./util/omc_msvc.o build/c/./util/omc_numbers.o build/c/./util/parallel_helper.o build/c/./util/rational.o build/c/./util/real_array.o build/c/./util/ringbuffer.o build/c/./util/simulation_options.o build/c/./util/string_array.o build/c/./util/utility.o build/c/./util/varinfo.o build/c/./util/java_interface.o build/c/./util/libcsv.o build/c/./util/OldModelicaTables.o build/c/./util/read_csv.o build/c/./util/rtclock.o build/c/./util/tinymt64.o build/c/./util/write_csv.o ./meta/meta_modelica_catch.o -L/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -L../../3rdParty/ryu/ryu/ -lomcgc -lryu -ldbghelp -lregex -Wl,--export-all-symbols,--out-implib,libOpenModelicaRuntimeC.dll.a make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/fmi/export/buildproject' 6 warnings generated. mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers external_solvers make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/auto' Makefile.common:37: warning: ignoring prerequisites on suffix rule definition cp -p \ ../../3rdParty/CMinpack//enorm_.c ../../3rdParty/CMinpack//hybrj_.c ../../3rdParty/CMinpack//dpmpar_.c ../../3rdParty/CMinpack//qrfac_.c ../../3rdParty/CMinpack//qform_.c ../../3rdParty/CMinpack//dogleg_.c ../../3rdParty/CMinpack//r1updt_.c ../../3rdParty/CMinpack//r1mpyq_.c \ ../../3rdParty/dgesv//lapack/dgesv.c ../../3rdParty/dgesv//lapack/dgetrf.c ../../3rdParty/dgesv//lapack/dlamch.c ../../3rdParty/dgesv//lapack/ilaenv.c ../../3rdParty/dgesv//lapack/xerbla.c ../../3rdParty/dgesv//lapack/dgetf2.c ../../3rdParty/dgesv//lapack/dgetrs.c ../../3rdParty/dgesv//lapack/dlaswp.c ../../3rdParty/dgesv//lapack/ieeeck.c ../../3rdParty/dgesv//lapack/iparmq.c \ ../../3rdParty/dgesv//blas/dgemm.c ../../3rdParty/dgesv//blas/dger.c ../../3rdParty/dgesv//blas/dscal.c ../../3rdParty/dgesv//blas/dswap.c ../../3rdParty/dgesv//blas/dtrsm.c ../../3rdParty/dgesv//blas/idamax.c ../../3rdParty/dgesv//blas/lsame.c \ ../../3rdParty/dgesv//libf2c/i_nint.c ../../3rdParty/dgesv//libf2c/pow_di.c ../../3rdParty/dgesv//libf2c/s_cmp.c ../../3rdParty/dgesv//libf2c/s_copy.c \ "./external_solvers/" echo "\"./gc/memory_pool.c\" \"./gc/omc_gc.c\" \"./util/base_array.c\" \"./util/boolean_array.c\" \"./util/context.c\" \"./util/division.c\" \"./util/doubleEndedList.c\" \"./util/generic_array.c\" \"./util/index_spec.c\" \"./util/integer_array.c\" \"./util/list.c\" \"./util/modelica_string_lit.c\" \"./util/modelica_string.c\" \"./util/ModelicaUtilities.c\" \"./util/omc_error.c\" \"./util/omc_file.c\" \"./util/omc_init.c\" \"./util/omc_mmap.c\" \"./util/omc_msvc.c\" \"./util/omc_numbers.c\" \"./util/parallel_helper.c\" \"./util/rational.c\" \"./util/real_array.c\" \"./util/ringbuffer.c\" \"./util/simulation_options.c\" \"./util/string_array.c\" \"./util/utility.c\" \"./util/varinfo.c\" \"./math-support/pivot.c\" \"./simulation/jacobian_util.c\" \"./simulation/omc_simulation_util.c\" \"./simulation/options.c\" \"./simulation/simulation_info_json.c\" \"./simulation/simulation_omc_assert.c\" \"./simulation/solver/delay.c\" \"./simulation/solver/fmi_events.c\" \"./simulation/solver/model_help.c\" \"./simulation/solver/omc_math.c\" \"./simulation/solver/spatialDistribution.c\" \"./simulation/solver/stateset.c\" \"./simulation/solver/synchronous.c\" \"./simulation/solver/initialization/initialization.c\" \"./meta/meta_modelica_catch.c\"" | tr " " , > sources.tmp clang++ -MM -O0 -g -Wall -std=c++11 -DGC_THREADS -DOM_HAVE_PTHREADS -DUSE_FLOW_SCHEDULER -I"../../c" -I/c/OMDevUCRT/lib/3rdParty/boost-1_49 -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc/include pm_win_timer.cpp om_pm_equation.cpp pm_utility.cpp om_pm_interface.cpp om_pm_model.cpp > Makefile.dependencies cp -p libOpenModelicaRuntimeC.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin ar -ru libOpenModelicaFMIRuntimeC.a build/c/./fmi/FMICommon.o build/c/./fmi/FMI1Common.o build/c/./fmi/FMI1ModelExchange.o build/c/./fmi/FMI1CoSimulation.o build/c/./fmi/FMI2Common.o build/c/./fmi/FMI2ModelExchange.o cp -p libOpenModelicaRuntimeC.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc # copy header files C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libOpenModelicaFMIRuntimeC.a ranlib libOpenModelicaFMIRuntimeC.a make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' make -f Makefile.omdev.mingw headers.tmp OMC_FMI_RUNTIME=1 OMC_MINIMAL_RUNTIME=1 BUILDPATH=. OMC_NUM_NONLINEAR_SYSTEMS=0 OMC_NUM_LINEAR_SYSTEMS=0 OMC_NUM_MIXED_SYSTEMS=0 cp -p ./omc_inline.h ./openmodelica_func.h ./openmodelica.h ./omc_simulation_settings.h ./openmodelica_types.h ./simulation_data.h ./ModelicaUtilities.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' cp -p ./linearization/linearize.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ cp -p ./optimization/OptimizerData.h ./optimization/OptimizerLocalFunction.h ./optimization/OptimizerInterface.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ echo "\"./omc_inline.h\" \"./openmodelica_func.h\" \"./openmodelica.h\" \"./omc_simulation_settings.h\" \"./openmodelica_types.h\" \"./simulation_data.h\" \"./ModelicaUtilities.h\" \"./linearization/linearize.h\" \"./optimization/OptimizerData.h\" \"./optimization/OptimizerLocalFunction.h\" \"./optimization/OptimizerInterface.h\" \"./simulation/modelinfo.h\" \"./simulation/jacobian_util.h\" \"./simulation/options.h\" \"./simulation/simulation_info_json.h\" \"./simulation/simulation_input_xml.h\" \"./simulation/simulation_omc_assert.h\" \"./simulation/simulation_runtime.h\" \"./simulation/omc_simulation_util.h\" \"./simulation/socket.h\" \"./simulation/results/simulation_result.h\" \"./simulation/solver/cvode_solver.h\" \"./simulation/solver/dae_mode.h\" \"./simulation/solver/dassl.h\" \"./simulation/solver/delay.h\" \"./simulation/solver/embedded_server.h\" \"./simulation/solver/epsilon.h\" \"./simulation/solver/events.h\" \"./simulation/solver/external_input.h\" \"./simulation/solver/fmi_events.h\" \"./simulation/solver/ida_solver.h\" \"./simulation/solver/linearSolverLapack.h\" \"./simulation/solver/linearSolverTotalPivot.h\" \"./simulation/solver/linearSystem.h\" \"./simulation/solver/mixedSearchSolver.h\" \"./simulation/solver/mixedSystem.h\" \"./simulation/solver/model_help.h\" \"./simulation/solver/nonlinearSolverHomotopy.h\" \"./simulation/solver/nonlinearSolverHybrd.h\" \"./simulation/solver/nonlinearSystem.h\" \"./simulation/solver/nonlinearValuesList.h\" \"./simulation/solver/omc_math.h\" \"./simulation/solver/perform_qss_simulation.c.inc\" \"./simulation/solver/perform_simulation.c.inc\" \"./simulation/solver/real_time_sync.h\" \"./simulation/solver/solver_main.h\" \"./simulation/solver/spatialDistribution.h\" \"./simulation/solver/stateset.h\" \"./simulation/solver/sundials_error.h\" \"./simulation/solver/sundials_util.h\" \"./simulation/solver/synchronous.h\" \"./simulation/solver/initialization/initialization.h\" \"./meta/meta_modelica_builtin_boxptr.h\" \"./meta/meta_modelica_builtin_boxvar.h\" \"./meta/meta_modelica_builtin.h\" \"./meta/meta_modelica.h\" \"./meta/meta_modelica_data.h\" \"./meta/meta_modelica_mk_box.h\" \"./meta/meta_modelica_segv.h\" \"./gc/omc_gc.h\" \"./gc/memory_pool.h\" \"./util/base_array.h\" \"./util/boolean_array.h\" \"./util/context.h\" \"./util/division.h\" \"./util/generic_array.h\" \"./util/index_spec.h\" \"./util/integer_array.h\" \"./util/java_interface.h\" \"./util/modelica.h\" \"./util/modelica_string.h\" \"./util/omc_error.h\" \"./util/omc_file.h\" \"./util/omc_mmap.h\" \"./util/omc_msvc.h\" \"./util/omc_numbers.h\" \"./util/omc_spinlock.h\" \"./util/parallel_helper.h\" \"./util/read_matlab4.h\" \"./util/read_csv.h\" \"./util/libcsv.h\" \"./util/read_write.h\" \"./util/real_array.h\" \"./util/ringbuffer.h\" \"./util/rtclock.h\" \"./util/simulation_options.h\" \"./util/string_array.h\" \"./util/uthash.h\" \"./util/utility.h\" \"./util/varinfo.h\" \"./util/list.h\" \"./util/doubleEndedList.h\" \"./util/rational.h\" \"./util/modelica_string_lit.h\" \"./util/omc_init.h\" \"./dataReconciliation/dataReconciliation.h\"" | tr " " , > headers.tmp cp -p ./simulation/modelinfo.h ./simulation/jacobian_util.h ./simulation/options.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/omc_simulation_util.h ./simulation/socket.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' make -f Makefile.omdev.mingw headers.tmp OMC_FMI_RUNTIME=1 OMC_MINIMAL_RUNTIME=1 BUILDPATH=. OMC_NUM_NONLINEAR_SYSTEMS=0 OMC_NUM_LINEAR_SYSTEMS=0 OMC_NUM_MIXED_SYSTEMS=0 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' cp -p ./simulation/results/simulation_result.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ cp -p ./simulation/solver/cvode_solver.h ./simulation/solver/dae_mode.h ./simulation/solver/dassl.h ./simulation/solver/delay.h ./simulation/solver/embedded_server.h ./simulation/solver/epsilon.h ./simulation/solver/events.h ./simulation/solver/external_input.h ./simulation/solver/fmi_events.h ./simulation/solver/ida_solver.h ./simulation/solver/linearSolverLapack.h ./simulation/solver/linearSolverTotalPivot.h ./simulation/solver/linearSystem.h ./simulation/solver/mixedSearchSolver.h ./simulation/solver/mixedSystem.h ./simulation/solver/model_help.h ./simulation/solver/nonlinearSolverHomotopy.h ./simulation/solver/nonlinearSolverHybrd.h ./simulation/solver/nonlinearSystem.h ./simulation/solver/nonlinearValuesList.h ./simulation/solver/omc_math.h ./simulation/solver/perform_qss_simulation.c.inc ./simulation/solver/perform_simulation.c.inc ./simulation/solver/real_time_sync.h ./simulation/solver/solver_main.h ./simulation/solver/spatialDistribution.h ./simulation/solver/stateset.h ./simulation/solver/sundials_error.h ./simulation/solver/sundials_util.h ./simulation/solver/synchronous.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ cp -p \ "../../3rdParty/CMinpack//minpack.h" "../../3rdParty/CMinpack//cminpack.h" \ "../../3rdParty/dgesv//include/blaswrap.h" \ "../../3rdParty/dgesv//include/clapack.h" \ "../../3rdParty/dgesv//include/f2c.h" \ "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers" make[3]: 'headers.tmp' is up to date. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' sed \ -e "s#COMMON_HEADERS#`cat headers.tmp`#" \ -e "s#COMMON_FILES#`cat sources.tmp`#" \ -e "s#DGESV_FILES#`echo \\\"./external_solvers/dgesv.c\\\" \\\"./external_solvers/dgetrf.c\\\" \\\"./external_solvers/dlamch.c\\\" \\\"./external_solvers/ilaenv.c\\\" \\\"./external_solvers/xerbla.c\\\" \\\"./external_solvers/dgetf2.c\\\" \\\"./external_solvers/dgetrs.c\\\" \\\"./external_solvers/dlaswp.c\\\" \\\"./external_solvers/ieeeck.c\\\" \\\"./external_solvers/iparmq.c\\\" \\\"./external_solvers/dgemm.c\\\" \\\"./external_solvers/dger.c\\\" \\\"./external_solvers/dscal.c\\\" \\\"./external_solvers/dswap.c\\\" \\\"./external_solvers/dtrsm.c\\\" \\\"./external_solvers/idamax.c\\\" \\\"./external_solvers/lsame.c\\\" \\\"./external_solvers/i_nint.c\\\" \\\"./external_solvers/pow_di.c\\\" \\\"./external_solvers/s_cmp.c\\\" \\\"./external_solvers/s_copy.c\\\" | tr " " ,`#" \ -e "s#NLS_FILES#`echo \\\"./simulation/solver/nonlinearSolverHomotopy.c\\\" \\\"./simulation/solver/nonlinearSolverHybrd.c\\\" \\\"./simulation/solver/nonlinearValuesList.c\\\" \\\"./simulation/solver/nonlinearSystem.c\\\" | tr " " ,`#" \ -e "s#CMINPACK_FILES#`echo \\\"./external_solvers/enorm_.c\\\" \\\"./external_solvers/hybrj_.c\\\" \\\"./external_solvers/dpmpar_.c\\\" \\\"./external_solvers/qrfac_.c\\\" \\\"./external_solvers/qform_.c\\\" \\\"./external_solvers/dogleg_.c\\\" \\\"./external_solvers/r1updt_.c\\\" \\\"./external_solvers/r1mpyq_.c\\\" | tr " " ,`#" \ -e "s#LS_FILES#`echo \\\"./simulation/solver/linearSystem.c\\\" \\\"./simulation/solver/linearSolverLapack.c\\\" \\\"./simulation/solver/linearSolverTotalPivot.c\\\" | tr " " ,`#" \ -e "s#MIXED_FILES#`echo \\\"./simulation/solver/mixedSearchSolver.c\\\" \\\"./simulation/solver/mixedSystem.c\\\" | tr " " ,`#" \ RuntimeSources.mo.tpl > RuntimeSources.mo.tmp mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver cp -p ./simulation/solver/cvode_solver.c /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver cp -p ./simulation/solver/sundials_error.c /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver cp -p ./simulation/solver/initialization/initialization.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ cp -p ./meta/meta_modelica_builtin_boxptr.h ./meta/meta_modelica_builtin_boxvar.h ./meta/meta_modelica_builtin.h ./meta/meta_modelica.h ./meta/meta_modelica_data.h ./meta/meta_modelica_mk_box.h ./meta/meta_modelica_segv.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ cp -p ./gc/omc_gc.h ./gc/memory_pool.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ cp -p ./util/base_array.h ./util/boolean_array.h ./util/context.h ./util/division.h ./util/generic_array.h ./util/index_spec.h ./util/integer_array.h ./util/java_interface.h ./util/modelica.h ./util/modelica_string.h ./util/omc_error.h ./util/omc_file.h ./util/omc_mmap.h ./util/omc_msvc.h ./util/omc_numbers.h ./util/omc_spinlock.h ./util/parallel_helper.h ./util/read_matlab4.h ./util/read_csv.h ./util/libcsv.h ./util/read_write.h ./util/real_array.h ./util/ringbuffer.h ./util/rtclock.h ./util/simulation_options.h ./util/string_array.h ./util/uthash.h ./util/utility.h ./util/varinfo.h ./util/list.h ./util/doubleEndedList.h ./util/rational.h ./util/modelica_string_lit.h ./util/omc_init.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ mv RuntimeSources.mo.tmp RuntimeSources.mo cp -p ./dataReconciliation/dataReconciliation.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ clang++ -shared -o libSimulationRuntimeC.dll build/c/./gc/memory_pool.o build/c/./gc/omc_gc.o build/c/./meta/meta_modelica_builtin.o build/c/./meta/meta_modelica_segv.o build/c/./meta/meta_modelica.o build/c/./meta/realString.o build/c/./util/read_write.o build/c/./util/write_matlab4.o build/c/./util/read_matlab4.o build/c/./util/base_array.o build/c/./util/boolean_array.o build/c/./util/context.o build/c/./util/division.o build/c/./util/doubleEndedList.o build/c/./util/generic_array.o build/c/./util/index_spec.o build/c/./util/integer_array.o build/c/./util/list.o build/c/./util/modelica_string_lit.o build/c/./util/modelica_string.o build/c/./util/ModelicaUtilities.o build/c/./util/omc_error.o build/c/./util/omc_file.o build/c/./util/omc_init.o build/c/./util/omc_mmap.o build/c/./util/omc_msvc.o build/c/./util/omc_numbers.o build/c/./util/parallel_helper.o build/c/./util/rational.o build/c/./util/real_array.o build/c/./util/ringbuffer.o build/c/./util/simulation_options.o build/c/./util/string_array.o build/c/./util/utility.o build/c/./util/varinfo.o build/c/./util/java_interface.o build/c/./util/libcsv.o build/c/./util/OldModelicaTables.o build/c/./util/read_csv.o build/c/./util/rtclock.o build/c/./util/tinymt64.o build/c/./util/write_csv.o build/c/./math-support/pivot.o build/c/./simulation/solver/linearSystem.o build/c/./simulation/solver/linearSolverLapack.o build/c/./simulation/solver/linearSolverTotalPivot.o build/c/./simulation/solver/mixedSearchSolver.o build/c/./simulation/solver/mixedSystem.o build/c/./simulation/solver/nonlinearSolverHomotopy.o build/c/./simulation/solver/nonlinearSolverHybrd.o build/c/./simulation/solver/nonlinearValuesList.o build/c/./simulation/solver/nonlinearSystem.o build/c/./simulation/solver/delay.o build/c/./simulation/solver/fmi_events.o build/c/./simulation/solver/model_help.o build/c/./simulation/solver/omc_math.o build/c/./simulation/solver/spatialDistribution.o build/c/./simulation/solver/stateset.o build/c/./simulation/solver/synchronous.o build/c/./simulation/solver/embedded_server.o build/c/./simulation/solver/events.o build/c/./simulation/solver/external_input.o build/c/./simulation/solver/real_time_sync.o build/c/./simulation/solver/solver_main.o build/c/./simulation/solver/cvode_solver.o build/c/./simulation/solver/dae_mode.o build/c/./simulation/solver/dassl.o build/c/./simulation/solver/gbode_conf.o build/c/./simulation/solver/gbode_ctrl.o build/c/./simulation/solver/gbode_events.o build/c/./simulation/solver/gbode_main.o build/c/./simulation/solver/gbode_nls.o build/c/./simulation/solver/gbode_sparse.o build/c/./simulation/solver/gbode_step.o build/c/./simulation/solver/gbode_tableau.o build/c/./simulation/solver/gbode_util.o build/c/./simulation/solver/ida_solver.o build/c/./simulation/solver/irksco.o build/c/./simulation/solver/jacobianSymbolical.o build/c/./simulation/solver/kinsolSolver.o build/c/./simulation/solver/linearSolverKlu.o build/c/./simulation/solver/linearSolverLis.o build/c/./simulation/solver/linearSolverUmfpack.o build/c/./simulation/solver/newton_diagnostics.o build/c/./simulation/solver/newtonIteration.o build/c/./simulation/solver/nonlinearSolverNewton.o build/c/./simulation/solver/radau.o build/c/./simulation/solver/sundials_error.o build/c/./simulation/solver/sundials_util.o build/c/./simulation/solver/sym_solver_ssc.o build/c/./simulation/solver/initialization/initialization.o build/c/./optimization/DataManagement/DebugeOptimization.o build/c/./optimization/DataManagement/DerStructure.o build/c/./optimization/DataManagement/InitialGuess.o build/c/./optimization/DataManagement/MoveData.o build/c/./optimization/eval_all/EvalF.o build/c/./optimization/eval_all/EvalG.o build/c/./optimization/eval_all/EvalL.o build/c/./optimization/optimizer_main.o build/c/./simulation/results/MatVer4.o build/c/./simulation/results/simulation_result_csv.o build/c/./simulation/results/simulation_result_mat4.o build/c/./simulation/results/simulation_result.o build/c/./simulation/results/simulation_result_ia.o build/c/./simulation/results/simulation_result_plt.o build/c/./simulation/results/simulation_result_wall.o build/c/./simulation/../dataReconciliation/dataReconciliation.o build/c/./simulation/../linearization/linearize.o build/c/./simulation/simulation_runtime.o build/c/./simulation/socket.o build/c/./simulation/modelinfo.o build/c/./simulation/simulation_input_xml.o build/c/./simulation/jacobian_util.o build/c/./simulation/omc_simulation_util.o build/c/./simulation/options.o build/c/./simulation/simulation_info_json.o build/c/./simulation/simulation_omc_assert.o build/c/./meta/meta_modelica_catch.o -L/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc \ -L../../3rdParty/Cdaskr/solver/ -lcdaskr -L../../3rdParty/ryu/ryu/ -lryu \ -lklu -lumfpack -lamd -lbtf -lcolamd -lsuitesparseconfig \ -lsundials_cvode -lsundials_idas -lsundials_kinsol -lsundials_sunlinsolklu -lsundials_sunlinsollapackdense \ -lipopt -lcoinmumps -lgfortran \ -llis -lcminpack -lomcgc \ -lopenblas -lexpat -ldbghelp -lregex -lwsock32 \ -Wl,--export-all-symbols,--out-implib,libSimulationRuntimeC.dll.a cp Makefile.objs /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ rm -r ./external_solvers make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' make -f Makefile.omdev.mingw "libSimulationRuntimeFMI.a" OMC_MINIMAL_RUNTIME=1 OMC_FMI_RUNTIME=1 BUILDPATH=build/fmi OMC_NUM_NONLINEAR_SYSTEMS=1 OMC_NUM_LINEAR_SYSTEMS=1 OMC_NUM_MIXED_SYSTEMS=1 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o gc/memory_pool.o gc/memory_pool.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o gc/omc_gc.o gc/omc_gc.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/base_array.o util/base_array.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/boolean_array.o util/boolean_array.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/context.o util/context.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/division.o util/division.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/doubleEndedList.o util/doubleEndedList.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/generic_array.o util/generic_array.c gc/memory_pool.c:148:47: warning: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned long long') [-Wformat] 148 | printf("%p, %ld, %ld, %p\n", chunk->memory, chunk->used, chunk->size, chunk->previous); | ~~~ ^~~~~~~~~~~ | %zu gc/memory_pool.c:148:60: warning: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned long long') [-Wformat] 148 | printf("%p, %ld, %ld, %p\n", chunk->memory, chunk->used, chunk->size, chunk->previous); | ~~~ ^~~~~~~~~~~ | %zu gc/memory_pool.c:66:12: warning: unused function 'GC_collect_a_little_or_not' [-Wunused-function] 66 | static int GC_collect_a_little_or_not(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gc/memory_pool.c:146:13: warning: unused function 'print_mem_pool' [-Wunused-function] 146 | static void print_mem_pool(OMCMemPoolBlock* chunk) { | ^~~~~~~~~~~~~~ gc/memory_pool.c:211:13: warning: unused function 'nofree' [-Wunused-function] 211 | static void nofree(void* ptr) | ^~~~~~ clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/index_spec.o util/index_spec.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/integer_array.o util/integer_array.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/list.o util/list.c 5 warnings generated. clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/modelica_string_lit.o util/modelica_string_lit.c util/boolean_array.c:200:33: warning: unused function 'calc_boolean_index_spec' [-Wunused-function] 200 | static inline modelica_boolean *calc_boolean_index_spec(int ndims, const _index_t* idx_vec, | ^~~~~~~~~~~~~~~~~~~~~~~ clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/modelica_string.o util/modelica_string.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/ModelicaUtilities.o util/ModelicaUtilities.c util/integer_array.c:228:33: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 228 | printf("%ld\t", value); | ~~~ ^~~~~ | %lld util/integer_array.c:246:28: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 246 | printf("%ld, ",*data); | ~~~ ^~~~~ | %lld util/integer_array.c:250:26: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 250 | printf("%ld",*data); | ~~~ ^~~~~ | %lld util/integer_array.c:259:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 259 | printf("%ld, ",*data); | ~~~ ^~~~~ | %lld util/integer_array.c:263:34: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 263 | printf("%ld",*data); | ~~~ ^~~~~ | %lld util/integer_array.c:1318:16: warning: variables 'i' and 'number_of_elements_b' used in loop condition not modified in loop body [-Wfor-loop-analysis] 1318 | for(j = 0; i < number_of_elements_b; ++j) { | ^ ~~~~~~~~~~~~~~~~~~~~ In file included from util/integer_array.c:44: util/../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ util/../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ util/integer_array.c:197:33: warning: unused function 'calc_integer_index_spec' [-Wunused-function] 197 | static inline modelica_integer* calc_integer_index_spec(int ndims, const _index_t* idx_vec, | ^~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/omc_error.o util/omc_error.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/omc_file.o util/omc_file.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/omc_init.o util/omc_init.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/omc_mmap.o util/omc_mmap.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/omc_msvc.o util/omc_msvc.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/omc_numbers.o util/omc_numbers.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/parallel_helper.o util/parallel_helper.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/rational.o util/rational.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/real_array.o util/real_array.c In file included from util/modelica_string_lit.c:2: util/../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ util/../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ In file included from util/omc_error.c:36: util/../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ util/../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/ringbuffer.o util/ringbuffer.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/simulation_options.o util/simulation_options.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/string_array.o util/string_array.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/utility.o util/utility.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o util/varinfo.o util/varinfo.c 2 warnings generated. clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o math-support/pivot.o math-support/pivot.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/jacobian_util.o simulation/jacobian_util.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/omc_simulation_util.o simulation/omc_simulation_util.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/options.o simulation/options.c util/real_array.c:1326:20: warning: variables 'i' and 'number_of_elements_b' used in loop condition not modified in loop body [-Wfor-loop-analysis] 1326 | for(j = 0; i < number_of_elements_b; ++j) { | ^ ~~~~~~~~~~~~~~~~~~~~ util/real_array.c:177:30: warning: unused function 'calc_real_index_spec' [-Wunused-function] 177 | static inline modelica_real *calc_real_index_spec(int ndims, const _index_t *idx_vec, | ^~~~~~~~~~~~~~~~~~~~ clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/simulation_info_json.o simulation/simulation_info_json.c 9 warnings generated. clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/simulation_omc_assert.o simulation/simulation_omc_assert.c util/string_array.c:141:32:clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/linearSystem.o simulation/solver/linearSystem.c warning: unused function 'calc_string_index_spec' [-Wunused-function] 141 | static inline modelica_string *calc_string_index_spec(int ndims, const _index_t *idx_vec, | ^~~~~~~~~~~~~~~~~~~~~~ clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/linearSolverLapack.o simulation/solver/linearSolverLapack.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/linearSolverTotalPivot.o simulation/solver/linearSolverTotalPivot.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/mixedSearchSolver.o simulation/solver/mixedSearchSolver.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/mixedSystem.o simulation/solver/mixedSystem.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/nonlinearSolverHomotopy.o simulation/solver/nonlinearSolverHomotopy.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/nonlinearSolverHybrd.o simulation/solver/nonlinearSolverHybrd.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/nonlinearValuesList.o simulation/solver/nonlinearValuesList.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/nonlinearSystem.o simulation/solver/nonlinearSystem.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/delay.o simulation/solver/delay.c In file included from simulation/simulation_omc_assert.c:34: simulation/../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ simulation/../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/fmi_events.o simulation/solver/fmi_events.c simulation/solver/linearSystem.c:54:13: warning: unused function 'setAElementLis' [-Wunused-function] 54 | static void setAElementLis(int row, int col, double value, int nth, LINEAR_SYSTEM_DATA* linearSystemData, threadData_t* threadData); | ^~~~~~~~~~~~~~ simulation/solver/linearSystem.c:55:13: warning: unused function 'setAElementUmfpack' [-Wunused-function] 55 | static void setAElementUmfpack(int row, int col, double value, int nth, LINEAR_SYSTEM_DATA* linearSystemData, threadData_t* threadData); | ^~~~~~~~~~~~~~~~~~ simulation/solver/linearSystem.c:56:13: warning: unused function 'setAElementKlu' [-Wunused-function] 56 | static void setAElementKlu(int row, int col, double value, int nth, LINEAR_SYSTEM_DATA* linearSystemData, threadData_t* threadData); | ^~~~~~~~~~~~~~ simulation/solver/linearSystem.c:58:13: warning: unused function 'setBElementLis' [-Wunused-function] 58 | static void setBElementLis(int row, double value, LINEAR_SYSTEM_DATA* linearSystemData, threadData_t* threadData); | ^~~~~~~~~~~~~~ util/omc_file.c:316:80: warning: format specifies type 'int' but the argument has type 'DWORD' (aka 'unsigned long') [-Wformat] 316 | printf("GetFullPathName failed for %ls with error code %d\n", unicodePath, GetLastError()); | ~~ ^~~~~~~~~~~~~~ | %lu clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/model_help.o simulation/solver/model_help.c 2 warnings generated. 1 warning generated. 4 warnings generated. In file included from simulation/solver/nonlinearSolverHybrd.c:47: simulation/solver/../../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ simulation/solver/../../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. 2 warnings generated. clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/omc_math.o simulation/solver/omc_math.c 2 warnings generated. clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/spatialDistribution.o simulation/solver/spatialDistribution.c simulation/solver/nonlinearSolverHomotopy.c:2164:10: warning: variable 'error_f_sqrd' set but not used [-Wunused-but-set-variable] 2164 | double error_f_sqrd, error_f1_sqrd; | ^ In file included from simulation/solver/nonlinearSolverHomotopy.c:51: simulation/solver/../../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ simulation/solver/../../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/stateset.o simulation/solver/stateset.c clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/synchronous.o simulation/solver/synchronous.c simulation/solver/nonlinearSystem.c:1203:92: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1203 | infoStreamPrint(LOG_NLS_EXTRAPOLATE, 1, "Nonlinear system %ld dump LOG_NLS_EXTRAPOLATE", nonlinsys->equationIndex); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lld simulation/solver/nonlinearSystem.c:1223:98: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 1223 | infoStreamPrint(LOG_NLS, 1, "############ Solve nonlinear system %ld at time %g ############", nonlinsys->equationIndex, data->localData[0]->timeValue); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lld clang -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -c -o simulation/solver/initialization/initialization.o simulation/solver/initialization/initialization.c simulation/solver/nonlinearSystem.c:1171:22: warning: variable 'constraintsSatisfied' set but not used [-Wunused-but-set-variable] 1171 | int saveJumpState, constraintsSatisfied; | ^ In file included from simulation/solver/nonlinearSystem.c:57: simulation/solver/../../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ simulation/solver/../../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ simulation/solver/delay.c:61:19: warning: variable 'prevTime' set but not used [-Wunused-but-set-variable] 61 | double curTime, prevTime; | ^ 1 warning generated. simulation/solver/model_help.c:232:102: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 232 | infoStreamPrint(stream, 0, "%ld: %s = %ld (pre: %ld)", i+1, mData->integerVarsData[i].info.name, data->localData[ringSegment]->integerVars[i], sInfo->integerVarsPre[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld simulation/solver/model_help.c:232:148: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 232 | infoStreamPrint(stream, 0, "%ld: %s = %ld (pre: %ld)", i+1, mData->integerVarsData[i].info.name, data->localData[ringSegment]->integerVars[i], sInfo->integerVarsPre[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lld simulation/solver/model_help.c:345:34: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 343 | infoStreamPrint(stream, 0, "[%ld] parameter Integer %s(start=%ld, fixed=%s) = %ld", i+1, | ~~~ | %lld 344 | mData->integerParameterData[i].info.name, 345 | mData->integerParameterData[i].attribute.start, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simulation/solver/model_help.c:347:34: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 343 | infoStreamPrint(stream, 0, "[%ld] parameter Integer %s(start=%ld, fixed=%s) = %ld", i+1, | ~~~ | %lld 344 | mData->integerParameterData[i].info.name, 345 | mData->integerParameterData[i].attribute.start, 346 | mData->integerParameterData[i].attribute.fixed ? "true" : "false", 347 | data->simulationInfo->integerParameter[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simulation/solver/model_help.c:661:107: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 661 | infoStreamPrint(LOG_STDOUT, 0, "%d: %s = %li ", j+1, data->modelData->integerVarsData[j].info.name, sdata->integerVars[j]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~ | %lli simulation/solver/spatialDistribution.c:536:14: warning: variable 'zeroCrossingValue' is used uninitialized whenever 'while' loop exits because its condition is false [-Wsometimes-uninitialized] 536 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ simulation/solver/spatialDistribution.c:563:111: note: uninitialized use occurs here 563 | infoStreamPrint(LOG_SPATIALDISTR, 0, "List of events for simulation/solver/model_help.c:730:101spa: warning: tformat specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] ialDistrib 730 | u debutigStreamPrint(LOG_DEonZBUG, 0, "erosCetrossi Integenr g(va%e) = %e\n", prosX %s = %, zerold",Cro mDassingValta->integueerVar); | ^~~~~~~~~~~~~~~~~sData[ i].info.name, sData->integerVars[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~ | %lld simulation/solver/spatialDistribution.c:536:14: note: remove the condition if it is always true 536 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ | 1 simulation/solver/spatialDistribution.c:505:14: warning: variable 'zeroCrossingValue' is used uninitialized whenever 'while' loop exits because its condition is false [-Wsometimes-uninitialized] 505 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ simulation/solver/spatialDistribution.c:563:111: note: uninitialized use occurs here 563 | infoStreamPrint(LOG_SPATIALDISTR, 0, "List of events for spatialDistributionZeroCrossing(%e) = %e\n", posX, zeroCrossingValue); | ^~~~~~~~~~~~~~~~~ simulation/solver/spatialDistribution.c:505:14: note: remove the condition if it is always true 505 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ | 1 simulation/solver/spatialDistribution.c:485:27: note: initialize the variable 'zeroCrossingValue' to silence this warning 485 | double zeroCrossingValue; | ^ | = 0.0 simulation/solver/model_help.c:771:102: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 771 | debugStreamPrint(LOG_DEBUG, 0, "Integer var %s(start=%ld)", mData->integerVarsData[i].info.name, sData->integerVars[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~ | %lld simulation/solver/model_help.c:815:106: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 815 | debugStreamPrint(LOG_DEBUG, 0, "set Integer var %s = %ldsimulation/solver/omc_math.c:"696, mData->inte:19g:erParamete warning: variables 'j' and 'm' used in loop condition not modified in loop body [-Wfor-loop-analysis]r Data[i].info.name, sInf696 | o- >in t e gerPa forr (k = 0; j < m; ++k) { ame te| ^ ~ r[i]); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld simulation/solver/stateset.c:49:74: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 49 | infoStreamPrint(LOG_DSS, 0, "Select %ld state%s from %ld candidates.", set->nStates, set->nStates == 1 ? "" : "s", set->nCandidates); | ~~~ ^~~~~~~~~~~~ | %lld simulation/solver/stateset.c:49:118: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 49 | infoStreamPrint(LOG_DSS, 0, "Select %ld state%s from %ld candidates.", set->nStates, set->nStates == 1 ? "" : "s", set->nCandidates); | ~~~ ^~~~~~~~~~~~~~~~ | %lld In file included from simulation/solver/model_help.c:54: simulation/solver/../../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ simulation/solver/../../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ simulation/solver/stateset.c:395:206: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 395 | warningStreamPrint(LOG_DSS, 1, "jacobian %dx%d [id: %ld]", data->simulationInfo->analyticJacobians[set->jacobianIndex].sizeRows, data->simulationInfo->analyticJacobians[set->jacobianIndex].sizeCols, set->jacobianIndex); | ~~~ ^~~~~~~~~~~~~~~~~~ | %lld 5 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/hybrj_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/hybrj_.c 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/enorm_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/enorm_.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dpmpar_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dpmpar_.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/qrfac_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/qrfac_.c 3 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/qform_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/qform_.c 1 warning generated. 10 warnings generated. simulation/solver/initialization/initialization.c:141:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 139 | infoStreamPrint(LOG_SOTI, 0, "[%ld] Integer %s(start=%ld) = %ld (pre: %ld)", i+1, | ~~~ | %lld 140 | mData->integerVarsData[i].info.name, 141 | mData->integerVarsData[i].attribute.start, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simulation/solver/initialization/initialization.c:142:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 139 | infoStreamPrint(LOG_SOTI, 0, "[%ld] Integer %s(start=%ld) = %ld (pre: %ld)", i+1, | ~~~ | %lld 140 | mData->integerVarsData[i].info.name, 141 | mData->integerVarsData[i].attribute.start, 142 | simData->localData[0]->integerVars[i], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simulation/solver/initialization/initialization.c:143:36: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 139 | infoStreamPrint(LOG_SOTI, 0, "[%ld] Integer %s(start=%ld) = %ld (pre: %ld)", i+1, | ~~~ | %lld 140 | mData->integerVarsData[i].info.name, 141 | mData->integerVarsData[i].attribute.start, 142 | simData->localData[0]->integerVars[i], 143 | sInfo->integerVarsPre[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from simulation/solver/initialization/initialization.c:47: simulation/solver/initialization/../../../meta/meta_modelica.h:202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] 202 | static void* mmc_mk_rcon(double d) | ^~~~~~~~~~~ simulation/solver/initialization/../../../meta/meta_modelica.h:212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] 212 | static void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ simulation/solver/initialization/initialization.c:465:14: warning: unused function 'mapToDymolaVars' [-Wunused-function] 465 | static char *mapToDymolaVars(const char *varname) | ^~~~~~~~~~~~~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dogleg_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dogleg_.c 6 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/r1mpyq_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/r1mpyq_.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/r1updt_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/r1updt_.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dgesv.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgesv.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dgetrf.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgetrf.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgesv.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dlamch.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/ilaenv.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c 3 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/xerbla.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/xerbla.c C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:155:16: warning: variable 'rmach' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 155 | } else if (lsame_(cmach, "O")) { | ^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:159:15: note: uninitialized use occurs here 159 | ret_val = rmach; | ^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:155:12: note: remove the 'if' if its condition is always true 155 | } else if (lsame_(cmach, "O")) { | ^~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:45:21: note: initialize the variable 'rmach' to silence this warning 45 | doublereal rmach; | ^ | = 0.0 C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:507:9: warning: variable 'lrnd' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 507 | if (first) { | ^~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:680:12: note: uninitialized use occurs here 680 | *rnd = lrnd; | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:507:5: note: remove the 'if' if its condition is always true 507 | if (first) { | ^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlamch.c:408:17: note: initialize the variable 'lrnd' to silence this warning 408 | logical lrnd; | ^ | = 0 C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:210:16: warning: '&&' within '||' [-Wlogical-op-parentheses] 210 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && | ~~~~~~~~~~^~~~~~~~~~~~ ~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:210:16: note: place parentheses around the '&&' expression to silence this warning 210 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:210:42: warning: '&&' within '||' [-Wlogical-op-parentheses] 210 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && | ~~ ~~~~~~~~~~^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:210:42: note: place parentheses around the '&&' expression to silence this warning 210 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:210:68: warning: '&&' within '||' [-Wlogical-op-parentheses] 210 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && | ~~ ~~~~~~~~~~^~ 211 | ic <= 169) { | ~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:210:68: note: place parentheses around the '&&' expression to silence this warning 210 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 && | ^ | ( 211 | ic <= 169) { | | ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:215:17: warning: '&&' within '||' [-Wlogical-op-parentheses] 215 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= | ~~~~~~~~~~^~~~~~~~~~~~ ~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:215:17: note: place parentheses around the '&&' expression to silence this warning 215 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:215:43: warning: '&&' within '||' [-Wlogical-op-parentheses] 215 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= | ~~ ~~~~~~~~~~^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:215:43: note: place parentheses around the '&&' expression to silence this warning 215 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:216:8: warning: '&&' within '||' [-Wlogical-op-parentheses] 215 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= | ~~ ~~~~~ 216 | 162 && ic <= 169) { | ~~~~^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:216:8: note: place parentheses around the '&&' expression to silence this warning 215 | if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= | ( 216 | 162 && ic <= 169) { | ^ | ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:46:22: warning: variable 'opts_len' set but not used [-Wunused-but-set-variable] 46 | ftnlen name_len, opts_len; | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ilaenv.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 8 warnings generated. 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dgetf2.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgetf2.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dgetrs.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgetrs.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/xerbla.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 2 warnings generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgetrs.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ 1 warning generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dlaswp.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlaswp.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/ieeeck.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ieeeck.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dgemm.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgemm.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dlaswp.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/iparmq.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/iparmq.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/ieeeck.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dscal.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dscal.c 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dger.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dger.c C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgemm.c:230:57: warning: '&&' within '||' [-Wlogical-op-parentheses] 230 | if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { | ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgemm.c:230:57: note: place parentheses around the '&&' expression to silence this warning 230 | if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) { | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgemm.c:29:13: warning: variable 'ncola' set but not used [-Wunused-but-set-variable] 29 | integer ncola; | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgemm.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dswap.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dswap.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/iparmq.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dscal.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 1 warning generated. 2 warnings generated. 3 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/dtrsm.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dtrsm.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dger.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dswap.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 1 warning generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dtrsm.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/idamax.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/idamax.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/idamax.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 2 warnings generated. clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/pow_di.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/pow_di.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/i_nint.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/i_nint.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/s_copy.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/s_copy.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/s_cmp.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/s_cmp.c clang -c -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/ -DGC_REDIRECT_TO_LOCAL -DLINK_SUNDIALS_STATIC -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_HAVE_IPOPT -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse -I/c/OMDevUCRT/lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials-5.4.0/build/include/sundials -I../../3rdParty/sundials-5.4.0/build_msvc/include -I../../3rdParty/SuiteSparse/install_msvc/include/omc/c -I../../3rdParty/SuiteSparse/install/include/omc/c -I/c/OMDevUCRT/include/lis -I../../ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ -I. -Wall -Wno-unused-variable -DOMC_MINIMAL_RUNTIME -DOMC_FMI_RUNTIME -DCMINPACK_NO_DLL -I../../3rdParty/dgesv/include/ -o build/fmi/external_solvers/lsame.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/pow_di.c:1: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 1 warning generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/i_nint.c:1: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 2 warnings generated. 2 warnings generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/s_copy.c:7: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/s_cmp.c:1: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:89:18: warning: '&&' within '||' [-Wlogical-op-parentheses] 89 | if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:89:18: note: place parentheses around the '&&' expression to silence this warning 89 | if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:89:48: warning: '&&' within '||' [-Wlogical-op-parentheses] 89 | if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:89:48: note: place parentheses around the '&&' expression to silence this warning 89 | if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:90:10: warning: '&&' within '||' [-Wlogical-op-parentheses] 89 | if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | ~~ ~~~~ 90 | >= 162 && inta <= 169) { | ~~~~~~~^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:90:10: note: place parentheses around the '&&' expression to silence this warning 89 | if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta | ( 90 | >= 162 && inta <= 169) { | ^ | ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:93:18: warning: '&&' within '||' [-Wlogical-op-parentheses] 93 | if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:93:18: note: place parentheses around the '&&' expression to silence this warning 93 | if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:93:48: warning: '&&' within '||' [-Wlogical-op-parentheses] 93 | if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:93:48: note: place parentheses around the '&&' expression to silence this warning 93 | if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | ^ | ( ) C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:94:10: warning: '&&' within '||' [-Wlogical-op-parentheses] 93 | if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | ~~ ~~~~ 94 | >= 162 && intb <= 169) { | ~~~~~~~^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:94:10: note: place parentheses around the '&&' expression to silence this warning 93 | if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb | ( 94 | >= 162 && intb <= 169) { | ^ | ) In file included from C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/lsame.c:13: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:158:16: warning: unused function 'lmin' [-Wunused-function] 158 | static integer lmin(long a, long b) {return ((a) <= (b) ? (a) : (b));} | ^~~~ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/f2c.h:159:16: warning: unused function 'lmax' [-Wunused-function] 159 | static integer lmax(long a, long b) {return ((a) >= (b) ? (a) : (b));} | ^~~~ 2 warnings generated. 2 warnings generated. 8 warnings generated. ar -ru libSimulationRuntimeFMI.a ./gc/memory_pool.o ./gc/omc_gc.o ./util/base_array.o ./util/boolean_array.o ./util/context.o ./util/division.o ./util/doubleEndedList.o ./util/generic_array.o ./util/index_spec.o ./util/integer_array.o ./util/list.o ./util/modelica_string_lit.o ./util/modelica_string.o ./util/ModelicaUtilities.o ./util/omc_error.o ./util/omc_file.o ./util/omc_init.o ./util/omc_mmap.o ./util/omc_msvc.o ./util/omc_numbers.o ./util/parallel_helper.o ./util/rational.o ./util/real_array.o ./util/ringbuffer.o ./util/simulation_options.o ./util/string_array.o ./util/utility.o ./util/varinfo.o ./math-support/pivot.o ./simulation/jacobian_util.o ./simulation/omc_simulation_util.o ./simulation/options.o ./simulation/simulation_info_json.o ./simulation/simulation_omc_assert.o ./simulation/solver/linearSystem.o ./simulation/solver/linearSolverLapack.o ./simulation/solver/linearSolverTotalPivot.o ./simulation/solver/mixedSearchSolver.o ./simulation/solver/mixedSystem.o ./simulation/solver/nonlinearSolverHomotopy.o ./simulation/solver/nonlinearSolverHybrd.o ./simulation/solver/nonlinearValuesList.o ./simulation/solver/nonlinearSystem.o ./simulation/solver/delay.o ./simulation/solver/fmi_events.o ./simulation/solver/model_help.o ./simulation/solver/omc_math.o ./simulation/solver/spatialDistribution.o ./simulation/solver/stateset.o ./simulation/solver/synchronous.o ./simulation/solver/initialization/initialization.o ./meta/meta_modelica_catch.o build/fmi/external_solvers/enorm_.o build/fmi/external_solvers/hybrj_.o build/fmi/external_solvers/dpmpar_.o build/fmi/external_solvers/qrfac_.o build/fmi/external_solvers/qform_.o build/fmi/external_solvers/dogleg_.o build/fmi/external_solvers/r1updt_.o build/fmi/external_solvers/r1mpyq_.o build/fmi/external_solvers/dgesv.o build/fmi/external_solvers/dgetrf.o build/fmi/external_solvers/dlamch.o build/fmi/external_solvers/ilaenv.o build/fmi/external_solvers/xerbla.o build/fmi/external_solvers/dgetf2.o build/fmi/external_solvers/dgetrs.o build/fmi/external_solvers/dlaswp.o build/fmi/external_solvers/ieeeck.o build/fmi/external_solvers/iparmq.o build/fmi/external_solvers/dgemm.o build/fmi/external_solvers/dger.o build/fmi/external_solvers/dscal.o build/fmi/external_solvers/dswap.o build/fmi/external_solvers/dtrsm.o build/fmi/external_solvers/idamax.o build/fmi/external_solvers/lsame.o build/fmi/external_solvers/i_nint.o build/fmi/external_solvers/pow_di.o build/fmi/external_solvers/s_cmp.o build/fmi/external_solvers/s_copy.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libSimulationRuntimeFMI.a ranlib libSimulationRuntimeFMI.a make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' # copy libraries cp -p libSimulationRuntimeC.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin cp -p libSimulationRuntimeC.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc cp -p libOpenModelicaFMIRuntimeC.a libSimulationRuntimeFMI.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc # FMI runtime libs test ! -f libSimulationRuntimeC.bc || cp libSimulationRuntimeC.bc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc/libSimulationRuntimeC.so test ! `uname` = Darwin || install_name_tool -change libsundials_idas.4.dylib @rpath/libsundials_idas.4.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaFMIRuntimeC.a test ! `uname` = Darwin || install_name_tool -change libsundials_ida.5.dylib @rpath/libsundials_ida.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaFMIRuntimeC.a test ! `uname` = Darwin || install_name_tool -change libsundials_cvodes.5.dylib @rpath/libsundials_cvodes.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaFMIRuntimeC.a test ! `uname` = Darwin || install_name_tool -change libsundials_cvode.5.dylib @rpath/libsundials_cvode.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaFMIRuntimeC.a test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaFMIRuntimeC.a test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaFMIRuntimeC.a # C runtime libs test ! `uname` = Darwin || install_name_tool -change libsundials_idas.4.dylib @rpath/libsundials_idas.4.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libSimulationRuntimeC.dll test ! `uname` = Darwin || install_name_tool -change libsundials_ida.5.dylib @rpath/libsundials_ida.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libSimulationRuntimeC.dll test ! `uname` = Darwin || install_name_tool -change libsundials_cvodes.5.dylib @rpath/libsundials_cvodes.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libSimulationRuntimeC.dll test ! `uname` = Darwin || install_name_tool -change libsundials_cvode.5.dylib @rpath/libsundials_cvode.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libSimulationRuntimeC.dll test ! `uname` = Darwin || install_name_tool -change libsundials_nvecserial.5.dylib @rpath/libsundials_nvecserial.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libSimulationRuntimeC.dll test ! `uname` = Darwin || install_name_tool -change libsundials_kinsol.5.dylib @rpath/libsundials_kinsol.5.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libSimulationRuntimeC.dll test ! `uname` = Darwin || install_name_tool -change liblis.dylib @rpath/liblis.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libSimulationRuntimeC.dll # copy fmi stuff mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi-export cp -p ../fmi/export/fmi/*.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi cp -p ../fmi/export/openmodelica/*.inc ../fmi/export/openmodelica/*.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi-export make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' make -f Makefile.omdev.mingw bootstrap-dependencies-post make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ make -f Makefile.omdev.mingw -C Compiler/runtime install_bootstrapping BOOTSTRAPPING=1 OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make -f Makefile.omdev.mingw -C Compiler builtin OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime' make -f Makefile.omdev.mingw -C Parser install_bootstrapping OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build OM_ENABLE_ENCRYPTION= make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' cp FrontEnd/AnnotationsBuiltin_1_x.mo FrontEnd/AnnotationsBuiltin_2_x.mo FrontEnd/AnnotationsBuiltin_3_x.mo FrontEnd/ModelicaBuiltin.mo FrontEnd/MetaModelicaBuiltin.mo NFFrontEnd/NFModelicaBuiltin.mo FrontEnd/PDEModelicaBuiltin.mo /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc clang++ -c -o "Error_omc.boot.o" "Error_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -DOPENMODELICA_BOOTSTRAPPING_FILE -I../boot/tarball-include/ make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' clang -c -o "Print_omc.o" "Print_omc.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Parser' (cd ../3rdParty/antlr/3.2/libantlr3c-3.2 && ./configure CC="clang" CXX="clang++" LDFLAGS="" CFLAGS="-O3 -Wall" CPPFLAGS="") java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report ParModelica_Lexer.g java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report Modelica.g Makefile.common:37: warning: ignoring prerequisites on suffix rule definition clang++ -O0 -g -Wall -std=c++11 -DGC_THREADS -DOM_HAVE_PTHREADS -DUSE_FLOW_SCHEDULER -I"../../c" -I/c/OMDevUCRT/lib/3rdParty/boost-1_49 -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc/include -c pm_win_timer.cpp clang++ -O0 -g -Wall -std=c++11 -DGC_THREADS -DOM_HAVE_PTHREADS -DUSE_FLOW_SCHEDULER -I"../../c" -I/c/OMDevUCRT/lib/3rdParty/boost-1_49 -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc/include -c om_pm_equation.cpp clang++ -O0 -g -Wall -std=c++11 -DGC_THREADS -DOM_HAVE_PTHREADS -DUSE_FLOW_SCHEDULER -I"../../c" -I/c/OMDevUCRT/lib/3rdParty/boost-1_49 -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc/include -c pm_utility.cpp java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report MetaModelica_Lexer.g clang++ -c -o "ErrorMessage.boot.o" "ErrorMessage.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -DOPENMODELICA_BOOTSTRAPPING_FILE -I../boot/tarball-include/ clang++ -O0 -g -Wall -std=c++11 -DGC_THREADS -DOM_HAVE_PTHREADS -DUSE_FLOW_SCHEDULER -I"../../c" -I/c/OMDevUCRT/lib/3rdParty/boost-1_49 -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc/include -c om_pm_interface.cpp clang++ -O0 -g -Wall -std=c++11 -DGC_THREADS -DOM_HAVE_PTHREADS -DUSE_FLOW_SCHEDULER -I"../../c" -I/c/OMDevUCRT/lib/3rdParty/boost-1_49 -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include -I/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc/include -c om_pm_model.cpp warning(105): Modelica.g:1779:5: no lexer rule corresponding to token: PURE In file included from Error_omc.cpp:53: ./errorext.cpp:415:20: warning: unused function 'ErrorImpl__getLastDeletedCheckpoint' [-Wunused-function] 415 | static const char* ErrorImpl__getLastDeletedCheckpoint(threadData_t *threadData) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning(105): Modelica.g:293:10: no lexer rule corresponding to token: PURE 1 warning generated. java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report Modelica_3_Lexer.g In file included from om_pm_model.cpp:39: In file included from ./om_pm_model.hpp:41: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include/tbb/task_scheduler_init.h:21:9: warning: TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual. [-W#pragma-messages] 21 | #pragma message("TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.") | ^ warning(200): Modelica.g:1588:20: Decision can match input such as "COLONCOLON" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1604:55: Decision can match input such as "COLON" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1604:25: Decision can match input such as "COLON" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1618:100: Decision can match input such as "T_OR" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1624:106: Decision can match input such as "T_AND" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1638:3: Decision can match input such as "LESS" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1638:3: Decision can match input such as "LESSEQ" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1638:3: Decision can match input such as "GREATER" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1638:3: Decision can match input such as "GREATEREQ" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1638:3: Decision can match input such as "EQEQ" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1638:3: Decision can match input such as "LESSGT" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1654:5: Decision can match input such as "PLUS" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1654:5: Decision can match input such as "MINUS" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1654:5: Decision can match input such as "PLUS_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1654:5: Decision can match input such as "MINUS_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1676:5: Decision can match input such as "STAR" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1676:5: Decision can match input such as "SLASH" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1676:5: Decision can match input such as "STAR_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1676:5: Decision can match input such as "SLASH_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1682:14: Decision can match input such as "POWER_EW" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. warning(200): Modelica.g:1682:14: Decision can match input such as "POWER" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. clang++ -c -o "systemimplmisc.o" "systemimplmisc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. In file included from Print_omc.c:41: ./printimpl.c:226:13: warning: unused function 'PrintImpl__setBufSize' [-Wunused-function] 226 | static void PrintImpl__setBufSize(threadData_t *threadData,long newSize) | ^~~~~~~~~~~~~~~~~~~~~ ./printimpl.c:234:13: warning: unused function 'PrintImpl__unSetBufSize' [-Wunused-function] 234 | static void PrintImpl__unSetBufSize(threadData_t *threadData) | ^~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. ANTLR Grammar Report; Stats Version 4 Grammar: ParModelica_Lexer Type: lexer Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 25 Productions: 49 Decisions: 1 Cyclic DFA decisions: 1 LL(1) decisions: 0 Min fixed k: 0 Max fixed k: 0 Average fixed k: 0.0 Standard deviation of fixed k: 0.0 Min acyclic DFA states: 0 Max acyclic DFA states: 0 Average acyclic DFA states: 0.0 Standard deviation of acyclic DFA states: 0.0 Total acyclic DFA states: 0 Min cyclic DFA states: 90 Max cyclic DFA states: 90 Average cyclic DFA states: 90.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 90 Vocabulary size: 65536 DFA creation time in ms: 30 Number of semantic predicates found: 0 Number of manual fixed lookahead k=value options: 0 Number of nondeterministic decisions: 0 Number of nondeterministic decisions resolved with predicates: 0 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 0 Number of infos: 0 Number of syntactic predicates found: 0 Decisions with syntactic predicates: 0 Decision DFAs using syntactic predicates: 0 Decisions with semantic predicates: 0 Decision DFAs using semantic predicates: 0 Backtracking report: Number of decisions that backtrack: 0 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 clang -c -o "System_omc.boot.o" "System_omc.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -DOPENMODELICA_BOOTSTRAPPING_FILE -I../boot/tarball-include/ ANTLR Grammar Report; Stats Version 4 Grammar: MetaModelica_Lexer Type: lexer Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 45 Productions: 89 Decisions: 1 Cyclic DFA decisions: 1 LL(1) decisions: 0 Min fixed k: 0 Max fixed k: 0 Average fixed k: 0.0 Standard deviation of fixed k: 0.0 Min acyclic DFA states: 0 Max acyclic DFA states: 0 Average acyclic DFA states: 0.0 Standard deviation of acyclic DFA states: 0.0 Total acyclic DFA states: 0 Min cyclic DFA states: 206 Max cyclic DFA states: 206 Average cyclic DFA states: 206.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 206 Vocabulary size: 65536 DFA creation time in ms: 48 Number of semantic predicates found: 0 Number of manual fixed lookahead k=value options: 0 Number of nondeterministic decisions: 0 Number of nondeterministic decisions resolved with predicates: 0 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 0 Number of infos: 0 Number of syntactic predicates found: 0 Decisions with syntactic predicates: 0 Decision DFAs using syntactic predicates: 0 Decisions with semantic predicates: 0 Decision DFAs using semantic predicates: 0 Backtracking report: Number of decisions that backtrack: 0 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 ErrorMessage.cpp:83:5: warning: field 'filename_' will be initialized after field 'message_' [-Wreorder-ctor] 78 | startLineNo_(startLineNo), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | message_(message) 79 | startColumnNo_(startColumnNo), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | tokens_(tokens) 80 | endLineNo_(endLineNo), | ~~~~~~~~~~~~~~~~~~~~~ | startLineNo_(startLineNo) 81 | endColumnNo_(endColumnNo), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | startColumnNo_(startColumnNo) 82 | isReadOnly_(isReadOnly), | ~~~~~~~~~~~~~~~~~~~~~~~ | endLineNo_(endLineNo) 83 | filename_(filename), | ^~~~~~~~~~~~~~~~~~~ | endColumnNo_(endColumnNo) 84 | message_(message), | ~~~~~~~~~~~~~~~~~ | isReadOnly_(isReadOnly) 85 | tokens_(tokens) | ~~~~~~~~~~~~~~~ | filename_(filename) 1 warning generated. ANTLR Grammar Report; Stats Version 4 Grammar: Modelica_3_Lexer Type: lexer Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 20 Productions: 39 Decisions: 1 Cyclic DFA decisions: 0 LL(1) decisions: 0 Min fixed k: 7 Max fixed k: 7 Average fixed k: 7.0 Standard deviation of fixed k: 0.0 Min acyclic DFA states: 47 Max acyclic DFA states: 47 Average acyclic DFA states: 47.0 Standard deviation of acyclic DFA states: 0.0 Total acyclic DFA states: 47 Min cyclic DFA states: 0 Max cyclic DFA states: 0 Average cyclic DFA states: 0.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 0 Vocabulary size: 65536 DFA creation time in ms: 21 Number of semantic predicates found: 0 Number of manual fixed lookahead k=value options: 0 Number of nondeterministic decisions: 0 Number of nondeterministic decisions resolved with predicates: 0 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 0 Number of infos: 0 Number of syntactic predicates found: 0 Decisions with syntactic predicates: 0 Decision DFAs using syntactic predicates: 0 Decisions with semantic predicates: 0 Decision DFAs using semantic predicates: 0 Backtracking report: Number of decisions that backtrack: 0 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 ## Recover from the removal of ParModelica_Lexer_BaseModelica_Lexer.c ## Recover from the removal of ParModelica_Lexer_BaseModelica_Lexer.h ANTLR Grammar Report; Stats Version 4 Grammar: Modelica Type: combined Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 142 Productions: 159 Decisions: 194 Cyclic DFA decisions: 1 LL(1) decisions: 52 Min fixed k: -1 Max fixed k: 3 Average fixed k: 0.0 Standard deviation of fixed k: 1.0968705484240153 Min acyclic DFA states: 0 Max acyclic DFA states: 72 Average acyclic DFA states: 2.8911917098445596 Standard deviation of acyclic DFA states: 8.62431006476833 Total acyclic DFA states: 558 Min cyclic DFA states: 6 Max cyclic DFA states: 6 Average cyclic DFA states: 6.0 Standard deviation of cyclic DFA states: 0.0 Total cyclic DFA states: 6 Vocabulary size: 150 DFA creation time in ms: 351 Number of semantic predicates found: 15 Number of manual fixed lookahead k=value options: 7 Number of nondeterministic decisions: 17 Number of nondeterministic decisions resolved with predicates: 8 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 23 Number of infos: 0 Number of syntactic predicates found: 4 Decisions with syntactic predicates: 3 Decision DFAs using syntactic predicates: 3 Decisions with semantic predicates: 15 Decision DFAs using semantic predicates: 5 Backtracking report: Number of decisions that backtrack: 3 Rule top_algorithm decision 183 location 2153:3 Rule code_expression decision 177 location 2093:5 Rule component_reference__function_call decision 140 location 1826:52 NFA conversion early termination report: Number of NFA conversions that terminated early: 0 ## Recover from the removal of MetaModelica_Lexer.h ## Recover from the removal of MetaModelica_Lexer_BaseModelica_Lexer.h ## Recover from the removal of ParModelica_Lexer.h ## Recover from the removal of Modelica_3_Lexer.h clang++ -c -o "Lapack_omc.o" "Lapack_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. In file included from om_pm_interface.cpp:39: In file included from ./om_pm_model.hpp:41: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include/tbb/task_scheduler_init.h:21:9: warning: TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual. [-W#pragma-messages] 21 | #pragma message("TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.") | ^ ## Recover from the removal of Modelica_3_Lexer_BaseModelica_Lexer.h ## Recover from the removal of ParModelica_Lexer.c ## Recover from the removal of MetaModelica_Lexer_BaseModelica_Lexer.c ## Recover from the removal of MetaModelica_Lexer.c ## Recover from the removal of Modelica_3_Lexer_BaseModelica_Lexer.c ## Recover from the removal of Modelica_3_Lexer.c ## Recover from the removal of ModelicaParser.c ## Recover from the removal of ModelicaParser.h clang++ -c -o "Settings_omc.boot.o" "Settings_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -DOPENMODELICA_BOOTSTRAPPING_FILE -I../boot/tarball-include/ In file included from System_omc.c:60: ./systemimpl.c:2955:13: warning: variable 'totalread' set but not used [-Wunused-but-set-variable] 2955 | int i1,i2,totalread=0,error=0; | ^ 1 warning generated. clang++ -c -o "UnitParserExt_omc.o" "UnitParserExt_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. In file included from Lapack_omc.cpp:35: ./lapackimpl.c:82:13: warning: unused function 'OMC_NO_LAPACK_ERROR' [-Wunused-function] 82 | static void OMC_NO_LAPACK_ERROR() { | ^~~~~~~~~~~~~~~~~~~ ./lapackimpl.c:274:13: warning: unused function 'debug_real_matrix' [-Wunused-function] 274 | static void debug_real_matrix(const char *name, int N, int M, double *data) | ^~~~~~~~~~~~~~~~~ ./lapackimpl.c:297:13: warning: unused function 'debug_real_array' [-Wunused-function] 297 | static void debug_real_array(const char *name, int N, double *data) | ^~~~~~~~~~~~~~~~ ./lapackimpl.c:310:13: warning: unused function 'debug_int_array' [-Wunused-function] 310 | static void debug_int_array(const char *name, int N, int *data) | ^~~~~~~~~~~~~~~ 4 warnings generated. clang++ -c -o "unitparser.o" "unitparser.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. In file included from Settings_omc.cpp:41: ./settingsimpl.c:278:20: warning: unused function 'SettingsImpl__getCompilePath' [-Wunused-function] 278 | static const char* SettingsImpl__getCompilePath(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang++ -c -o "IOStreamExt_omc.o" "IOStreamExt_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. clang -c -o "Socket_omc.o" "Socket_omc.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. clang -c -o "ZeroMQ_omc.o" "ZeroMQ_omc.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. clang -c -o "getMemorySize.o" "getMemorySize.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. configure: loading site script /etc/config.site checking for a BSD-compatible install... om_pm_model.cpp:280:17: warning: 'operator<<' is deprecated: Since 3.0.0; use operator>>(std::istream&, basic_json&) [-Wdeprecated-declarations] 280 | jmodel_info << f_s; | ^ ./json.hpp:24587:5: note: 'operator<<' has been explicitly marked deprecated here 24587 | JSON_HEDLEY_DEPRECATED_FOR(3.0.0, operator>>(std::istream&, basic_json&)) | ^ ./json.hpp:1214:75: note: expanded from macro 'JSON_HEDLEY_DEPRECATED_FOR' 1214 | #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #since "; use " #replacement))) | ^ clang -c -o "OMSimulator_omc.o" "OMSimulator_omc.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. 1 warning generated. /usr/bin/install -c checking whether build environment is sane... clang -c -o "is_utf8.o" "is_utf8.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. In file included from om_pm_model.cpp:39: In file included from ./om_pm_model.hpp:41: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include/tbb/task_scheduler_init.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include/tbb/tbb_stddef.h:452: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/memory:66: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_tempbuf.h:61: C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_construct.h:151:7: warning: destructor called on non-final 'openmodelica::parmodelica::Equation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 151 | __pointer->~_Tp(); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy' requested here 163 | std::_Destroy(std::__addressof(*__first)); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux::__destroy' requested here 196 | __destroy(__first, __last); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:947:12: note: in instantiation of function template specialization 'std::_Destroy' requested here 947 | std::_Destroy(__first, __last); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_vector.h:732:7: note: in instantiation of function template specialization 'std::_Destroy' requested here 732 | std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish, | ^ ./pm_utility.hpp:96:7: note: in instantiation of member function 'std::vector::~vector' requested here 96 | class pm_vector { | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/boost/graph/detail/adjacency_list.hpp:1926:28: note: in instantiation of member function 'boost::detail::adj_list_gen>, boost::listS, boost::setS, boost::bidirectionalS, openmodelica::parmodelica::TaskCluster, boost::no_property, boost::no_property, boost::listS>::config::stored_vertex::stored_vertex' requested here 1926 | stored_vertex* v = new stored_vertex; | ^ ./pm_cluster_system.hpp:226:31: note: in instantiation of function template specialization 'boost::add_vertex>, boost::detail::adj_list_gen>, boost::listS, boost::setS, boost::bidirectionalS, openmodelica::parmodelica::TaskCluster, boost::no_property, boost::no_property, boost::listS>::config, boost::bidirectional_graph_helper_with_property>, boost::listS, boost::setS, boost::bidirectionalS, openmodelica::parmodelica::TaskCluster, boost::no_property, boost::no_property, boost::listS>::config>>' requested here 226 | root_node_id = boost::add_vertex(sys_graph); | ^ om_pm_model.cpp:87:7: note: in instantiation of member function 'openmodelica::parmodelica::TaskSystem_v2::TaskSystem_v2' requested here 87 | , INI_system(name, mnt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_construct.h:151:19: note: qualify call to silence this warning 151 | __pointer->~_Tp(); | ^ In file included from om_pm_model.cpp:39: In file included from ./om_pm_model.hpp:41: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include/tbb/task_scheduler_init.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/include/tbb/tbb_stddef.h:452: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/memory:65: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/allocator.h:46: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++allocator.h:33: C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/new_allocator.h:194:4: warning: destructor called on non-final 'openmodelica::parmodelica::Equation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] 194 | { __p->~_Up(); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/alloc_traits.h:557:8: note: in instantiation of function template specialization 'std::__new_allocator::destroy' requested here 557 | __a.destroy(__p); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/vector.tcc:507:21: note: in instantiation of function template specialization 'std::allocator_traits>::destroy' requested here 507 | _Alloc_traits::destroy(this->_M_impl, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_vector.h:1289:4: note: in instantiation of function template specialization 'std::vector::_M_realloc_insert' requested here 1289 | _M_realloc_insert(end(), __x); | ^ ./pm_utility.hpp:133:52: note: in instantiation of member function 'std::vector::push_back' requested here 133 | void push_back(const_reference p) { int_vector.push_back(p); }; | ^ ./pm_cluster_system.hpp:89:15: note: in instantiation of member function 'openmodelica::parmodelica::utility::pm_vector::push_back' requested here 89 | this->push_back(task); | ^ ./pm_cluster_system.hpp:228:55: note: in instantiation of member function 'openmodelica::parmodelica::TaskCluster::add_task' requested here 228 | TaskType& root_node = sys_graph[root_node_id].add_task(TaskType()); | ^ om_pm_model.cpp:87:7: note: in instantiation of member function 'openmodelica::parmodelica::TaskSystem_v2::TaskSystem_v2' requested here 87 | , INI_system(name, mnt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/new_allocator.h:194:10: note: qualify call to silence this warning 194 | { __p->~_Up(); } | ^ clang -c -o "om_curl.o" "om_curl.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. clang -c -o "om_unzip.o" "om_unzip.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. clang++ -c -o "ffi_omc.o" "ffi_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. clang -c -o "corbaimpl_stub_omc.o" "corbaimpl_stub_omc.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. yes clang++ -c -o "Dynload_omc.boot.o" "Dynload_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -DOPENMODELICA_BOOTSTRAPPING_FILE -I../boot/tarball-include/ ffi_omc.cpp:73:18: warning: unused function 'mk_ffi_struct_from_exp' [-Wunused-function] 73 | static ffi_type* mk_ffi_struct_from_exp(void *exp); | ^~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. checking for gawk... gawk checking whether make sets $(MAKE)... 4 warnings generated. ar -rcs libParModelicaAuto.a pm_win_timer.o om_pm_equation.o pm_utility.o om_pm_interface.o om_pm_model.o clang++ -c -o "HpcOmSchedulerExt_omc.o" "HpcOmSchedulerExt_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. yes cp -rp libParModelicaAuto.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/auto/ cp -rp om_pm_interface.hpp /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/auto/ make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/auto' In file included from Dynload_omc.cpp:48: ./Dynload.cpp:202:17: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 202 | retarg.retval = 1; | ^ ~ clang++ -c -o "HpcOmBenchmarkExt_omc.o" "HpcOmBenchmarkExt_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. 1 warning generated. clang++ -c -o "TaskGraphResults_omc.o" "TaskGraphResults_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. In file included from HpcOmSchedulerExt_omc.cpp:12: ./HpcOmSchedulerExt.cpp:64:7: warning: variable 'returnval' set but not used [-Wunused-but-set-variable] 64 | int returnval; | ^ 1 warning generated. checking for C compiler default output file name... clang++ -c -o "BackendDAEEXT_omc.o" "BackendDAEEXT_omc.cpp" -std=c++11 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. a.exe checking whether the C compiler works... clang -c -o "matching.o" "matching.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. yes checking whether we are cross compiling... no checking for suffix of executables... clang -c -o "matching_cheap.o" "matching_cheap.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. .exe checking for suffix of object files... clang -c -o "FMI_omc.o" "FMI_omc.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. matching_cheap.c:592:6: warning: variable 'row_ids' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 592 | if(cheap_id > do_old_cheap) { | ^~~~~~~~~~~~~~~~~~~~~~~ matching_cheap.c:618:47: note: uninitialized use occurs here 618 | cheap_matching(col_ptrs, col_ids, row_ptrs, row_ids, match, row_match, n, m, cheap_id); | ^~~~~~~ matching_cheap.c:592:3: note: remove the 'if' if its condition is always true 592 | if(cheap_id > do_old_cheap) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ matching_cheap.c:579:15: note: initialize the variable 'row_ids' to silence this warning 579 | int* row_ids; | ^ | = NULL matching_cheap.c:592:6: warning: variable 'row_ptrs' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 592 | if(cheap_id > do_old_cheap) { | ^~~~~~~~~~~~~~~~~~~~~~~ matching_cheap.c:618:37: note: uninitialized use occurs here 618 | cheap_matching(col_ptrs, col_ids, row_ptrs, row_ids, match, row_match, n, m, cheap_id); | ^~~~~~~~ matching_cheap.c:592:3: note: remove the 'if' if its condition is always true 592 | if(cheap_id > do_old_cheap) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ matching_cheap.c:578:16: note: initialize the variable 'row_ptrs' to silence this warning 578 | int* row_ptrs; | ^ | = NULL 2 warnings generated. o checking whether we are using the GNU C compiler... clang -c -o "cJSON.o" "cJSON.c" -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../boot/tarball-include -I.. rm -f libomcruntime-boot.a yes checking whether clang accepts -g... ar -s -r libomcruntime-boot.a Error_omc.boot.o Print_omc.o ErrorMessage.boot.o systemimplmisc.o System_omc.boot.o Lapack_omc.o Settings_omc.boot.o UnitParserExt_omc.o unitparser.o IOStreamExt_omc.o Socket_omc.o ZeroMQ_omc.o getMemorySize.o OMSimulator_omc.o is_utf8.o om_curl.o om_unzip.o ffi_omc.o corbaimpl_stub_omc.o In file included from FMI_omc.c:41: In file included from ./FMIImpl.c:64: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from FMI_omc.c:41: In file included from ./FMIImpl.c:64: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from FMI_omc.c:41: In file included from ./FMIImpl.c:64: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. rm -f libomcbackendruntime.a C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomcruntime-boot.a yes checking for clang option to accept ISO C89... ar -s -r "libomcbackendruntime.a.tmp" HpcOmSchedulerExt_omc.o HpcOmBenchmarkExt_omc.o TaskGraphResults_omc.o BackendDAEEXT_omc.o matching.o matching_cheap.o Dynload_omc.boot.o FMI_omc.o cJSON.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomcbackendruntime.a.tmp mv "libomcbackendruntime.a.tmp" "libomcbackendruntime.a" make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime' none needed checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by clang... C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... yes checking for C:/OMDevUCRT/tools/msys/ucrt64/bin/ld option to reload object files... -r checking for BSD-compatible nm... /ucrt64/bin/nm -B checking whether ln -s works... no, using cp -p checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)? checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... no checking dlfcn.h presence... no checking for dlfcn.h... no checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking dependency style of clang++... gcc3 checking how to run the C++ preprocessor... clang++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 8192 checking command to parse /ucrt64/bin/nm -B output from clang object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -DDLL_EXPORT checking if clang PIC flag -DDLL_EXPORT works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... yes checking whether the clang linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by clang++... C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... yes checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking for clang++ option to produce PIC... -DDLL_EXPORT checking if clang++ PIC flag -DDLL_EXPORT works... yes checking if clang++ static flag -static works... yes checking if clang++ supports -c -o file.o... yes checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gfortran option to produce PIC... -DDLL_EXPORT checking if gfortran PIC flag -DDLL_EXPORT works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking build system type... (cached) x86_64-w64-mingw32 checking host system type... (cached) x86_64-w64-mingw32 checking compiler flags required for compiling ANTLR with clang C compiler on host x86_64-w64-mingw32... -O checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... no, using cp -p checking whether make sets $(MAKE)... (cached) yes ./configure: line 19707: #include: command not found checking for sys/types.h... (cached) yes checking for netinet/in.h... no checking for arpa/nameser.h... no checking for netdb.h... no checking for resolv.h... no checking for sys/malloc.h... no checking for malloc.h... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for ctype.h... yes checking for netinet/tcp.h... no checking for sys/socket.h... no checking for socket.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking for inline... inline checking for memmove... yes checking for memset... yes checking for strdup... yes checking for accept... no configure: creating ./config.status config.status: creating Makefile config.status: creating antlr3config.h config.status: executing depfiles commands # build the library clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c -o ParModelica_Lexer_BaseModelica_Lexer.o ParModelica_Lexer_BaseModelica_Lexer.c clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c -o ParModelica_Lexer.o ParModelica_Lexer.c clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c -o MetaModelica_Lexer_BaseModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.c clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c ../3rdParty/antlr/3.2/libantlr3c-3.2/src/*.c -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../3rdParty/antlr/3.2/libantlr3c-3.2 clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c -o MetaModelica_Lexer.o MetaModelica_Lexer.c clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c -o Modelica_3_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.c In file included from ParModelica_Lexer.c:45: In file included from ./ParModelica_Lexer.h:92: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ In file included from ParModelica_Lexer_BaseModelica_Lexer.c:45: In file included from ./ParModelica_Lexer_BaseModelica_Lexer.h:171: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ In file included from MetaModelica_Lexer_BaseModelica_Lexer.c:45: In file included from ./MetaModelica_Lexer_BaseModelica_Lexer.h:171: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ In file included from ParModelica_Lexer.c:45: In file included from ./ParModelica_Lexer.h:111: ./ParModelica_Lexer_BaseModelica_Lexer.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4100 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:212:9: warning: unknown pragma ignored [-Wunknown-pragmas] 212 | #pragma wIn file included from ParModelica_Lexer_BaseModelica_Lexer.c:arning45( disa: ble ./ParModelica_Lexer_BaseModelica_Lexer.h:211:9: : 4warning: 1unknown pragma ignored [-Wunknown-pragmas] 21101 ) | #pra gma w| ^ arni./ParModelica_Lexer_BaseModelica_Lexer.hng( d:213:9: isable : 41warning: unknown pragma ignored [-Wunknown-pragmas] 00 ) | 213 | #pragma warnin ^ g( disable :./ParModelica_Lexer_BaseModelica_Lexer.h:212:9 4127 ) | ^ : warning: unknown pragma ignored [-Wunknown-pragmas] ./ParModelica_Lexer_BaseModelica_Lexer.h: 212214:9: warning: unknown pragma ignored [-Wunknown-pragmas] | #pragma w 214 | #arninpragma wg( darninisg( disable :a 4101ble : 41 ) 89 | ^ ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:213:9: warning: unknown pragma ignored [-Wunknown-pragmas] ./ParModelica_Lexer_BaseModelica_Lexer.h 213 | #:215:9: warning: praunknown pragma ignored [-Wunknown-pragmas] 215 | g#pragmama w warning( darisaningble( disabl : 412e : 45057 ) | ) ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h216 | #p:ragma war214:9:ning warning: unknown pragma ignored [-Wunknown-pragmas] ( 214 disa | #pragma ble : 4701 ) | ^ warning( disable : 4189 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c -o Modelica_3_Lexer.o Modelica_3_Lexer.c In file included from ParModelica_Lexer_BaseModelica_Lexer.c:45: In file included from ./ParModelica_Lexer_BaseModelica_Lexer.h:221: ./ParModelica_Lexer.h:128:9: warning: unknown pragma ignored [-Wunknown-pragmas] 128 | #pragma warning( disable : 4100 ) | ^ ./ParModelica_Lexer.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas] 129 | #pragma warning( disable : 4101 ) | ^ ./ParModelica_Lexer.h:130:9: warning: unknown pragma ignored [-Wunknown-pragmas] 130 | #pragma warning( disable : 4127 ) | ^In file included from In file included from MetaModelica_Lexer_BaseModelica_Lexer.c:45: ParModelica_Lexer.c:45: ./ParModelica_Lexer.h./MetaModelica_Lexer_BaseModelica_Lexer.h./ParModelica_Lexer.h:::131211128:9: warning: :unknown pragma ignored [-Wunknown-pragmas] :99: 128 | #prag ma :wa warning: unknown pragma ignored [-Wunknown-pragmas]rn ing( 131 | #pr daiwarning: sagma bunknown pragma ignored [-Wunknown-pragmas]le :wa r4 ning(1 211 | #p0ragma wa drisaningbl(e d:i sabl4e 0189 : 4100 ) | ^ ) | ^./MetaModelica_Lexer_BaseModelica_Lexer.h:) 212:9: | ^ warning: unknown pragma ignored [-Wunknown-pragmas]./ParModelica_Lexer.h :129: 9212: warning: unknown pragma ignored [-Wunknown-pragmas]./ParModelica_Lexer.h: 132:9 129 | #p: warning: | ragm#unknown pragma ignored [-Wunknown-pragmas]a war ninp 132r | g#pa(gm adragm aw iswaarnaing(ble r d:ning( 41idsabli0sab1e ) l| e: : 414050 ^5 )1./ParModelica_Lexer.h: | 130:9: ^) ./ParModelica_Lexer.hwarning: | ^:133: 9unknown pragma ignored [-Wunknown-pragmas]./MetaModelica_Lexer_BaseModelica_Lexer.h:213 :9: : warning: unknown pragma ignored [-Wunknown-pragmas]warning: unknown pragma ignored [-Wunknown-pragmas] 213 | 130 | # 133p# | p#rpargamgma wraarniang(gm d isaawa bwarnrlnien :i ng( dg( 4isa7ble 0:dis1 4)a | b1le : ^24127 ) | ^ ./ParModelica_Lexer.h:131:9: warning: unknown pragma ignored [-Wunknown-pragmas] 7 131 | #)p ragma warning (| ^ di./MetaModelica_Lexer_BaseModelica_Lexer.h:214:9s:able : 4189 ) | warning: unknown pragma ignored [-Wunknown-pragmas] ^ ./ParModelica_Lexer.h:132: 214 | #9: warning: unknown pragma ignored [-Wunknown-pragmas] 132 | #pragpragma ma warning( dwarning( isable : 45dis05 ) | ^ ./ParModelica_Lexer.h:a133ble : 4:1989 : warning: unknown pragma ignored [-Wunknown-pragmas] ) | 133 | #pragm ^a warn./MetaModelica_Lexer_BaseModelica_Lexer.h:215ing( disable : 4701 ) :9: | warning: ^ unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ In file included from MetaModelica_Lexer_BaseModelica_Lexer.c:45: In file included from ./MetaModelica_Lexer_BaseModelica_Lexer.h:221: ./MetaModelica_Lexer.h:151:9: warning: unknown pragma ignored [-Wunknown-pragmas] 151 | #pragma warning( disable : 4100 ) | ^ ./MetaModelica_Lexer.h:152:9: warning: unknown pragma ignored [-Wunknown-pragmas] 152 | #pragma warning( disable : 4101 ) | ^ ./MetaModelica_Lexer.h:153:9: warning: unknown pragma ignored [-Wunknown-pragmas] 153 | #pragma warning( disable : 4127 ) | ^ ./MetaModelica_Lexer.h:154:9: warning: unknown pragma ignored [-Wunknown-pragmas] 154 | #pragma warning( disable : 4189 ) | ^ ./MetaModelica_Lexer.h:155:9: warning: unknown pragma ignored [-Wunknown-pragmas] 155 | #pragma warning( disable : 4505 ) | ^ ./MetaModelica_Lexer.h:156:9: warning: unknown pragma ignored [-Wunknown-pragmas] 156 | #pragma warning( disable : 4701 ) | ^ clang -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -c -o Parser_omc.o Parser_omc.c ParModelica_Lexer_BaseModelica_Lexer.c:5521:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5521 | if ( (LA7_0 == '*') ) | ~~~~~~^~~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:5521:29: note: remove extraneous parentheses around the comparison to silence this warning 5521 | if ( (LA7_0 == '*') ) | ~ ^ ~ ParModelica_Lexer_BaseModelica_Lexer.c:5521:29: note: use '=' to turn this equality comparison into an assignment MetaModelica_Lexer_BaseModelica_Lexer.c: 5522:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5521 | 5522 | if ( if ((LA7 (LA7_0 =_=0 '*') == )'*') ) | ^~ | = | ~~~~~~^~~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:5522:29: note: remove extraneous parentheses around the comparison to silence this warning 5522 | if ( (LA7_0 == '*') ) | ~ ^ ~ ParModelica_Lexer_BaseModelica_Lexer.c:5527:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5527 | if ( (LA7_1 == '/') ) MetaModelica_Lexer_BaseModelica_Lexer.c | ~~~~~~^~~~~~:5522:29: note: use '=' to turn this equality comparison into an assignment 5522 | if ( (LA7_0 =ParModelica_Lexer_BaseModelica_Lexer.c:=5527:37: note: remove extraneous parentheses around the comparison to silence this warning '*') ) 5527 | i| ^~ | =f ( (LA7_1 == '/') ) | ~ ^ ~ ParModelica_Lexer_BaseModelica_Lexer.c:5527:37: MetaModelica_Lexer_BaseModelica_Lexer.c:5528note: :use '=' to turn this equality comparison into an assignment 37 5527: | warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5528 | if ( (LA7_if ( (L1 ==A7_1 == '/')' ) / | ^~ | ') = ) | ~~~~~~^~~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:5528:37: note: remove extraneous parentheses around the comparison to silence this warning 5528 | if ( (LA7_1 == '/') ) | ~ ^ ~ MetaModelica_Lexer_BaseModelica_Lexer.c:5528:37: note: use '=' to turn this equality comparison into an assignment 5528 | if ( (LA7_1 == '/') ) | ^~ | = clang -c -o ModelicaParser.boot.o ModelicaParser.c -O3 -Wall -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -DOMC_BOOTSTRAPPING -I../Compiler/boot/tarball-include ParModelica_Lexer_BaseModelica_Lexer.c:5604:16: warning: unused variable '_type' [-Wunused-variable] 5604 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:5605:16: warning: unused variable '_type' [-Wunused-variable] 5605 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6068:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6068 | else if ( (LA9_0 == '\\') ) | ~~~~~~^~~~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6068:34: note: remove extraneous parentheses around the comparison to silence this warning 6068 | else if ( (LA9_0 == '\ParModelica_Lexer_BaseModelica_Lexer.c:6067:34\') ) | ~ ^ ~ : warning: equality comparison with extraneous parentheses [-Wparentheses-equality] MetaModelica_Lexer_BaseModelica_Lexer.c:6068:34: 6067 note: use '=' to turn this equality comparison into an assignment | 6068 | e else lse if if ( (LA9_0 == '\\') ) (| ^~ | = (LA9_0 == '\\') ) | ~~~~~~^~~~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6048:16ParModelica_Lexer_BaseModelica_Lexer.c:6067:: warning: unused variable '_type' [-Wunused-variable]34: note: remove extraneous parentheses around the comparison to silence this warning 6067 | 6048 | AN elseT if ( (LA9_0 =LR3_=U 'INT32 _\\') )t ype; | ~ ^ ~| ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:6067:34: note: use '=' to turn this equality comparison into an assignment 6067 | else if ( (LA9_0 == '\\') ) | ^~ | = ParModelica_Lexer_BaseModelica_Lexer.c:6047:16: warning: unused variable '_type' [-Wunused-variable] 6047 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6138:16: warning: unused variable '_type' [-Wunused-variable] 6138 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:6137:16: warning: unused variable '_type' [-Wunused-variable] 6137 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6235:16: warning: unused variable '_type' [-Wunused-variable] 6235 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6236:19: warning: variable 'esc' set but not used [-Wunused-but-set-variable] 6236 | ANTLR3_UINT32 esc; | ^ ParModelica_Lexer_BaseModelica_Lexer.c:6234:16: warning: unused variable '_type' [-Wunused-variable] 6234 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:6235:19: warning: variable 'esc' set but not used [-Wunused-but-set-variable] 6235 | ANTLR3_UINT32 esc; | ^ MetaModelica_Lexer_BaseModelica_Lexer.c:6506:16: warning: unused variable '_type' [-Wunused-variable] 6506 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:6505:16: warning: unused variable '_type' [-Wunused-variable] 6505 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7295:16: warning: unused variable '_type' [-Wunused-variable] 7295 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:7294:16: warning: unused variable '_type' [-Wunused-variable] 7294 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7545:16: warning: unused variable '_type' [-Wunused-variable] 7545 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7889:16: warning: unused variable '_type' [-Wunused-variable] 7889 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:7544:16: warning: unused variable '_type' [-Wunused-variable] 7544 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7937:16: warning: unused variable '_type' [-Wunused-variable] 7937 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:7888:16: warning: unused variable '_type' [-Wunused-variable] 7888 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7985:16: warning: unused variable '_type' [-Wunused-variable] 7985 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:7936:16: warning: unused variable '_type' [-Wunused-variable] 7936 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:7984:16: warning: unused variable '_type' [-Wunused-variable] 7984 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:8025:16: warning: unused variable '_type' [-Wunused-variable] 8025 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:8024:16: warning: unused variable '_type' [-Wunused-variable] 8024 | ANTLR3_UINT32 _type; | ^~~~~ 13 warnings generated. 28 warnings generated. 28 warnings generated. In file included from MetaModelica_Lexer.c:45: In file included from ./MetaModelica_Lexer.h:112: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ In file included from Modelica_3_Lexer_BaseModelica_Lexer.c:45: In file included from ./Modelica_3_Lexer_BaseModelica_Lexer.h:171: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ In file included from Modelica_3_Lexer.c:45: In file included from ./Modelica_3_Lexer.h:87: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ In file included from MetaModelica_Lexer.c:45: In file included from ./MetaModelica_Lexer.h:134: ./MetaModelica_Lexer_BaseModelica_Lexer.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4100 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:212:9: warning: unknown pragma ignored [-Wunknown-pragmas] 212 | #pragma warning( disable : 4101 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:213:9: warning: unknown pragma ignored [-Wunknown-pragmas] 213 | #pragma warning( disable : 4127 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:214:9: warning: unknown pragma ignored [-Wunknown-pragmas] 214 | #pragma warning( disable : 4189 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ In file included from MetaModelica_Lexer.c:45: ./MetaModelica_Lexer.h:151:9: warning: unknown pragma ignored [-Wunknown-pragmas] 151 | #pragma warning( disable : 4100 ) | ^ ./MetaModelica_Lexer.h:152:9: warning: unknown pragma ignored [-Wunknown-pragmas] 152 | #pragma warning( disable : 4101 ) | ^ ./MetaModelica_Lexer.h:153:9: warning: unknown pragma ignored [-Wunknown-pragmas] 153 | #pragma warning( disable : 4127 ) | ^ ./MetaModelica_Lexer.h:154:9: warning: unknown pragma ignored [-Wunknown-pragmas] 154 | #pragma warning( disable : 4189 ) | ^ ./MetaModelica_Lexer.h:155:9: warning: unknown pragma ignored [-Wunknown-pragmas] 155 | #pragma warning( disable : 4505 ) | ^ ./MetaModelica_Lexer.h:156:9: warning: unknown pragma ignored [-Wunknown-pragmas] 156 | #pragma warning( disable : 4701 ) | ^ In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:9: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3baserecognizer.h:39: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 In file included from ModelicaParser.c:45) | ^: In file included from ./ModelicaParser.h:207: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h :33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ In file included from Modelica_3_Lexer_BaseModelica_Lexer.c:45: ./Modelica_3_Lexer_BaseModelica_Lexer.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4100 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:212:9: warning: unknown pragma ignored [-Wunknown-pragmas] 212 | #pragma warning( disable : 4101 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:213:9: warning: unknown pragma ignored [-Wunknown-pragmas] 213 | #pragma warning( disable : 4127 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:214:9: warning: unknown pragma ignored [-Wunknown-pragmas] 214 | #pragma warning( disable : 4189 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ In file included from Modelica_3_Lexer_BaseModelica_Lexer.c:45: In file included from ./Modelica_3_Lexer_BaseModelica_Lexer.h:221: ./Modelica_3_Lexer.h:123:9: warning: unknown pragma ignored [-Wunknown-pragmas] 123 | #pragma warning( disable : 4100 ) | ^ ./Modelica_3_Lexer.h:124:9: warning: unknown pragma ignored [-Wunknown-pragmas] 124 | #pragma warning( disable : 4101 ) | ^ ./Modelica_3_Lexer.h:125:9: warning: unknown pragma ignored [-Wunknown-pragmas] 125 | #pragma warning( disable : 4127 ) | ^ ./Modelica_3_Lexer.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas] 126 | #pragma warning( disable : 4189 ) | ^ ./Modelica_3_Lexer.h:127:9: warning: unknown pragma ignored [-Wunknown-pragmas] 127 | #pragma warning( disable : 4505 ) | ^ ./Modelica_3_Lexer.h:128:9: warning: unknown pragma ignored [-Wunknown-pragmas] 128 | #pragma warning( disable : 4701 ) | ^ In file included from Modelica_3_Lexer.c:45: In file included from ./Modelica_3_Lexer.h:106: ./Modelica_3_Lexer_BaseModelica_Lexer.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4100 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:212:9: warning: unknown pragma ignored [-Wunknown-pragmas] 212 | #pragma warning( disable : 4101 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:213:9: warning: unknown pragma ignored [-Wunknown-pragmas] 213 | #pragma warning( disable : 4127 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:214:9: warning: unknown pragma ignored [-Wunknown-pragmas] 214 | #pragma warning( disable : 4189 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ In file included from Modelica_3_Lexer.c:45: ./Modelica_3_Lexer.h:123:9: warning: unknown pragma ignored [-Wunknown-pragmas] 123 | #pragma warning( disable : 4100 ) | ^ ./Modelica_3_Lexer.h:124:9: warning: unknown pragma ignored [-Wunknown-pragmas] 124 | #pragma warning( disable : 4101 ) | ^ ./Modelica_3_Lexer.h:125:9: warning: unknown pragma ignored [-Wunknown-pragmas] 125 | #pragma warning( disable : 4127 ) | ^ ./Modelica_3_Lexer.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas] 126 | #pragma warning( disable : 4189 ) | ^ ./Modelica_3_Lexer.h:127:9: warning: unknown pragma ignored [-Wunknown-pragmas] 127 | #pragma warning( disable : 4505 ) | ^ ./Modelica_3_Lexer.h:128:9: warning: unknown pragma ignored [-Wunknown-pragmas] 128 | #pragma warning( disable : 4701 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:41:9: warning: unknown pragma ignored [-Wunknown-pragmas] 41 | #pragma warning( disable : 4100 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:645:29: warning: variable 'tparser' set but not used [-Wunused-but-set-variable] 645 | pANTLR3_TREE_PARSER tparser; | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:1005:25: warning: variable 'is' set but not used [-Wunused-but-set-variable] 1005 | pANTLR3_INT_STREAM is; | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:2230:9: warning: unknown pragma ignored [-Wunknown-pragmas] 2230 | #pragma warning( default : 4100 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:2169:31: warning: variable 'cts' set but not used [-Wunused-but-set-variable] 2169 | pANTLR3_COMMON_TOKEN_STREAM cts; | ^ In file included from Parser_omc.c:36: In file included from ./parse.c:39: In file included from ./MetaModelica_Lexer.h:112: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ Modelica_3_Lexer_BaseModelica_Lexer.c:5521:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5521 | if ( (LA7_0 == '*') ) | ~~~~~~^~~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:5521:29: note: remove extraneous parentheses around the comparison to silence this warning 5521 | if ( (LA7_0 == '*') ) | ~ ^ ~ Modelica_3_Lexer_BaseModelica_Lexer.c:5521:29: note: use '=' to turn this equality comparison into an assignment 5521 | if ( (LA7_0 == '*') ) | ^~ | = Modelica_3_Lexer_BaseModelica_Lexer.c:5527:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5527 | if ( (LA7_1 == '/') ) | ~~~~~~^~~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:5527:37: note: remove extraneous parentheses around the comparison to silence this warning 5527 | if ( (LA7_1 == '/') ) | ~ ^ ~ Modelica_3_Lexer_BaseModelica_Lexer.c:5527:37: note: use '=' to turn this equality comparison into an assignment 5527 | if ( (LA7_1 == '/') ) | ^~ | = Modelica_3_Lexer_BaseModelica_Lexer.c:5604:16: warning: unused variable '_type' [-Wunused-variable] 5604 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:6067:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6067 | else if ( (LA9_0 == '\\') ) | ~~~~~~^~~~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:6067:34: note: remove extraneous parentheses around the comparison to silence this warning 6067 | else if ( (LA9_0 == '\\') ) | ~ ^ ~ Modelica_3_Lexer_BaseModelica_Lexer.c:6067:34: note: use '=' to turn this equality comparison into an assignment 6067 | else if ( (LA9_0 == '\\') ) | ^~ | = Modelica_3_Lexer_BaseModelica_Lexer.c:6047:16: warning: unused variable '_type' [-Wunused-variable] 6047 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:6137:16: warning: unused variable '_type' [-Wunused-variable] 6137 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:6234:16: warning: unused variable '_type' [-Wunused-variable] 6234 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:6235:19: warning: variable 'esc' set but not used [-Wunused-but-set-variable] 6235 | ANTLR3_UINT32 esc; | ^ Modelica_3_Lexer_BaseModelica_Lexer.c:6505:16: warning: unused variable '_type' [-Wunused-variable] 6505 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:7294:16: warning: unused variable '_type' [-Wunused-variable] 7294 | ANTLR3_UINT32 _type; | ^~~~~ In file included from ModelicaParser.c:45: ./ModelicaParser.h:388:9: warning: unknown pragma ignored [-Wunknown-pragmas] 388 | #pragma warning( disable : 4100 ) | ^ ./ModelicaParser.h:389:9: warning: unknown pragma ignored [-Wunknown-pragmas] 389 | #pragma warning( disable : 41Modelica_3_Lexer_BaseModelica_Lexer.c:7544:16: warning: unused variable '_type' [-Wunused-variable]01 ) | ^ ./ModelicaParser.h:390:9: warning: unknown pragma ignored [-Wunknown-pragmas] 390 | #pra 7544 | ANTLR3_UINTgma w32 _arnitngype( disa; b | le : ^~~~~ 4127 ) | ^ ./ModelicaParser.h:391:9: warning: unknown pragma ignored [-Wunknown-pragmas] 391 | #pragma warning( disable : 4189 ) | ^ ./ModelicaParser.h:392:9: warning: unknown pragma ignored [-Wunknown-pragmas] 392 | #pragma warning( disable : 4505 ) | ^ ./ModelicaParser.h:393:9: warning: unknown pragma ignored [-Wunknown-pragmas] 393 | #pragma warning( disable : 4701 ) | ^ Modelica_3_Lexer_BaseModelica_Lexer.c:7888:16: warning: unused variable '_type' [-Wunused-variable] 7888 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:7936:16: warning: unused variable '_type' [-Wunused-variable] 7936 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:7984:16: warning: unused variable '_type' [-Wunused-variable] 7984 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:8024:16: warning: unused variable '_type' [-Wunused-variable] 8024 | ANTLR3_UINT32 _type; | ^~~~~ In file included from Parser_omc.c:36: In file included from ./parse.c:39: In file included from ./MetaModelica_Lexer.h:134: ./MetaModelica_Lexer_BaseModelica_Lexer.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4100 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:212:9: warning: unknown pragma ignored [-Wunknown-pragmas] 212 | #pragma warning( disable : 4101 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:213:9: warning: unknown pragma ignored [-Wunknown-pragmas] 213 | #pragma warning( disable : 4127 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:214:9: warning: unknown pragma ignored [-Wunknown-pragmas] 214 | #pragma warning( disable : 4189 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./MetaModelica_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ In file included from Parser_omc.c:36: In file included from ./parse.c:39: ./MetaModelica_Lexer.h:151:9: warning: unknown pragma ignored [-Wunknown-pragmas] 151 | #pragma warning( disable : 4100 ) | ^ ./MetaModelica_Lexer.h:152:9: warning: unknown pragma ignored [-Wunknown-pragmas] 152 | #pragma warning( disable : 4101 ) | ^ ./MetaModelica_Lexer.h:153:9: warning: unknown pragma ignored [-Wunknown-pragmas] 153 | #pragma warning( disable : 4127 ) | ^ ./MetaModelica_Lexer.h:154:9: warning: unknown pragma ignored [-Wunknown-pragmas] 154 | #pragma warning( disable : 4189 ) | ^ ./MetaModelica_Lexer.h:155:9: warning: unknown pragma ignored [-Wunknown-pragmas] 155 | #pragma warning( disable : 4505 ) | ^ ./MetaModelica_Lexer.h:156:9: warning: unknown pragma ignored [-Wunknown-pragmas] 156 | #pragma warning( disable : 4701 ) | ^ In file included from Parser_omc.c:36: In file included from ./parse.c:40: In file included from ./Modelica_3_Lexer.h:106: ./Modelica_3_Lexer_BaseModelica_Lexer.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4100 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:212:9: warning: unknown pragma ignored [-Wunknown-pragmas] 212 | #pragma warning( disable : 4101 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:213:9: warning: unknown pragma ignored [-Wunknown-pragmas] 213 | #pragma warning( disable : 4127 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:214:9: warning: unknown pragma ignored [-Wunknown-pragmas] 214 | #pragma warning( disable : 4189 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ In file included from Parser_omc.c:36: In file included from ./parse.c:40: ./Modelica_3_Lexer.h:123:9: warning: unknown pragma ignored [-Wunknown-pragmas] 123 | #pragma warning( disable : 4100 ) | ^ ./Modelica_3_Lexer.h:124:9: warning: unknown pragma ignored [-Wunknown-pragmas] 124 | #pragma warning( disable : 4101 ) | ^ ./Modelica_3_Lexer.h:125:9: warning: unknown pragma ignored [-Wunknown-pragmas] 125 | #pragma warning( disable : 4127 ) | ^ ./Modelica_3_Lexer.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas] 126 | #pragma warning( disable : 4189 ) | ^ ./Modelica_3_Lexer.h:127:9: warning: unknown pragma ignored [-Wunknown-pragmas] 127 | #pragma warning( disable : 4505 ) | ^ ./Modelica_3_Lexer.h:128:9: warning: unknown pragma ignored [-Wunknown-pragmas] 128 | #pragma warning( disable : 4701 ) | ^ In file included from Parser_omc.c:36: In file included from ./parse.c:41: In file included from ./ParModelica_Lexer.h:111: ./ParModelica_Lexer_BaseModelica_Lexer.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4100 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:212:9: warning: unknown pragma ignored [-Wunknown-pragmas] 212 | #pragma warning( disable : 4101 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:213:9: warning: unknown pragma ignored [-Wunknown-pragmas] 213 | #pragma warning( disable : 4127 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:214:9: warning: unknown pragma ignored [-Wunknown-pragmas] 214 | #pragma warning( disable : 4189 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning( disable : 4505 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:216:9: warning: unknown pragma ignored [-Wunknown-pragmas] 216 | #pragma warning( disable : 4701 ) | ^ In file included from Parser_omc.c:36: In file included from ./parse.c:41: ./ParModelica_Lexer.h:128:9: warning: unknown pragma ignored [-Wunknown-pragmas] 128 | #pragma warning( disable : 4100 ) | ^ ./ParModelica_Lexer.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas] 129 | #pragma warning( disable : 4101 ) | ^ ./ParModelica_Lexer.h:130:9: warning: unknown pragma ignored [-Wunknown-pragmas] 130 | #pragma warning( disable : 4127 ) | ^ ./ParModelica_Lexer.h:131:9: warning: unknown pragma ignored [-Wunknown-pragmas] 131 | #pragma warning( disable : 4189 ) | ^ ./ParModelica_Lexer.h:132:9: warning: unknown pragma ignored [-Wunknown-pragmas] 132 | #pragma warning( disable : 4505 ) | ^ ./ParModelica_Lexer.h:133:9: warning: unknown pragma ignored [-Wunknown-pragmas] 133 | #pragma warning( disable : 4701 ) | ^ In file included from Parser_omc.c:36: In file included from ./parse.c:42: ./ModelicaParser.h:388:9: warning: unknown pragma ignored [-Wunknown-pragmas] 388 | #pragma warning( disable : 4100 ) | ^ ./ModelicaParser.h:389:9: warning: unknown pragma ignored [-Wunknown-pragmas] 389 | #pragma warning( disable : 4101 ) | ^ ./ModelicaParser.h:390:9: warning: unknown pragma ignored [-Wunknown-pragmas] 390 | #pragma warning( disable : 4127 ) | ^ ./ModelicaParser.h:391:9: warning: unknown pragma ignored [-Wunknown-pragmas] 391 | #pragma warning( disable : 4189 ) | ^ ./ModelicaParser.h:392:9: warning: unknown pragma ignored [-Wunknown-pragmas] 392 | #pragma warning( disable : 4505 ) | ^ ./ModelicaParser.h:393:9: warning: unknown pragma ignored [-Wunknown-pragmas] 393 | #pragma warning( disable : 4701 ) | ^ In file included from Parser_omc.c:36: ./parse.c:73:14: warning: unused function 'noRecoverFromMismatchedSet' [-Wunused-function] 73 | static void* noRecoverFromMismatchedSet(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 13 warnings generated. 13 warnings generated. ModelicaParser.c:3434:34: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 3434 | while (tok = INPUT->get(INPUT,omc_first_comment++)) { | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ModelicaParser.c:3434:34: note: place parentheses around the assignment to silence this warning 3434 | while (tok = INPUT->get(INPUT,omc_first_comment++)) { | ^ | ( ) ModelicaParser.c:3434:34: note: use '==' to turn this assignment into an equality comparison 3434 | while (tok = INPUT->get(INPUT,omc_first_comment++)) { | ^ | == ModelicaParser.c:3432:27: warning: unused variable 'last' [-Wunused-variable] 3432 | int last = LT(1)->getTokenIndex(LT(1)); | ^~~~ ModelicaParser.c:3278:25: warning: expression result unused [-Wunused-value] 3278 | (SCOPE_TOP(omc))->numPushed; OM_PUSHZ2(within, cl); | ~~~~~~~~~~~~~~~~ ^~~~~~~~~ ModelicaParser.c:4978:29: warning: variable 'rp' set but not used [-Wunused-but-set-variable] 4978 | pANTLR3_COMMON_TOKEN rp; | ^ ModelicaParser.c:7737:27: warning: unused variable 'LA34_2' [-Wunused-variable] 7737 | int LA34_2 = LA(2); | ^~~~~~ ModelicaParser.c:7707:11: warning: unused variable 'first' [-Wunused-variable] 7707 | int first = 0, last = 0; | ^~~~~ 6 warnings generated. 44 warnings generated. ModelicaParser.c:8025:29: warning: variable 'conn' set but not used [-Wunused-but-set-variable] 8025 | pANTLR3_COMMON_TOKEN conn; | ^ ModelicaParser.c:10199:29: warning: variable 'lt' set but not used [-Wunused-but-set-variable] 10199 | pANTLR3_COMMON_TOKEN lt; | ^ ModelicaParser.c:10378:29: warning: variable 'lt' set but not used [-Wunused-but-set-variable] 10378 | pANTLR3_COMMON_TOKEN lt; | ^ ModelicaParser.c:13432:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 13432 | if ( (LA84_0 == T_ANNOTATION) ) | ~~~~~~~^~~~~~~~~~~~~~~ ModelicaParser.c:13432:34: note: remove extraneous parentheses around the comparison to silence this warning 13432 | if ( (LA84_0 == T_ANNOTATION) ) | ~ ^ ~ ModelicaParser.c:13432:34: note: use '=' to turn this equality comparison into an assignment 13432 | if ( (LA84_0 == T_ANNOTATION) ) | ^~ | = ModelicaParser.c:13437:33: warning: unused variable 'LA84_2' [-Wunused-variable] 13437 | int LA84_2 = LA(2); | ^~~~~~ ModelicaParser.c:13445:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 13445 | else if ( (LA84_0 == INITIAL) ) | ~~~~~~~^~~~~~~~~~ ModelicaParser.c:13445:39: note: remove extraneous parentheses around the comparison to silence this warning 13445 | else if ( (LA84_0 == INITIAL) ) | ~ ^ ~ ModelicaParser.c:13445:39: note: use '=' to turn this equality comparison into an assignment 13445 | else if ( (LA84_0 == INITIAL) ) | ^~ | = ModelicaParser.c:13450:33: warning: unused variable 'LA84_6' [-Wunused-variable] 13450 | int LA84_6 = LA(2); | ^~~~~~ ModelicaParser.c:13405:17: warning: unused variable 'haveEq' [-Wunused-variable] 13405 | int last, haveEq; | ^~~~~~ ModelicaParser.c:13723:23: warning: unused variable 'LA86_2' [-Wunused-variable] 13723 | int LA86_2 = LA(2); | ^~~~~~ ModelicaParser.c:13757:23: warning: unused variable 'LA86_6' [-Wunused-variable] 13757 | int LA86_6 = LA(2); | ^~~~~~ ModelicaParser.c:14262:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14262 | if ( (LA88_0 == T_ANNOTATION) ) | ~~~~~~~^~~~~~~~~~~~~~~ ModelicaParser.c:14262:34: note: remove extraneous parentheses around the comparison to silence this warning 14262 | if ( (LA88_0 == T_ANNOTATION) ) | ~ ^ ~ ModelicaParser.c:14262:34: note: use '=' to turn this equality comparison into an assignment 14262 | if ( (LA88_0 == T_ANNOTATION) ) | ^~ | = ModelicaParser.c:14267:33: warning: unused variable 'LA88_2' [-Wunused-variable] 14267 | int LA88_2 = LA(2); | ^~~~~~ ModelicaParser.c:14275:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14275 | else if ( (LA88_0 == INITIAL) ) | ~~~~~~~^~~~~~~~~~ ModelicaParser.c:14275:39: note: remove extraneous parentheses around the comparison to silence this warning 14275 | else if ( (LA88_0 == INITIAL) ) | ~ ^ ~ ModelicaParser.c:14275:39: note: use '=' to turn this equality comparison into an assignment 14275 | else if ( (LA88_0 == INITIAL) ) | ^~ | = ModelicaParser.c:14280:33: warning: unused variable 'LA88_6' [-Wunused-variable] 14280 | int LA88_6 = LA(2); | ^~~~~~ ModelicaParser.c:14233:16: warning: unused variable 'isalg' [-Wunused-variable] 14233 | int last,isalg = 0; | ^~~~~ ModelicaParser.c:15924:12: warning: unused variable 's1' [-Wunused-variable] 15924 | char *s1 = 0; | ^~ ModelicaParser.c:23019:41: warning: variable 'd' set but not used [-Wunused-but-set-variable] 23019 | double d = 0; | ^ ModelicaParser.c:23627:23: warning: unused variable 'LA140_1' [-Wunused-variable] 23627 | int LA140_1 = LA(2); | ^~~~~~~ ModelicaParser.c:23660:23: warning: unused variable 'LA140_2' [-Wunused-variable] 23660 | int LA140_2 = LA(2); | ^~~~~~~ ModelicaParser.c:23693:23: warning: unused variable 'LA140_3' [-Wunused-variable] 23693 | int LA140_3 = LA(2); | ^~~~~~~ ModelicaParser.c:23726:23: warning: unused variable 'LA140_4' [-Wunused-variable] 23726 | int LA140_4 = LA(2); | ^~~~~~~ ModelicaParser.c:23759:23: warning: unused variable 'LA140_5' [-Wunused-variable] 23759 | int LA140_5 = LA(2); | ^~~~~~~ ModelicaParser.c:23586:29: warning: variable 'i' set but not used [-Wunused-but-set-variable] 23586 | pANTLR3_COMMON_TOKEN i; | ^ ModelicaParser.c:26331:44: warning: unused variable 'LA160_2' [-Wunused-variable] 26331 | int LA160_2 = LA(2); | ^~~~~~~ ModelicaParser.c:26342:44: warning: unused variable 'LA160_3' [-Wunused-variable] 26342 | int LA160_3 = LA(2); | ^~~~~~~ ModelicaParser.c:26353:44: warning: unused variable 'LA160_4' [-Wunused-variable] 26353 | int LA160_4 = LA(2); | ^~~~~~~ ModelicaParser.c:26364:44: warning: unused variable 'LA160_5' [-Wunused-variable] 26364 | int LA160_5 = LA(2); | ^~~~~~~ ModelicaParser.c:28361:36: warning: unused variable 'LA177_1' [-Wunused-variable] 28361 | int LA177_1 = LA(2); | ^~~~~~~ ModelicaParser.c:28405:36: warning: unused variable 'LA177_5' [-Wunused-variable] 28405 | int LA177_5 = LA(2); | ^~~~~~~ ModelicaParser.c:28448:36: warning: unused variable 'LA177_8' [-Wunused-variable] 28448 | int LA177_8 = LA(2); | ^~~~~~~ ModelicaParser.c:28481:36: warning: unused variable 'LA177_9' [-Wunused-variable] 28481 | int LA177_9 = LA(2); | ^~~~~~~ ModelicaParser.c:28514:36: warning: unused variable 'LA177_10' [-Wunused-variable] 28514 | int LA177_10 = LA(2); | ^~~~~~~~ ModelicaParser.c:28547:36: warning: unused variable 'LA177_11' [-Wunused-variable] 28547 | int LA177_11 = LA(2); | ^~~~~~~~ ModelicaParser.c:28580:36: warning: unused variable 'LA177_12' [-Wunused-variable] 28580 | int LA177_12 = LA(2); | ^~~~~~~~ ModelicaParser.c:28613:36: warning: unused variable 'LA177_13' [-Wunused-variable] 28613 | int LA177_13 = LA(2); | ^~~~~~~~ ModelicaParser.c:28646:36: warning: unused variable 'LA177_14' [-Wunused-variable] 28646 | int LA177_14 = LA(2); | ^~~~~~~~ ModelicaParser.c:28679:36: warning: unused variable 'LA177_15' [-Wunused-variable] 28679 | int LA177_15 = LA(2); | ^~~~~~~~ ModelicaParser.c:28712:36: warning: unused variable 'LA177_16' [-Wunused-variable] 28712 | int LA177_16 = LA(2); | ^~~~~~~~ ModelicaParser.c:28745:36: warning: unused variable 'LA177_17' [-Wunused-variable] 28745 | int LA177_17 = LA(2); | ^~~~~~~~ ModelicaParser.c:28778:36: warning: unused variable 'LA177_18' [-Wunused-variable] 28778 | int LA177_18 = LA(2); | ^~~~~~~~ ModelicaParser.c:28811:36: warning: unused variable 'LA177_19' [-Wunused-variable] 28811 | int LA177_19 = LA(2); | ^~~~~~~~ ModelicaParser.c:28848:36: warning: unused variable 'LA177_20' [-Wunused-variable] 28848 | int LA177_20 = LA(2); | ^~~~~~~~ ModelicaParser.c:28885:36: warning: unused variable 'LA177_21' [-Wunused-variable] 28885 | int LA177_21 = LA(2); | ^~~~~~~~ ModelicaParser.c:28922:36: warning: unused variable 'LA177_22' [-Wunused-variable] 28922 | int LA177_22 = LA(2); | ^~~~~~~~ ModelicaParser.c:28955:36: warning: unused variable 'LA177_23' [-Wunused-variable] 28955 | int LA177_23 = LA(2); | ^~~~~~~~ ModelicaParser.c:28988:36: warning: unused variable 'LA177_24' [-Wunused-variable] 28988 | int LA177_24 = LA(2); | ^~~~~~~~ ModelicaParser.c:29021:36: warning: unused variable 'LA177_25' [-Wunused-variable] 29021 | int LA177_25 = LA(2); | ^~~~~~~~ ModelicaParser.c:29058:36: warning: unused variable 'LA177_26' [-Wunused-variable] 29058 | int LA177_26 = LA(2); | ^~~~~~~~ ModelicaParser.c:29091:36: warning: unused variable 'LA177_27' [-Wunused-variable] 29091 | int LA177_27 = LA(2); | ^~~~~~~~ ModelicaParser.c:29124:36: warning: unused variable 'LA177_28' [-Wunused-variable] 29124 | int LA177_28 = LA(2); | ^~~~~~~~ ModelicaParser.c:29157:36: warning: unused variable 'LA177_29' [-Wunused-variable] 29157 | int LA177_29 = LA(2); | ^~~~~~~~ ModelicaParser.c:29194:36: warning: unused variable 'LA177_30' [-Wunused-variable] 29194 | int LA177_30 = LA(2); | ^~~~~~~~ ModelicaParser.c:29227:36: warning: unused variable 'LA177_31' [-Wunused-variable] 29227 | int LA177_31 = LA(2); | ^~~~~~~~ ModelicaParser.c:29260:36: warning: unused variable 'LA177_32' [-Wunused-variable] 29260 | int LA177_32 = LA(2); | ^~~~~~~~ ModelicaParser.c:29293:36: warning: unused variable 'LA177_33' [-Wunused-variable] 29293 | int LA177_33 = LA(2); | ^~~~~~~~ ModelicaParser.c:29326:36: warning: unused variable 'LA177_34' [-Wunused-variable] 29326 | int LA177_34 = LA(2); | ^~~~~~~~ ModelicaParser.c:29359:36: warning: unused variable 'LA177_35' [-Wunused-variable] 29359 | int LA177_35 = LA(2); | ^~~~~~~~ ModelicaParser.c:30396:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30396 | if ( (LA183_0 == IF) ) | ~~~~~~~~^~~~~ ModelicaParser.c:30396:35: note: remove extraneous parentheses around the comparison to silence this warning 30396 | if ( (LA183_0 == IF) ) | ~ ^ ~ ModelicaParser.c:30396:35: note: use '=' to turn this equality comparison into an assignment 30396 | if ( (LA183_0 == IF) ) | ^~ | = ModelicaParser.c:30400:33: warning: unused variable 'LA183_1' [-Wunused-variable] 30400 | int LA183_1 = LA(2); | ^~~~~~~ ModelicaParser.c:30428:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30428 | else if ( (LA183_0 == T_NOT) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:30428:40: note: remove extraneous parentheses around the comparison to silence this warning 30428 | else if ( (LA183_0 == T_NOT) ) | ~ ^ ~ ModelicaParser.c:30428:40: note: use '=' to turn this equality comparison into an assignment 30428 | else if ( (LA183_0 == T_NOT) ) | ^~ | = ModelicaParser.c:30432:33: warning: unused variable 'LA183_2' [-Wunused-variable] 30432 | int LA183_2 = LA(2); | ^~~~~~~ ModelicaParser.c:30460:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30460 | else if ( (LA183_0 == PLUS) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:30460:40: note: remove extraneous parentheses around the comparison to silence this warning 30460 | else if ( (LA183_0 == PLUS) ) | ~ ^ ~ ModelicaParser.c:30460:40: note: use '=' to turn this equality comparison into an assignment 30460 | else if ( (LA183_0 == PLUS) ) | ^~ | = ModelicaParser.c:30464:33: warning: unused variable 'LA183_3' [-Wunused-variable] 30464 | int LA183_3 = LA(2); | ^~~~~~~ ModelicaParser.c:30492:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30492 | else if ( (LA183_0 == MINUS) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:30492:40: note: remove extraneous parentheses around the comparison to silence this warning 30492 | else if ( (LA183_0 == MINUS) ) | ~ ^ ~ ModelicaParser.c:30492:40: note: use '=' to turn this equality comparison into an assignment 30492 | else if ( (LA183_0 == MINUS) ) | ^~ | = ModelicaParser.c:30496:33: warning: unused variable 'LA183_4' [-Wunused-variable] 30496 | int LA183_4 = LA(2); | ^~~~~~~ ModelicaParser.c:30524:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30524 | else if ( (LA183_0 == PLUS_EW) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30524:40: note: remove extraneous parentheses around the comparison to silence this warning 30524 | else if ( (LA183_0 == PLUS_EW) ) | ~ ^ ~ ModelicaParser.c:30524:40: note: use '=' to turn this equality comparison into an assignment 30524 | else if ( (LA183_0 == PLUS_EW) ) | ^~ | = ModelicaParser.c:30528:33: warning: unused variable 'LA183_5' [-Wunused-variable] 30528 | int LA183_5 = LA(2); | ^~~~~~~ ModelicaParser.c:30556:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30556 | else if ( (LA183_0 == MINUS_EW) ) | ~~~~~~~~^~~~~~~~~~~ ModelicaParser.c:30556:40: note: remove extraneous parentheses around the comparison to silence this warning 30556 | else if ( (LA183_0 == MINUS_EW) ) | ~ ^ ~ ModelicaParser.c:30556:40: note: use '=' to turn this equality comparison into an assignment 30556 | else if ( (LA183_0 == MINUS_EW) ) | ^~ | = ModelicaParser.c:30560:33: warning: unused variable 'LA183_6' [-Wunused-variable] 30560 | int LA183_6 = LA(2); | ^~~~~~~ ModelicaParser.c:30588:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30588 | else if ( (LA183_0 == UNSIGNED_INTEGER) ) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ ModelicaParser.c:30588:40: note: remove extraneous parentheses around the comparison to silence this warning 30588 | else if ( (LA183_0 == UNSIGNED_INTEGER) ) | ~ ^ ~ ModelicaParser.c:30588:40: note: use '=' to turn this equality comparison into an assignment 30588 | else if ( (LA183_0 == UNSIGNED_INTEGER) ) | ^~ | = ModelicaParser.c:30592:33: warning: unused variable 'LA183_7' [-Wunused-variable] 30592 | int LA183_7 = LA(2); | ^~~~~~~ ModelicaParser.c:30620:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30620 | else if ( (LA183_0 == UNSIGNED_REAL) ) | ~~~~~~~~^~~~~~~~~~~~~~~~ ModelicaParser.c:30620:40: note: remove extraneous parentheses around the comparison to silence this warning 30620 | else if ( (LA183_0 == UNSIGNED_REAL) ) | ~ ^ ~ ModelicaParser.c:30620:40: note: use '=' to turn this equality comparison into an assignment 30620 | else if ( (LA183_0 == UNSIGNED_REAL) ) | ^~ | = ModelicaParser.c:30624:33: warning: unused variable 'LA183_8' [-Wunused-variable] 30624 | int LA183_8 = LA(2); | ^~~~~~~ ModelicaParser.c:30652:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30652 | else if ( (LA183_0 == STRING) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:30652:40: note: remove extraneous parentheses around the comparison to silence this warning 30652 | else if ( (LA183_0 == STRING) ) | ~ ^ ~ ModelicaParser.c:30652:40: note: use '=' to turn this equality comparison into an assignment 30652 | else if ( (LA183_0 == STRING) ) | ^~ | = ModelicaParser.c:30656:33: warning: unused variable 'LA183_9' [-Wunused-variable] 30656 | int LA183_9 = LA(2); | ^~~~~~~ ModelicaParser.c:30684:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30684 | else if ( (LA183_0 == T_FALSE) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30684:40: note: remove extraneous parentheses around the comparison to silence this warning 30684 | else if ( (LA183_0 == T_FALSE) ) | ~ ^ ~ ModelicaParser.c:30684:40: note: use '=' to turn this equality comparison into an assignment 30684 | else if ( (LA183_0 == T_FALSE) ) | ^~ | = ModelicaParser.c:30688:33: warning: unused variable 'LA183_10' [-Wunused-variable] 30688 | int LA183_10 = LA(2); | ^~~~~~~~ ModelicaParser.c:30716:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30716 | else if ( (LA183_0 == T_TRUE) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:30716:40: note: remove extraneous parentheses around the comparison to silence this warning 30716 | else if ( (LA183_0 == T_TRUE) ) | ~ ^ ~ ModelicaParser.c:30716:40: note: use '=' to turn this equality comparison into an assignment 30716 | else if ( (LA183_0 == T_TRUE) ) | ^~ | = ModelicaParser.c:30720:33: warning: unused variable 'LA183_11' [-Wunused-variable] 30720 | int LA183_11 = LA(2); | ^~~~~~~~ ModelicaParser.c:30748:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30748 | else if ( (LA183_0 == DOT) ) | ~~~~~~~~^~~~~~ ModelicaParser.c:30748:40: note: remove extraneous parentheses around the comparison to silence this warning 30748 | else if ( (LA183_0 == DOT) ) | ~ ^ ~ ModelicaParser.c:30748:40: note: use '=' to turn this equality comparison into an assignment 30748 | else if ( (LA183_0 == DOT) ) | ^~ | = ModelicaParser.c:30752:33: warning: unused variable 'LA183_12' [-Wunused-variable] 30752 | int LA183_12 = LA(2); | ^~~~~~~~ ModelicaParser.c:30780:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30780 | else if ( (LA183_0 == IDENT) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:30780:40: note: remove extraneous parentheses around the comparison to silence this warning 30780 | else if ( (LA183_0 == IDENT) ) | ~ ^ ~ ModelicaParser.c:30780:40: note: use '=' to turn this equality comparison into an assignment 30780 | else if ( (LA183_0 == IDENT) ) | ^~ | = ModelicaParser.c:30784:33: warning: unused variable 'LA183_13' [-Wunused-variable] 30784 | int LA183_13 = LA(2); | ^~~~~~~~ ModelicaParser.c:30812:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30812 | else if ( (LA183_0 == OPERATOR) ) | ~~~~~~~~^~~~~~~~~~~ ModelicaParser.c:30812:40: note: remove extraneous parentheses around the comparison to silence this warning 30812 | else if ( (LA183_0 == OPERATOR) ) | ~ ^ ~ ModelicaParser.c:30812:40: note: use '=' to turn this equality comparison into an assignment 30812 | else if ( (LA183_0 == OPERATOR) ) | ^~ | = ModelicaParser.c:30816:33: warning: unused variable 'LA183_14' [-Wunused-variable] 30816 | int LA183_14 = LA(2); | ^~~~~~~~ ModelicaParser.c:30844:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30844 | else if ( (LA183_0 == ALLWILD) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30844:40: note: remove extraneous parentheses around the comparison to silence this warning 30844 | else if ( (LA183_0 == ALLWILD) ) | ~ ^ ~ ModelicaParser.c:30844:40: note: use '=' to turn this equality comparison into an assignment 30844 | else if ( (LA183_0 == ALLWILD) ) | ^~ | = ModelicaParser.c:30848:33: warning: unused variable 'LA183_15' [-Wunused-variable] 30848 | int LA183_15 = LA(2); | ^~~~~~~~ ModelicaParser.c:30876:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30876 | else if ( (LA183_0 == WILD) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:30876:40: note: remove extraneous parentheses around the comparison to silence this warning 30876 | else if ( (LA183_0 == WILD) ) | ~ ^ ~ ModelicaParser.c:30876:40: note: use '=' to turn this equality comparison into an assignment 30876 | else if ( (LA183_0 == WILD) ) | ^~ | = ModelicaParser.c:30880:33: warning: unused variable 'LA183_16' [-Wunused-variable] 30880 | int LA183_16 = LA(2); | ^~~~~~~~ ModelicaParser.c:30908:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30908 | else if ( (LA183_0 == INITIAL) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30908:40: note: remove extraneous parentheses around the comparison to silence this warning 30908 | else if ( (LA183_0 == INITIAL) ) | ~ ^ ~ ModelicaParser.c:30908:40: note: use '=' to turn this equality comparison into an assignment 30908 | else if ( (LA183_0 == INITIAL) ) | ^~ | = ModelicaParser.c:30912:33: warning: unused variable 'LA183_17' [-Wunused-variable] 30912 | int LA183_17 = LA(2); | ^~~~~~~~ ModelicaParser.c:30940:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30940 | else if ( (LA183_0 == DER) ) | ~~~~~~~~^~~~~~ ModelicaParser.c:30940:40: note: remove extraneous parentheses around the comparison to silence this warning 30940 | else if ( (LA183_0 == DER) ) | ~ ^ ~ ModelicaParser.c:30940:40: note: use '=' to turn this equality comparison into an assignment 30940 | else if ( (LA183_0 == DER) ) | ^~ | = ModelicaParser.c:30944:33: warning: unused variable 'LA183_18' [-Wunused-variable] 30944 | int LA183_18 = LA(2); | ^~~~~~~~ ModelicaParser.c:30972:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30972 | else if ( (LA183_0 == PURE) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:30972:40: note: remove extraneous parentheses around the comparison to silence this warning 30972 | else if ( (LA183_0 == PURE) ) | ~ ^ ~ ModelicaParser.c:30972:40: note: use '=' to turn this equality comparison into an assignment 30972 | else if ( (LA183_0 == PURE) ) | ^~ | = ModelicaParser.c:30976:33: warning: unused variable 'LA183_19' [-Wunused-variable] 30976 | int LA183_19 = LA(2); | ^~~~~~~~ ModelicaParser.c:31004:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31004 | else if ( (LA183_0 == LPAR) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:31004:40: note: remove extraneous parentheses around the comparison to silence this warning 31004 | else if ( (LA183_0 == LPAR) ) | ~ ^ ~ ModelicaParser.c:31004:40: note: use '=' to turn this equality comparison into an assignment 31004 | else if ( (LA183_0 == LPAR) ) | ^~ | = ModelicaParser.c:31008:33: warning: unused variable 'LA183_20' [-Wunused-variable] 31008 | int LA183_20 = LA(2); | ^~~~~~~~ ModelicaParser.c:31036:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31036 | else if ( (LA183_0 == LBRACK) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:31036:40: note: remove extraneous parentheses around the comparison to silence this warning 31036 | else if ( (LA183_0 == LBRACK) ) | ~ ^ ~ ModelicaParser.c:31036:40: note: use '=' to turn this equality comparison into an assignment 31036 | else if ( (LA183_0 == LBRACK) ) | ^~ | = ModelicaParser.c:31040:33: warning: unused variable 'LA183_21' [-Wunused-variable] 31040 | int LA183_21 = LA(2); | ^~~~~~~~ ModelicaParser.c:31068:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31068 | else if ( (LA183_0 == LBRACE) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:31068:40: note: remove extraneous parentheses around the comparison to silence this warning 31068 | else if ( (LA183_0 == LBRACE) ) | ~ ^ ~ ModelicaParser.c:31068:40: note: use '=' to turn this equality comparison into an assignment 31068 | else if ( (LA183_0 == LBRACE) ) | ^~ | = ModelicaParser.c:31072:33: warning: unused variable 'LA183_22' [-Wunused-variable] 31072 | int LA183_22 = LA(2); | ^~~~~~~~ ModelicaParser.c:31100:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31100 | else if ( (LA183_0 == T_END) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:31100:40: note: remove extraneous parentheses around the comparison to silence this warning 31100 | else if ( (LA183_0 == T_END) ) | ~ ^ ~ ModelicaParser.c:31100:40: note: use '=' to turn this equality comparison into an assignment 31100 | else if ( (LA183_0 == T_END) ) | ^~ | = ModelicaParser.c:31104:33: warning: unused variable 'LA183_23' [-Wunused-variable] 31104 | int LA183_23 = LA(2); | ^~~~~~~~ ModelicaParser.c:31694:42: warning: unused variable 'val' [-Wunused-variable] 31694 | a.ast = 0; ast= mmc_mk_nil(); void *val; | ^~~ ModelicaParser.c:605:26: warning: unused function 'freeScope' [-Wunused-function] 605 | static void ANTLR3_CDECL freeScope(void * scope) | ^~~~~~~~~ ModelicaParser.c:873:26: warning: unused function 'getTokenNames' [-Wunused-function] 873 | static pANTLR3_UINT8 *getTokenNames() | ^~~~~~~~~~~~~ 28 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3basetree.c:1: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3basetree.h:37: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3basetree.c:4:9: warning: unknown pragma ignored [-Wunknown-pragmas] 4 | #pragma warning( disable : 4100 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3basetree.c:428:17: warning: variable 'numToInsert' set but not used [-Wunused-but-set-variable] 428 | ANTLR3_UINT32 numToInsert; | ^ 3 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3basetreeadaptor.c:36: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3basetreeadaptor.h:37: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3basetreeadaptor.c:39:9: warning: unknown pragma ignored [-Wunknown-pragmas] 39 | #pragma warning( disable : 4100 ) | ^ 2 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3bitset.c:36: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3bitset.h:40: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:38: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1428:9: warning: unknown pragma ignored [-Wunknown-pragmas] 1428 | #pragma warning (push) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1429:9: warning: unknown pragma ignored [-Wunknown-pragmas] 1429 | #pragma warning (disable : 4100) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1473:9: warning: unknown pragma ignored [-Wunknown-pragmas] 1473 | #pragma warning (pop) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1895:9: warning: explicitly assigning value of variable of type 'ANTLR3_INTKEY' (aka 'unsigned long long') to itself [-Wself-assign] 1895 | key = key; | ~~~ ^ ~~~ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3collections.c:1892:29: warning: variable 'p' set but not used [-Wunused-but-set-variable] 1892 | pANTLR3_INT_TRIE_NODE p; | ^ 6 warnings generated. 119 warnings generated. rm -f libomparse-boot.a ar -ru libomparse-boot.a ParModelica_Lexer_BaseModelica_Lexer.o ParModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o MetaModelica_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o MetaModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o ParModelica_Lexer.o ParModelica_Lexer_BaseModelica_Lexer.o Parser_omc.o ModelicaParser.boot.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomparse-boot.a ranlib libomparse-boot.a In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontoken.c:36: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontree.c:38: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3commontree.h:37: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreeadaptor.c:39: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3commontreeadaptor.h:37: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreeadaptor.c:42:9: warning: unknown pragma ignored [-Wunknown-pragmas] 42 | #pragma warning( disable : 4100 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreeadaptor.c:51:32: warning: unused function 'getToken' [-Wunused-function] 51 | static pANTLR3_COMMON_TOKEN getToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t); | ^~~~~~~~ 3 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreenodestream.c:35: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3commontreenodestream.h:37: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreenodestream.c:38:9: warning: unknown pragma ignored [-Wunknown-pragmas] 38 | #pragma warning( disable : 4100 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3commontreenodestream.c:933:31: warning: variable 'cta' set but not used [-Wunused-but-set-variable] 933 | pANTLR3_COMMON_TREE_ADAPTOR cta; | ^ 3 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3convertutf.c:42: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3convertutf.h:104: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3cyclicdfa.c:45: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3cyclicdfa.c:49:9: warning: unknown pragma ignored [-Wunknown-pragmas] 49 | #pragma warning( disable : 4100 ) | ^ 2 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3debughandlers.c:36: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3debughandlers.c:845:9: warning: unknown pragma ignored [-Wunknown-pragmas] 845 | #pragma warning (push) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3debughandlers.c:846:9: warning: unknown pragma ignored [-Wunknown-pragmas] 846 | #pragma warning (disable : 4100) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3debughandlers.c:857:9: warning: unknown pragma ignored [-Wunknown-pragmas] 857 | #pragma warning (pop) | ^ 4 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3encodings.c:39: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3exception.c:35: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3exception.h:37: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3filestream.c:47: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3inputstream.c:34: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3input.h:41: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3intstream.c:36: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3intstream.h:63: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3lexer.c:40: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3lexer.h:66: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3lexer.c:401:9: warning: unknown pragma ignored [-Wunknown-pragmas] 401 | #pragma warning( disable : 4100 ) | ^ 2 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3parser.c:34: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3parser.h:38: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:36: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3rewritestreams.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:674:9: warning: unknown pragma ignored [-Wunknown-pragmas] 674 | #pragma warning(push) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:675:9: warning: unknown pragma ignored [-Wunknown-pragmas] 675 | #pragma warning(disable : 4100) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:688:9: warning: unknown pragma ignored [-Wunknown-pragmas] 688 | #pragma warning(pop) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:702:9: warning: unknown pragma ignored [-Wunknown-pragmas] 702 | #pragma warning(push) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:703:9: warning: unknown pragma ignored [-Wunknown-pragmas] 703 | #pragma warning(disable : 4100) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:726:9: warning: unknown pragma ignored [-Wunknown-pragmas] 726 | #pragma warning(pop) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:733:9: warning: unknown pragma ignored [-Wunknown-pragmas] 733 | #pragma warning(push) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:734:9: warning: unknown pragma ignored [-Wunknown-pragmas] 734 | #pragma warning(disable : 4100) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3rewritestreams.c:744:9: warning: unknown pragma ignored [-Wunknown-pragmas] 744 | #pragma warning(pop) | ^ 10 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3string.c:34: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3string.h:39: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3string.c:361:19: warning: variable 'cResult' set but not used [-Wunused-but-set-variable] 361 | ConversionResult cResult; | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3string.c:329:1: warning: unused function 'stringInitUTF8' [-Wunused-function] 329 | stringInitUTF8 (pANTLR3_STRING string) | ^~~~~~~~~~~~~~ 3 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3stringstream.c:35: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3tokenstream.c:34: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3tokenstream.h:38: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3tokenstream.c:37:9: warning: unknown pragma ignored [-Wunknown-pragmas] 37 | #pragma warning( disable : 4100 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3tokenstream.c:401:9: warning: unknown pragma ignored [-Wunknown-pragmas] 401 | #pragma warning( disable : 4702 ) | ^ 3 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3treeparser.c:34: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3treeparser.h:33: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3treeparser.c:181:9: warning: unknown pragma ignored [-Wunknown-pragmas] 181 | #pragma warning (push) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3treeparser.c:182:9: warning: unknown pragma ignored [-Wunknown-pragmas] 182 | #pragma warning (disable : 4100) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3treeparser.c:192:37: warning: variable 'ctns' set but not used [-Wunused-but-set-variable] 192 | pANTLR3_COMMON_TREE_NODE_STREAM ctns; | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3treeparser.c:253:9: warning: unknown pragma ignored [-Wunknown-pragmas] 253 | #pragma warning (pop) | ^ 5 warnings generated. In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3ucs2inputstream.c:4: In file included from ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3input.h:41: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:211:9: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #pragma warning( disable : 4996 ) | ^ 1 warning generated. rm -f libomantlr3.a ar -ru libomantlr3.a antlr3*.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomantlr3.a ranlib libomantlr3.a rm -f antlr3*.o mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 cp ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h ../3rdParty/antlr/3.2/libantlr3c-3.2/include/*.h /c/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 cp libomantlr3.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Parser' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' mkdir -p SimulationRuntime/ModelicaExternalC/build cd SimulationRuntime/ModelicaExternalC/build && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. \ -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON \ -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" \ -DCMAKE_INSTALL_LIBDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" \ -DCMAKE_INSTALL_BINDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/bin" \ -DCMAKE_INSTALL_INCLUDEDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc" \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ -DMODELICA_EXTERNAL_C_STANDALONE=ON CMake Deprecation Warning at MEC_standalone_2.8.cmake:8 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): CMakeLists.txt:9 (include) -- The C compiler identification is Clang 17.0.6 -- The CXX compiler identification is Clang 17.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/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:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (2.0s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_INCLUDEDIR -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build make -C SimulationRuntime/ModelicaExternalC/build/ install make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaExternalC.dir/build.make CMakeFiles/ModelicaExternalC.dir/depend make -f CMakeFiles/ModelicaExternalC_shared.dir/build.make CMakeFiles/ModelicaExternalC_shared.dir/depend make -f CMakeFiles/ModelicaMatIO.dir/build.make CMakeFiles/ModelicaMatIO.dir/depend make -f CMakeFiles/ModelicaMatIO_shared.dir/build.make CMakeFiles/ModelicaMatIO_shared.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaExternalC.dir/DependInfo.cmake "--color=" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaExternalC_shared.dir/DependInfo.cmake "--color=" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaMatIO.dir/DependInfo.cmake "--color=" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaMatIO_shared.dir/DependInfo.cmake "--color=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaExternalC.dir/build.make CMakeFiles/ModelicaExternalC.dir/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaExternalC_shared.dir/build.make CMakeFiles/ModelicaExternalC_shared.dir/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaMatIO_shared.dir/build.make CMakeFiles/ModelicaMatIO_shared.dir/build make -f CMakeFiles/ModelicaMatIO.dir/build.make CMakeFiles/ModelicaMatIO.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [ 3%] Building C object CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaFFT.c.obj [ 7%] Building C object CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaFFT.c.obj [ 15%] Building C object CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/ModelicaMatIO.c.obj [ 15%] Building C object CMakeFiles/ModelicaMatIO.dir/C-Sources/ModelicaMatIO.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_ZLIB -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaMatIO.dir/C-Sources/ModelicaMatIO.c.obj -MF CMakeFiles/ModelicaMatIO.dir/C-Sources/ModelicaMatIO.c.obj.d -o CMakeFiles/ModelicaMatIO.dir/C-Sources/ModelicaMatIO.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaMatIO.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaFFT.c.obj -MF CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaFFT.c.obj.d -o CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaFFT.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaFFT.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DModelicaExternalC_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaFFT.c.obj -MF CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaFFT.c.obj.d -o CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaFFT.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaFFT.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_ZLIB -DModelicaMatIO_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/ModelicaMatIO.c.obj -MF CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/ModelicaMatIO.c.obj.d -o CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/ModelicaMatIO.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaMatIO.c [ 19%] Building C object CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaInternal.c.obj [ 23%] Building C object CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaInternal.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaInternal.c.obj -MF CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaInternal.c.obj.d -o CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaInternal.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaInternal.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DModelicaExternalC_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaInternal.c.obj -MF CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaInternal.c.obj.d -o CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaInternal.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaInternal.c [ 26%] Building C object CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/snprintf.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_ZLIB -DModelicaMatIO_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/snprintf.c.obj -MF CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/snprintf.c.obj.d -o CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/snprintf.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/snprintf.c [ 30%] Building C object CMakeFiles/ModelicaMatIO.dir/C-Sources/snprintf.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_ZLIB -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaMatIO.dir/C-Sources/snprintf.c.obj -MF CMakeFiles/ModelicaMatIO.dir/C-Sources/snprintf.c.obj.d -o CMakeFiles/ModelicaMatIO.dir/C-Sources/snprintf.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/snprintf.c [ 34%] Building C object CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaRandom.c.obj [ 38%] Building C object CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaRandom.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaRandom.c.obj -MF CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaRandom.c.obj.d -o CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaRandom.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaRandom.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DModelicaExternalC_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaRandom.c.obj -MF CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaRandom.c.obj.d -o CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaRandom.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaRandom.c [ 42%] Building C object CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaStrings.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaStrings.c.obj -MF CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaStrings.c.obj.d -o CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaStrings.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStrings.c [ 46%] Building C object CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaStrings.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DModelicaExternalC_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaStrings.c.obj -MF CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaStrings.c.obj.d -o CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaStrings.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStrings.c [ 50%] Linking C static library libModelicaExternalC.a [ 53%] Linking C shared library libModelicaExternalC.dll /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaExternalC.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/ModelicaExternalC_shared.dir/objects.a /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/ModelicaExternalC_shared.dir/objects.a "CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaFFT.c.obj" "CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaInternal.c.obj" "CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaRandom.c.obj" "CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaStrings.c.obj" /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/ModelicaExternalC.dir/link.txt --verbose=1 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libModelicaExternalC.a "CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaFFT.c.obj" "CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaInternal.c.obj" "CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaRandom.c.obj" "CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaStrings.c.obj" /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -Wl,--export-all-symbols -shared -o libModelicaExternalC.dll -Wl,--out-implib,libModelicaExternalC.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/ModelicaExternalC_shared.dir/objects.a -Wl,--no-whole-archive -L/C/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -L/C/dev/jenkins/ws/Windows/OM_Win/build/bin -lOpenModelicaRuntimeC -lomcgc -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libModelicaExternalC.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [ 53%] Built target ModelicaExternalC make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [ 53%] Built target ModelicaExternalC_shared [ 57%] Linking C shared library libModelicaMatIO.dll /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/ModelicaMatIO_shared.dir/objects.a /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/ModelicaMatIO_shared.dir/objects.a "CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/ModelicaMatIO.c.obj" "CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/snprintf.c.obj" [ 61%] Linking C static library libModelicaMatIO.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaMatIO.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/ModelicaMatIO.dir/link.txt --verbose=1 /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -Wl,--export-all-symbols -shared -o libModelicaMatIO.dll -Wl,--out-implib,libModelicaMatIO.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/ModelicaMatIO_shared.dir/objects.a -Wl,--no-whole-archive -L/C/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -L/C/dev/jenkins/ws/Windows/OM_Win/build/bin -lzlib -lOpenModelicaRuntimeC -lomcgc -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libModelicaMatIO.a "CMakeFiles/ModelicaMatIO.dir/C-Sources/ModelicaMatIO.c.obj" "CMakeFiles/ModelicaMatIO.dir/C-Sources/snprintf.c.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libModelicaMatIO.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [ 61%] Built target ModelicaMatIO make -f CMakeFiles/ModelicaIO.dir/build.make CMakeFiles/ModelicaIO.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaIO.dir/DependInfo.cmake "--color=" [ 61%] Built target ModelicaMatIO_shared make -f CMakeFiles/ModelicaIO_shared.dir/build.make CMakeFiles/ModelicaIO_shared.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaIO.dir/build.make CMakeFiles/ModelicaIO.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaIO_shared.dir/DependInfo.cmake "--color=" make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaIO_shared.dir/build.make CMakeFiles/ModelicaIO_shared.dir/build [ 65%] Building C object CMakeFiles/ModelicaIO.dir/C-Sources/ModelicaIO.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaIO.dir/C-Sources/ModelicaIO.c.obj -MF CMakeFiles/ModelicaIO.dir/C-Sources/ModelicaIO.c.obj.d -o CMakeFiles/ModelicaIO.dir/C-Sources/ModelicaIO.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaIO.c make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [ 69%] Building C object CMakeFiles/ModelicaIO_shared.dir/C-Sources/ModelicaIO.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DHAVE_ZLIB -DModelicaIO_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaIO_shared.dir/C-Sources/ModelicaIO.c.obj -MF CMakeFiles/ModelicaIO_shared.dir/C-Sources/ModelicaIO.c.obj.d -o CMakeFiles/ModelicaIO_shared.dir/C-Sources/ModelicaIO.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaIO.c [ 73%] Linking C static library libModelicaIO.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaIO.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/ModelicaIO.dir/link.txt --verbose=1 [ 76%] Linking C shared library libModelicaIO.dll /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/ModelicaIO_shared.dir/objects.a C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libModelicaIO.a "CMakeFiles/ModelicaIO.dir/C-Sources/ModelicaIO.c.obj" /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/ModelicaIO_shared.dir/objects.a "CMakeFiles/ModelicaIO_shared.dir/C-Sources/ModelicaIO.c.obj" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libModelicaIO.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -Wl,--export-all-symbols -shared -o libModelicaIO.dll -Wl,--out-implib,libModelicaIO.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/ModelicaIO_shared.dir/objects.a -Wl,--no-whole-archive -L/C/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -L/C/dev/jenkins/ws/Windows/OM_Win/build/bin libModelicaMatIO.dll.a -lzlib -lOpenModelicaRuntimeC -lomcgc -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 [ 76%] Built target ModelicaIO make -f CMakeFiles/ModelicaStandardTables.dir/build.make CMakeFiles/ModelicaStandardTables.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaStandardTables.dir/DependInfo.cmake "--color=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaStandardTables.dir/build.make CMakeFiles/ModelicaStandardTables.dir/build [ 76%] Built target ModelicaIO_shared make -f CMakeFiles/ModelicaStandardTables_shared.dir/build.make CMakeFiles/ModelicaStandardTables_shared.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles/ModelicaStandardTables_shared.dir/DependInfo.cmake "--color=" [ 80%] Building C object CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTables.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDUMMY_FUNCTION_USERTAB -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTables.c.obj -MF CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTables.c.obj.d -o CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTables.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStandardTables.c [ 84%] Building C object CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDUMMY_FUNCTION_USERTAB -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj -MF CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj.d -o CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStandardTablesUsertab.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make -f CMakeFiles/ModelicaStandardTables_shared.dir/build.make CMakeFiles/ModelicaStandardTables_shared.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [ 88%] Building C object CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTables.c.obj [ 92%] Building C object CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB -DModelicaStandardTables_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTables.c.obj -MF CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTables.c.obj.d -o CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTables.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStandardTables.c /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB -DModelicaStandardTables_shared_EXPORTS -g -O2 -DUCRT64 -MD -MT CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj -MF CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj.d -o CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/C-Sources/ModelicaStandardTablesUsertab.c [ 96%] Linking C static library libModelicaStandardTables.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaStandardTables.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/ModelicaStandardTables.dir/link.txt --verbose=1 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libModelicaStandardTables.a "CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTables.c.obj" "CMakeFiles/ModelicaStandardTables.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj" [100%] Linking C shared library libModelicaStandardTables.dll /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/ModelicaStandardTables_shared.dir/objects.a C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libModelicaStandardTables.a /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/ModelicaStandardTables_shared.dir/objects.a "CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTables.c.obj" "CMakeFiles/ModelicaStandardTables_shared.dir/C-Sources/ModelicaStandardTablesUsertab.c.obj" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [100%] Built target ModelicaStandardTables /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -g -O2 -DUCRT64 -Wl,--export-all-symbols -shared -o libModelicaStandardTables.dll -Wl,--out-implib,libModelicaStandardTables.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/ModelicaStandardTables_shared.dir/objects.a -Wl,--no-whole-archive -L/C/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -L/C/dev/jenkins/ws/Windows/OM_Win/build/bin libModelicaIO.dll.a libModelicaMatIO.dll.a -lzlib -lOpenModelicaRuntimeC -lomcgc -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' [100%] Built target ModelicaStandardTables_shared make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libModelicaExternalC.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libModelicaMatIO.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libModelicaIO.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libModelicaStandardTables.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ffi/libModelicaExternalC.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/bin/ffi/libModelicaExternalC.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ffi/libModelicaMatIO.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/bin/ffi/libModelicaMatIO.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ffi/libModelicaIO.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/bin/ffi/libModelicaIO.dll -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ffi/libModelicaStandardTables.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/bin/ffi/libModelicaStandardTables.dll make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' (time make -f Makefile.omdev.mingw CFLAGS="-g -O2 -DUCRT64" omc-bootstrapped OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build) make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ make -f Makefile.omdev.mingw CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64 -DUCRT64" CXXFLAGS="" OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build bootstrap-dependencies sim-dependencies make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ test -d 3rdParty/cppzmq mkdir -p 3rdParty/cppzmq/build (cd 3rdParty/cppzmq/build && test -f Makefile || CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64 -DUCRT64 -DUCRT64" CPPFLAGS="" CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64 -DUCRT64 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe -DCMAKE_FIND_DEBUG_MODE:Bool=ON -DCPPZMQ_BUILD_TESTS:Bool=OFF -DZeroMQ_DIR=../libzmq/build/share/cmake/ZeroMQ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_FIND_DEBUG_MODE:Bool=ON -DCMAKE_AR:String="ar" -DCMAKE_INSTALL_PREFIX="`pwd`" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DWITH_PERF_TOOL:Bool=OFF .. -G "MSYS Makefiles") make -C 3rdParty/cppzmq/build install make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' make[5]: Nothing to be done for 'preinstall'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/include/zmq.hpp -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/include/zmq_addon.hpp -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/cppzmqTargets.cmake -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/cppzmqConfig.cmake -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/cppzmqConfigVersion.cmake -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build/share/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/cppzmq/build' test ! -e .git || cp -puf common/pre-commit.sh `git rev-parse --git-dir`/hooks/pre-commit || echo "unlocated git" cp ./3rdParty/antlr/3.2/tool/antlr-3.2.jar ./3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java// Current revision: v1.24.0-dev-129-g9e582303a4 (cd "3rdParty/libffi" && (test -f Makefile || ./autogen.sh)) mkdir -p 3rdParty/SuiteSparse-5.8.1/build (cd "3rdParty/libffi" && (test -f Makefile || (./configure --prefix="`pwd`/install" "--host=" --enable-shared=no --disable-docs CC="clang" CFLAGS="-g -O2 -DUCRT64 -DUCRT64 -DUCRT64" CPPFLAGS="" LDFLAGS="" && make clean))) make -C "3rdParty/libffi" make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' cd 3rdParty/SuiteSparse-5.8.1/build && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64 -DUCRT64 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON \ -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/jenkins/ws/Windows/OM_Win/build" \ -DCMAKE_INSTALL_LIBDIR="lib/omc" \ -DCMAKE_INSTALL_INCLUDEDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/" \ -DBUILD_SHARED_LIBS:Bool=OFF CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. # Configure and build lis CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_interface.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_common_header.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ -- Configuring done (0.3s) cp -rp omc_ocl_memory_ops.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp libParModelicaExpl.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ cp -rp ParModelicaBuiltin.mo /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ cp -rp OCLRuntimeUtil.cl /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' mkdir -p 3rdParty/tbb/build_cmake MAKE x86_64-pc-mingw64 : 0 * all-all if ! test -f 3rdParty/lis-1.4.12/Makefile; then cd 3rdParty/lis-1.4.12 && autoconf && ./configure --enable-static --disable-shared MPICC="false" CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64 -DUCRT64 -DUCRT64" CPPFLAGS="" LDFLAGS="" && make clean; fi make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make all-recursive cd 3rdParty/tbb/build_cmake && CC="clang" CXX="clang++" FC="gfortran" CFLAGS="-g -O2 -DUCRT64 -DUCRT64 -DUCRT64" CXXFLAGS="" CPPFLAGS="" FFLAGS="-fallow-argument-mismatch" LDFLAGS="" cmake.exe .. \ -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX="/c/dev/jenkins/ws/Windows/OM_Win/build" \ -DCMAKE_INSTALL_LIBDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" \ -DCMAKE_INSTALL_INCLUDEDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc" \ -DCMAKE_INSTALL_DATAROOTDIR="/c/dev/jenkins/ws/Windows/OM_Win/build/share/" \ -DTBB_BUILD_TESTS=OFF \ -DTBB_BUILD_SHARED=OFF \ -DTBB_BUILD_TBBMALLOC=OFF \ -DTBB_BUILD_TBBMALLOC_PROXY=OFF \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Making all in include make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' Making all in testsuite -- TBB: NOT using libc++. make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' Making all in man Building Lis from sources make -C 3rdParty/lis-1.4.12/src make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' -- Configuring done (0.1s) make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' -- Generating done (0.0s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake make -C 3rdParty/tbb/build_cmake install -- Generating done (0.6s) -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build make -C 3rdParty/SuiteSparse-5.8.1/build install Making all in matrix make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake --check-build-system CMakeFiles/Makefile.cmake 0 make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' make -C "3rdParty/libffi" install Making all in vector make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -S/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 -B/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build --check-build-system CMakeFiles/Makefile.cmake 0 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' Making all in matvec /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake//CMakeFiles/progress.marks make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' make[4]: 'install' is up to date. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build//CMakeFiles/progress.marks No change in revision make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' Making all in precon make -f CMakeFiles/Makefile2 all make -C SimulationRuntime/opc/ua -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precon' Making all in solver make -f CMakeFiles/Makefile2 all make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make -f CMakeFiles/tbb_static.dir/build.make CMakeFiles/tbb_static.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' Making all in esolver make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/suitesparseconfig.dir/build.make CMakeFiles/suitesparseconfig.dir/depend make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake/CMakeFiles/tbb_static.dir/DependInfo.cmake "--color=" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/esolver' Making all in system make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/suitesparseconfig.dir/DependInfo.cmake "--color=" make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_global.dir/DependInfo.cmake "--color=" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' Making all in precision make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make -f CMakeFiles/tbb_static.dir/build.make CMakeFiles/tbb_static.dir/build make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf_object_DINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf_object_DLONG.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/suitesparseconfig.dir/build.make CMakeFiles/suitesparseconfig.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd_object.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build # Copy the library; not headers (as they are not used by the runtime system) make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/depend make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd_object_l.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/suitesparseconfig.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/amd_global.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make[6]: Nothing to be done for 'CMakeFiles/tbb_static.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' cp -Pp 3rdParty/lis-1.4.12/src/.libs/liblis.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu_object_DINT.dir/DependInfo.cmake "--color=" cp -Pp 3rdParty/lis-1.4.12/src/.libs/liblis.la /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu_object_DLONG.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 0%] Built target suitesparseconfig make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/opc/ua' cp "../../..//3rdParty/open62541/open62541.h" "open62541.h" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/build [ 0%] Built target amd_global [100%] Built target tbb_static make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG.dir/DependInfo.cmake "--color=" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake/CMakeFiles 0 cp "../../..//3rdParty/open62541/open62541.c" "open62541.c" make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_FIXQ.dir/DependInfo.cmake "--color=" make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/colamd_object_l.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/amd_DINT.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' clang -g -O2 -DUCRT64 -DUCRT64 -O0 -g -std=c99 -DUA_DYNAMIC_LINKING -DUA_DYNAMIC_LINKING_EXPORT -DOM_HAVE_PTHREADS -I../../c -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -c -o omc_opc_ua.o omc_opc_ua.c make -f CMakeFiles/Makefile2 preinstall make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/amd_DLONG.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/btf_object_DINT.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' clang -g -O2 -DUCRT64 -DUCRT64 -O0 -g -std=c99 -DUA_DYNAMIC_LINKING -DUA_DYNAMIC_LINKING_EXPORT -DOM_HAVE_PTHREADS -I../../c -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -c -o open62541.o open62541.c make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make[5]: Nothing to be done for 'preinstall'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/build [ 1%] Built target colamd_object_l make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build [ 4%] Built target amd_DINT make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/btf_object_DLONG.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 7%] Built target amd_DLONG [ 8%] Built target btf_object_DINT make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/colamd_object.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' In file included from omc_opc_ua.c:33: In file included from ./omc_opc_ua.h:35: ../../c/simulation_data.h:67:21: warning: redefinition of typedef 'DATA' is a C11 feature [-Wtypedef-redefinition] 67 | typedef struct DATA DATA; | ^ ../../c/util/context.h:40:21: note: previous definition is here 40 | typedef struct DATA DATA; | ^ In file included from omc_opc_ua.c:33: In file included from ./omc_opc_ua.h:35: ../../c/simulation_data.h:449:3: warning: redefinition of typedef 'LINEAR_SYSTEM_DATA' is a C11 feature [-Wtypedef-redefinition] 449 | } LINEAR_SYSTEM_DATA; | ^ ../../c/simulation_data.h:402:35: note: previous definition is here 402 | typedef struct LINEAR_SYSTEM_DATA LINEAR_SYSTEM_DATA; | ^ ../../c/simulation_data.h:852:3: warning: redefinition of typedef 'DATA' is a C11 feature [-Wtypedef-redefinition] 852 | } DATA; | ^ ../../c/simulation_data.h:67:21: note: previous definition is here 67 | typedef struct DATA DATA; | ^ omc_opc_ua.c:94:22: warning: passing 'volatile pthread_mutex_t *' (aka 'volatile long long *') to parameter of type 'pthread_mutex_t *' (aka 'long long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 94 | pthread_mutex_lock(&state->mutex_pause); | ^~~~~~~~~~~~~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/pthread.h:336:56: note: passing argument to parameter 'm' here 336 | int WINPTHREAD_API pthread_mutex_lock(pthread_mutex_t *m); | ^ omc_opc_ua.c:97:23: warning: passing 'volatile pthread_cond_t *' (aka 'volatile long long *') to parameter of type 'pthread_cond_t *' (aka 'long long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 97 | pthread_cond_wait(&state->cond_pause, &state->mutex_pause); | ^~~~~~~~~~~~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/pthread.h:332:55: note: passing argument to parameter 'cv' here 332 | int WINPTHREAD_API pthread_cond_wait (pthread_cond_t *cv, pthread_mutex_t *external_mutex); | ^ omc_opc_ua.c:97:43: warning: passing 'volatile pthread_mutex_t *' (aka 'volatile long long *') to parameter of type 'pthread_mutex_t *' (aka 'long long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 97 | pthread_cond_wait(&state->cond_pause, &state->mutex_pause); | ^~~~~~~~~~~~~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/pthread.h:332:76: note: passing argument to parameter 'external_mutex' here 332 | int WINPTHREAD_API pthread_cond_wait (pthread_cond_t *cv, pthread_mutex_t *external_mutex); | ^ omc_opc_ua.c:99:24: warning: passing 'volatile pthread_mutex_t *' (aka 'volatile long long *') to parameter of type 'pthread_mutex_t *' (aka 'long long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 99 | pthread_mutex_unlock(&state->mutex_pause); | ^~~~~~~~~~~~~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/pthread.h:338:58: note: passing argument to parameter 'm' here 338 | int WINPTHREAD_API pthread_mutex_unlock(pthread_mutex_t *m); | ^ 7 warnings generated. make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/klu_object_DINT.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Install configuration: "Release" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libtbb_static.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/klu_object_DLONG.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/aggregator.h [ 9%] Built target btf_object_DLONG [ 9%] Built target colamd_object -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/aligned_space.h make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/atomic.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake "--color=" [ 9%] Built target umfpack_olib_DINT_FIXQ make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range2d.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range3d.h make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_rangeNd.h make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend [ 13%] Built target klu_object_DINT -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/cache_aligned_allocator.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/combinable.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/condition_variable make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/ppl.h [ 18%] Built target klu_object_DLONG make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/thread make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/tuple make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_hash_map.h make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_lru_cache.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_map.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_priority_queue.h make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_queue.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_set.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_unordered_map.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_unordered_set.h make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_vector.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/critical_section.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/enumerable_thread_specific.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph_abstractions.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph_opencl_node.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/global_control.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/index.html -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/info.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_aggregator_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_allocator_traits.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_concurrent_queue_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_concurrent_skip_list_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_concurrent_unordered_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_deprecated_header_message_guard.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_async_msg_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_body_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_cache_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_indexer_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_item_buffer_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_join_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_nodes_deduction.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_node_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_node_set_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_streaming_node.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_tagged_buffer_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_trace_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_flow_graph_types_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_mutex_padding.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_node_handle_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_range_iterator.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_hash_compare_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_strings.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_trace_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_tbb_windef.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_template_helpers.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_warning_suppress_disable_notice.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_warning_suppress_enable_notice.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_x86_eliding_mutex_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/internal/_x86_rtm_rw_mutex_impl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/iterators.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_arm.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_generic.h make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_ia32_common.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_itsx.h make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/ibm_aix51.h [ 38%] Built target umfpack_olib_DINT make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/icc_generic.h make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_common.h make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DROP.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_ia32.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_ia64.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_intel64.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/macos_common.h make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake "--color=" [ 38%] Built target umfpack_olib_DLONG_FIXQ make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/mac_ppc.h make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend [ 57%] Built target umfpack_olib_DLONG -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/mic_common.h make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/msvc_armv7.h make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DROP.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend [ 57%] Built target umfpack_olib_ZLONG_FIXQ -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/msvc_ia32_common.h clang -o "libomopcua.dll" -g -O2 -DUCRT64 -DUCRT64 -O0 -g -std=c99 -DUA_DYNAMIC_LINKING -DUA_DYNAMIC_LINKING_EXPORT -shared omc_opc_ua.o open62541.o -lpthread -lwsock32 -lws2_32 make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build [ 58%] Built target umfpack_olib_ZINT_FIXQ -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/sunos_sparc.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_api.h make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_ia32.h make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_intel64.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/memory_pool.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/mutex.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_DROP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/null_mutex.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/null_rw_mutex.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_do.h make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_for.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_for_each.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_invoke.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_reduce.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_scan.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_sort.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_while.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/partitioner.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/pipeline.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/queuing_mutex.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/queuing_rw_mutex.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/reader_writer_lock.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/recursive_mutex.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/runtime_loader.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/scalable_allocator.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/spin_mutex.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/spin_rw_mutex.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_arena.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_group.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_scheduler_init.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_scheduler_observer.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbbmalloc_proxy.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_allocator.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_config.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_disable_exceptions.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_exception.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_machine.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_profiling.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_stddef.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_thread.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tick_count.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/share/cmake/tbb/TBBConfigVersion.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' make -C SimulationRuntime/ParModelica/auto/ -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DROP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 59%] Built target umfpack_olib_DLONG_DROP make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 59%] Built target umfpack_olib_DINT_DROP make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build [ 76%] Built target umfpack_olib_ZINT cp open62541.h "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c" make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/build [ 77%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build [ 93%] Built target umfpack_olib_ZLONG make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 93%] Built target umfpack_olib_ZLONG_DROP make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build [ 93%] Built target umfpack_olib_DLONG_DO_MAP make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DROP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' cp libomopcua.dll "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 93%] Built target umfpack_olib_DINT_DO_VALUES make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/auto' Makefile.common:37: warning: ignoring prerequisites on suffix rule definition make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' test ! ".dll" = ".dll" || cp libomopcua.dll "/c/dev/jenkins/ws/Windows/OM_Win/build/bin" [ 93%] Built target umfpack_olib_ZINT_DROP cp -rp libParModelicaAuto.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build [ 93%] Built target umfpack_olib_DLONG_DO_VALUES make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend [ 93%] Built target umfpack_olib_DINT_DO_MAP make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend [ 93%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/auto/ [ 94%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/opc/ua' test ! `uname` = Darwin || (install_name_tool -id @rpath/libomopcua.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libomopcua.dylib") make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 94%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" cp -rp om_pm_interface.hpp /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/auto/ make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/auto' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo.cmake "--color=" [ 95%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 95%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build [ 96%] Built target umfpack_olib_ZINT_DO_MAP make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 96%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 96%] Built target umfpack_olib_ZINT_DO_VALUES make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend [ 97%] Built target umfpack_olib [ 98%] Built target umfpack_olib_ZLONG_DO_VALUES make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend [ 98%] Built target umfpack_olib_ZLONG_DO_MAP make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend [ 98%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/DependInfo.cmake "--color=" [ 99%] Built target umfpack_olib_DINT_WSOLVE make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/amd.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/btf.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/colamd.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/amd.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/btf.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/build [ 99%] Built target umfpack_olib_DLONG_WSOLVE [ 99%] Built target umfpack_olib_ZINT_WSOLVE make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/colamd.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 99%] Built target amd [ 99%] Built target btf [100%] Built target umfpack_olib_ZLONG_WSOLVE make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend [100%] Built target colamd make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/umfpack.dir/DependInfo.cmake "--color=" make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1 /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles/klu.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/build make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/build make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/umfpack.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[6]: Nothing to be done for 'CMakeFiles/klu.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [100%] Built target klu [100%] Built target umfpack make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_progress_start /C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make[5]: Nothing to be done for 'preinstall'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsuitesparseconfig.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/SuiteSparse_config.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libamd.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/amd.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libbtf.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/btf.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcolamd.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/colamd.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse/klu.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.a -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_col_to_triplet.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_defaults.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_free_numeric.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_free_symbolic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_determinant.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_lunz.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_numeric.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_get_symbolic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_global.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_load_numeric.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_load_symbolic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_numeric.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_qsymbolic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_control.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_info.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_matrix.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_numeric.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_perm.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_status.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_symbolic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_triplet.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_report_vector.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_save_numeric.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_save_symbolic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_scale.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_solve.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_symbolic.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_tictoc.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_timer.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_transpose.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_triplet_to_col.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//suitesparse/umfpack_wsolve.h make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libamd.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libbtf.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcolamd.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libklu.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libsuitesparseconfig.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsuitesparseconfig.dylib" test ! `uname` = Darwin || install_name_tool -id @rpath/libumfpack.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.dylib" # fix rpaths test ! `uname` = Darwin || install_name_tool -change libbtf.dylib "@rpath/libbtf.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" test ! `uname` = Darwin || install_name_tool -change libamd.dylib "@rpath/libamd.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" test ! `uname` = Darwin || install_name_tool -change libcolamd.dylib "@rpath/libcolamd.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libklu.dylib" test ! `uname` = Darwin || install_name_tool -change libamd.dylib "@rpath/libamd.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.dylib" make -f Makefile.omdev.mingw /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_ida.a make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ make[4]: '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_ida.a' is up to date. make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' make -C SimulationRuntime/c -f Makefile.omdev.mingw bootstrap-dependencies OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' cp -p libOpenModelicaRuntimeC.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin cp -p libOpenModelicaRuntimeC.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc # copy header files cp -p ./omc_inline.h ./openmodelica_func.h ./openmodelica.h ./omc_simulation_settings.h ./openmodelica_types.h ./simulation_data.h ./ModelicaUtilities.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ cp -p ./linearization/linearize.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ cp -p ./optimization/OptimizerData.h ./optimization/OptimizerLocalFunction.h ./optimization/OptimizerInterface.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ cp -p ./simulation/modelinfo.h ./simulation/jacobian_util.h ./simulation/options.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_omc_assert.h ./simulation/simulation_runtime.h ./simulation/omc_simulation_util.h ./simulation/socket.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ cp -p ./simulation/results/simulation_result.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ cp -p ./simulation/solver/cvode_solver.h ./simulation/solver/dae_mode.h ./simulation/solver/dassl.h ./simulation/solver/delay.h ./simulation/solver/embedded_server.h ./simulation/solver/epsilon.h ./simulation/solver/events.h ./simulation/solver/external_input.h ./simulation/solver/fmi_events.h ./simulation/solver/ida_solver.h ./simulation/solver/linearSolverLapack.h ./simulation/solver/linearSolverTotalPivot.h ./simulation/solver/linearSystem.h ./simulation/solver/mixedSearchSolver.h ./simulation/solver/mixedSystem.h ./simulation/solver/model_help.h ./simulation/solver/nonlinearSolverHomotopy.h ./simulation/solver/nonlinearSolverHybrd.h ./simulation/solver/nonlinearSystem.h ./simulation/solver/nonlinearValuesList.h ./simulation/solver/omc_math.h ./simulation/solver/perform_qss_simulation.c.inc ./simulation/solver/perform_simulation.c.inc ./simulation/solver/real_time_sync.h ./simulation/solver/solver_main.h ./simulation/solver/spatialDistribution.h ./simulation/solver/stateset.h ./simulation/solver/sundials_error.h ./simulation/solver/sundials_util.h ./simulation/solver/synchronous.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ cp -p ./simulation/solver/initialization/initialization.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ cp -p ./meta/meta_modelica_builtin_boxptr.h ./meta/meta_modelica_builtin_boxvar.h ./meta/meta_modelica_builtin.h ./meta/meta_modelica.h ./meta/meta_modelica_data.h ./meta/meta_modelica_mk_box.h ./meta/meta_modelica_segv.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ cp -p ./gc/omc_gc.h ./gc/memory_pool.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ cp -p ./util/base_array.h ./util/boolean_array.h ./util/context.h ./util/division.h ./util/generic_array.h ./util/index_spec.h ./util/integer_array.h ./util/java_interface.h ./util/modelica.h ./util/modelica_string.h ./util/omc_error.h ./util/omc_file.h ./util/omc_mmap.h ./util/omc_msvc.h ./util/omc_numbers.h ./util/omc_spinlock.h ./util/parallel_helper.h ./util/read_matlab4.h ./util/read_csv.h ./util/libcsv.h ./util/read_write.h ./util/real_array.h ./util/ringbuffer.h ./util/rtclock.h ./util/simulation_options.h ./util/string_array.h ./util/uthash.h ./util/utility.h ./util/varinfo.h ./util/list.h ./util/doubleEndedList.h ./util/rational.h ./util/modelica_string_lit.h ./util/omc_init.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ cp -p ./dataReconciliation/dataReconciliation.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' make -f Makefile.omdev.mingw bootstrap-dependencies-post make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' Creating dirs: /c/dev/jenkins/ws/Windows/OM_Win/build/bin /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/emcc /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/gc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/linearization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/dataReconciliation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/optimization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/results/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/simulation/solver/initialization/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi1/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi2/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/scripts/ /c/dev/jenkins/ws/Windows/OM_Win/build/share/doc/omc/testmodels /c/dev/jenkins/ws/Windows/OM_Win/build/share/man//man1/ make -f Makefile.omdev.mingw -C Compiler/runtime install_bootstrapping BOOTSTRAPPING=1 OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make -f Makefile.omdev.mingw -C Compiler builtin OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime' make -f Makefile.omdev.mingw -C Parser install_bootstrapping OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build OM_ENABLE_ENCRYPTION= make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' cp FrontEnd/AnnotationsBuiltin_1_x.mo FrontEnd/AnnotationsBuiltin_2_x.mo FrontEnd/AnnotationsBuiltin_3_x.mo FrontEnd/ModelicaBuiltin.mo FrontEnd/MetaModelicaBuiltin.mo NFFrontEnd/NFModelicaBuiltin.mo FrontEnd/PDEModelicaBuiltin.mo /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc make[5]: Nothing to be done for 'install_bootstrapping'. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Parser' mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 cp ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h ../3rdParty/antlr/3.2/libantlr3c-3.2/include/*.h /c/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 cp libomantlr3.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Parser' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' make -f Makefile.omdev.mingw -C Compiler/boot CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64 -DUCRT64" CXXFLAGS="" OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw bootstrap-from-tarball make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' OPENMODELICAHOME="/c/dev/jenkins/ws/Windows/OM_Win/build" make -f Makefile.omdev.mingw bootstrap-from-tarball2 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw clean OMC=.omc make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' rm -rf "build/" rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends rm -f patches/*.patch make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' rm -rf build/ mkdir -p build/ cp -r bootstrap-sources/* . # Patch _main.c to avoid a new tarball #make -f Makefile.omdev.mingw patch-files #true # We have not compiled OpenModelicaScriptingAPI.mo yet touch build/OpenModelicaScriptingAPI.h make -f Makefile.omdev.mingw install INCLUDESOURCES=1 OMC=.omc BOOTSTRAP_STAGE_1=1 CPPFLAGS="-DOM_HAVE_PTHREADS -I"/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c" -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1" make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ZeroCrossings.o build/ZeroCrossings.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitChecker.o build/UnitChecker.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitAbsynBuilder.o build/UnitAbsynBuilder.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeUtil.o build/SimCodeUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeMain.o build/SimCodeMain.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCode.o build/SimCode.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/RewriteRules.o build/RewriteRules.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Refactor.o build/Refactor.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/PackageManagement.o build/PackageManagement.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFUnitCheck.o build/NFUnitCheck.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFSCodeFlatten.o build/NFSCodeFlatten.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFInstDump.o build/NFInstDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFApi.o build/NFApi.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/MidCode.o build/MidCode.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstStateMachineUtil.o build/InstStateMachineUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FUnitCheck.o build/FUnitCheck.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpandableArray.o build/ExpandableArray.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DumpGraphviz.o build/DumpGraphviz.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEToMid.o build/DAEToMid.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CodegenMidToC.o build/CodegenMidToC.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalScriptOMSimulator.o build/CevalScriptOMSimulator.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalScriptBackend.o build/CevalScriptBackend.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendDAEUtil.o build/BackendDAEUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendDAECreate.o build/BackendDAECreate.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Autoconf.o build/Autoconf.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynJLDumpTpl.o build/AbsynJLDumpTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ZeroMQ.o build/ZeroMQ.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/VarTransform.o build/VarTransform.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Util.o build/Util.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Testsuite.o build/Testsuite.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/System.o build/System.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Socket.o build/Socket.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StringUtil.o build/StringUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StackOverflow.o build/StackOverflow.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Settings.o build/Settings.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SemanticVersion.o build/SemanticVersion.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Print.o build/Print.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Pointer.o build/Pointer.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Mutable.o build/Mutable.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ModelicaExternalC.o build/ModelicaExternalC.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/List.o build/List.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Lapack.o build/Lapack.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/IOStream.o build/IOStream.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/IOStreamExt.o build/IOStreamExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableStringToProgram.o build/HashTableStringToProgram.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableStringToPath.o build/HashTableStringToPath.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableExpToIndex.o build/HashTableExpToIndex.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable.o build/HashTable.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrToExpOption.o build/HashTableCrToExpOption.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrIListArray.o build/HashTableCrIListArray.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrILst.o build/HashTableCrILst.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrefSimVar.o build/HashTableCrefSimVar.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCG.o build/HashTableCG.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable5.o build/HashTable5.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable3.o build/HashTable3.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable2.o build/HashTable2.c build/Testsuite.c:131:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 131 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Testsuite.c:131:8: note: remove extraneous parentheses around the comparison to silence this warning 131 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ build/Testsuite.c:131:8: note: use '=' to turn this equality comparison into an assignment 131 | if((_i == ((modelica_integer) 4))) | ^~ | = build/StackOverflow.c:282:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 282 | if((_n == ((modelica_integer) 3))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/StackOverflow.c:282:8: note: remove extraneous parentheses around the comparison to silence this warning 282 | if((_n == ((modelica_integer) 3))) | ~ ^ ~ build/StackOverflow.c:282:8: note: use '=' to turn this equality comparison into an assignment 282 | if((_n == ((modelica_integer) 3))) | ^~ | = build/StackOverflow.c:305:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 305 | if((_n == ((modelica_integer) 3))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/StackOverflow.c:305:8: note: remove extraneous parentheses around the comparison to silence this warning 305 | if((_n == ((modelica_integer) 3))) | ~ ^ ~ build/StackOverflow.c:305:8: note: use '=' to turn this equality comparison into an assignment 305 | if((_n == ((modelica_integer) 3))) | ^~ | = build/StringUtil.c:552:46: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 552 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ build/StringUtil.c:552:46: note: remove extraneous parentheses around the comparison to silence this warning 552 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~ ^ ~ build/StringUtil.c:552:46: note: use '=' to turn this equality comparison into an assignment 552 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ^~ | = build/StringUtil.c:598:46: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 598 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ build/StringUtil.c:598:46: note: remove extraneous parentheses around the comparison to silence this warning 598 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~ ^ ~ build/StringUtil.c:598:46: note: use '=' to turn this equality comparison into an assignment 598 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ^~ | = build/Util.c:1041:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1041 | if((_inN == (_q) * (_i))) | ~~~~~^~~~~~~~~~~~~~ build/Util.c:1041:10: note: remove extraneous parentheses around the comparison to silence this warning 1041 | if((_inN == (_q) * (_i))) | ~ ^ ~ build/Util.c:1041:10: note: use '=' to turn this equality comparison into an assignment 1041 | if((_inN == (_q) * (_i))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashSetString.o build/HashSetString.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashSetExp.o build/HashSetExp.c 1 warning generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashSet.o build/HashSet.c 2 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Graph.o build/Graph.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Gettext.o build/Gettext.c build/List.c:407:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 407 | if((_i == _idx)) | ~~~^~~~~~~ build/List.c:407:8: note: remove extraneous parentheses around the comparison to silence this warning 407 | if((_i == _idx)) | ~ ^ ~ build/List.c:407:8: note: use '=' to turn this equality comparison into an assignment 407 | if((_i == _idx)) | ^~ | = 2 warnings generated. build/List.c:9555:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9555 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/List.c:9555:13: note: remove extraneous parentheses around the comparison to silence this warning 9555 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/List.c:9555:13: note: use '=' to turn this equality comparison into an assignment 9555 | if((_length == ((modelica_integer) 0))) | ^~ | = build/List.c:9664:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9664 | if((_inParts == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/List.c:9664:14: note: remove extraneous parentheses around the comparison to silence this warning 9664 | if((_inParts == ((modelica_integer) 0))) | ~ ^ ~ build/List.c:9664:14: note: use '=' to turn this equality comparison into an assignment 9664 | if((_inParts == ((modelica_integer) 0))) | ^~ | = build/List.c:12053:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12053 | if((_inStep == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/List.c:12053:13: note: remove extraneous parentheses around the comparison to silence this warning 12053 | if((_inStep == ((modelica_integer) 0))) | ~ ^ ~ build/List.c:12053:13: note: use '=' to turn this equality comparison into an assignment 12053 | if((_inStep == ((modelica_integer) 0))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GC.o build/GC.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FlagsUtil.o build/FlagsUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Flags.o build/Flags.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExecStat.o build/ExecStat.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ErrorTypes.o build/ErrorTypes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Error.o build/Error.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ErrorExt.o build/ErrorExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DynLoad.o build/DynLoad.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DoubleEnded.o build/DoubleEnded.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Debug.o build/Debug.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Corba.o build/Corba.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Config.o build/Config.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ClockIndexes.o build/ClockIndexes.c 1 warning generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseHashSet.o build/BaseHashSet.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseHashTable.o build/BaseHashTable.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseAvlSet.o build/BaseAvlSet.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseAvlTree.o build/BaseAvlTree.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlTreeCRToInt.o build/AvlTreeCRToInt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlTreeStringString.o build/AvlTreeStringString.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlSetString.o build/AvlSetString.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlSetPath.o build/AvlSetPath.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlSetCR.o build/AvlSetCR.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Array.o build/Array.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Main.o build/Main.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Global.o build/Global.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Unparsing.o build/Unparsing.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplParser.o build/TplParser.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Tpl.o build/Tpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplMain.o build/TplMain.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplCodegen.o build/TplCodegen.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplAbsyn.o build/TplAbsyn.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeDumpTpl.o build/SCodeDumpTpl.c build/DoubleEnded.c:128:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 128 | if((_lstLength == ((modelica_integer) 0))) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:128:16: note: remove extraneous parentheses around the comparison to silence this warning 128 | if((_lstLength == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:128:16: note: use '=' to turn this equality comparison into an assignment 128 | if((_lstLength == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:136:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 136 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:136:13: note: remove extraneous parentheses around the comparison to silence this warning 136 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:136:13: note: use '=' to turn this equality comparison into an assignment 136 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:170:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 170 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:170:13: note: remove extraneous parentheses around the comparison to silence this warning 170 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:170:13: note: use '=' to turn this equality comparison into an assignment 170 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:200:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 200 | if((_lstLength == ((modelica_integer) 0))) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:200:16: note: remove extraneous parentheses around the comparison to silence this warning 200 | if((_lstLength == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:200:16: note: use '=' to turn this equality comparison into an assignment 200 | if((_lstLength == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:226:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 226 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:226:13: note: remove extraneous parentheses around the comparison to silence this warning 226 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:226:13: note: use '=' to turn this equality comparison into an assignment 226 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:247:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 247 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:247:13: note: remove extraneous parentheses around the comparison to silence this warning 247 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:247:13: note: use '=' to turn this equality comparison into an assignment 247 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:285:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 285 | if((_length == ((modelica_integer) 1))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:285:13: note: remove extraneous parentheses around the comparison to silence this warning 285 | if((_length == ((modelica_integer) 1))) | ~ ^ ~ build/DoubleEnded.c:285:13: note: use '=' to turn this equality comparison into an assignment 285 | if((_length == ((modelica_integer) 1))) | ^~ | = 7 warnings generated. build/AvlTreeCRToInt.c:102:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 102 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:102:15: note: remove extraneous parentheses around the comparison to silence this warning 102 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeCRToInt.c:102:15: note: use '=' to turn this equality comparison into an assignment 102 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeCRToInt.c:111:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 111 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:111:15: note: remove extraneous parentheses around the comparison to silence this warning 111 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeCRToInt.c:111:15: note: use '=' to turn this equality comparison into an assignment 111 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlTreeCRToInt.c:138:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 138 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:138:15: note: remove extraneous parentheses around the comparison to silence this warning 138 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeCRToInt.c:138:15: note: use '=' to turn this equality comparison into an assignment 138 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeCRToInt.c:146:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 146 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:146:15: note: remove extraneous parentheses around the comparison to silence this warning 146 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeCRToInt.c:146:15: note: use '=' to turn this equality comparison into an assignment 146 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlTreeStringString.c:102:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 102 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:102:15: note: remove extraneous parentheses around the comparison to silence this warning 102 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeStringString.c:102:15: note: use '=' to turn this equality comparison into an assignment 102 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeStringString.c:111:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 111 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:111:15: note: remove extraneous parentheses around the comparison to silence this warning 111 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeStringString.c:111:15: note: use '=' to turn this equality comparison into an assignment 111 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlTreeStringString.c:138:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 138 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:138:15: note: remove extraneous parentheses around the comparison to silence this warning 138 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeStringString.c:138:15: note: use '=' to turn this equality comparison into an assignment 138 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeStringString.c:146:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 146 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:146:15: note: remove extraneous parentheses around the comparison to silence this warning 146 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeStringString.c:146:15: note: use '=' to turn this equality comparison into an assignment 146 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetString.c:92:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 92 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:92:15: note: remove extraneous parentheses around the comparison to silence this warning 92 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetString.c:92:15: note: use '=' to turn this equality comparison into an assignment 92 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetString.c:101:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 101 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:101:15: note: remove extraneous parentheses around the comparison to silence this warning 101 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetString.c:101:15: note: use '=' to turn this equality comparison into an assignment 101 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetString.c:117:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 117 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:117:15: note: remove extraneous parentheses around the comparison to silence this warning 117 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetString.c:117:15: note: use '=' to turn this equality comparison into an assignment 117 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetString.c:125:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 125 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:125:15: note: remove extraneous parentheses around the comparison to silence this warning 125 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetString.c:125:15: note: use '=' to turn this equality comparison into an assignment 125 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/FlagsUtil.c:7382:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7382 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:7382:8: note: remove extraneous parentheses around the comparison to silence this warning 7382 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ build/FlagsUtil.c:7382:8: note: use '=' to turn this equality comparison into an assignment 7382 | if((_i == ((modelica_integer) 4))) | ^~ | = build/FlagsUtil.c:7404:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7404 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:7404:8: note: remove extraneous parentheses around the comparison to silence this warning 7404 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ build/FlagsUtil.c:7404:8: note: use '=' to turn this equality comparison into an assignment 7404 | if((_i == ((modelica_integer) 4))) | ^~ | = build/Array.c:709:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 709 | if((_len1 == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:709:11: note: remove extraneous parentheses around the comparison to silence this warning 709 | if((_len1 == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:709:11: note: use '=' to turn this equality comparison into an assignment 709 | if((_len1 == ((modelica_integer) 0))) | ^~ | = build/Array.c:715:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 715 | if((_len2 == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:715:11: note: remove extraneous parentheses around the comparison to silence this warning 715 | if((_len2 == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:715:11: note: use '=' to turn this equality comparison into an assignment 715 | if((_len2 == ((modelica_integer) 0))) | ^~ | = build/Array.c:750:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 750 | if((_arr_len == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:750:14: note: remove extraneous parentheses around the comparison to silence this warning 750 | if((_arr_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:750:14: note: use '=' to turn this equality comparison into an assignment 750 | if((_arr_len == ((modelica_integer) 0))) | ^~ | = build/FlagsUtil.c:7586:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7586 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:7586:8: note: remove extraneous parentheses around the comparison to silence this warning 7586 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ~ ^ ~ build/FlagsUtil.c:7586:8: note: use '=' to turn this equality comparison into an assignment 7586 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ^~ | = build/AvlSetPath.c:95:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 95 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:95:15: note: remove extraneous parentheses around the comparison to silence this warning 95 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetPath.c:95:15: note: use '=' to turn this equality comparison into an assignment 95 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetPath.c:104:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] build/AvlSetCR.c :92104 | :15:if((_ warning: kequality comparison with extraneous parentheses [-Wparentheses-equality] ey_ 92 | if(c(_komp == (ey_comp (mo== ((modeldica_inteegerli) c-a1_)int)eger) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:104:15: note: remove extraneous parentheses around the comparison to silence this warning 104 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetCR.c:92:15: note: remove extraneous parentheses around the comparison to silence this warning build/AvlSetPath.c:92 | 104i:15: note: f((_keyuse '=' to turn this equality comparison into an assignment_comp == ((modelica_integer) 104- | 1))) | i ~ ^ ~ f((_key_comp == build/AvlSetCR.c:92((modelica:15: note: use '=' to turn this equality comparison into an assignment _inte g92er | if((_key_) 1)comp == (()) | ^~ | = modelica_integer) -1))) | ^~ | = build/AvlSetCR.c:101:15: warning: build/AvlSetPath.c:120:equality comparison with extraneous parentheses [-Wparentheses-equality] 15 : warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 101 | if((_key_comp == ( (modelica_integer) 1120 | if((_)))key | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ _comp == ((mbuild/AvlSetCR.c:101:15:ode note: remove extraneous parentheses around the comparison to silence this warningli ca_integ 101 | ifer) -1(())_key) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ _comp == ((modelica_intebuild/AvlSetPath.c:120:15: ger) note: 1)))remove extraneous parentheses around the comparison to silence this warning | ~ ^ ~ 120 | if((_ key_comp == ((modelicabuild/AvlSetCR.c:101:15_inte: note: use '=' to turn this equality comparison into an assignmentger) -1)))101 | i | ~ ^ ~ f((_key_comp == ((modelica_integbuild/AvlSetPath.c:er) 1)120:15: note: use '=' to turn this equality comparison into an assignment )) 120 | | ^~ | = if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetCR.c:117:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 117 | if((_key_comp == ((modelica_integer) -1build/AvlSetPath.c:128:15))) :| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 128 | if((_key_comp == ((modelica_integerbuild/AvlSetCR.c:) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 117:15: note: remove extraneous parentheses around the comparison to silence this warning 117 | if((_key_comp == ((mobuild/AvlSetPath.cdelica:_inte128:15: note: remove extraneous parentheses around the comparison to silence this warning g er)128 | -i1))) f((| ~ ^ ~ _key_comp == ((modelica_integer) 1)))build/AvlSetCR.c:117:15 : note: use '=' to turn this equality comparison into an assignment | ~ ^ ~ 117 | if((_key_comp == ((build/AvlSetPath.c:128modelica_i:15: note: use '=' to turn this equality comparison into an assignment ntege 128 | ifr) -1)()) (_key_com| ^~ | = p == ((modelica_integer) 1))) | ^~ | = build/AvlSetCR.c:125:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 125 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:125:15: note: remove extraneous parentheses around the comparison to silence this warning 125 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetCR.c:125:15: note: use '=' to turn this equality comparison into an assignment 125 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/Array.c:1223:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1223 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1223:10: note: remove extraneous parentheses around the comparison to silence this warning 1223 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1223:10: note: use '=' to turn this equality comparison into an assignment 1223 | if((_len == ((modelica_integer) 0))) | ^~ | = build/Array.c:1278:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1278 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1278:10: note: remove extraneous parentheses around the comparison to silence this warning 1278 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1278:10: note: use '=' to turn this equality comparison into an assignment 1278 | if((_len == ((modelica_integer) 0))) | ^~ | = build/Array.c:1314:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1314 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1314:10: note: remove extraneous parentheses around the comparison to silence this warning 1314 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1314:10: note: use '=' to turn this equality comparison into an assignment 1314 | if((_len == ((modelica_integer) 0))) | ^~ | = build/Array.c:1350:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1350 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1350:10: note: remove extraneous parentheses around the comparison to silence this warning 1350 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1350:10: note: use '=' to turn this equality comparison into an assignment 1350 | if((_len == ((modelica_integer) 0))) | ^~ | = build/FlagsUtil.c:9748:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9748 | if((_len == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:9748:10: note: remove extraneous parentheses around the comparison to silence this warning 9748 | if((_len == ((modelica_integer) 1))) | ~ ^ ~ build/FlagsUtil.c:9748:10: note: use '=' to turn this equality comparison into an assignment 9748 | if((_len == ((modelica_integer) 1))) | ^~ | = build/FlagsUtil.c:9762:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9762 | if((_len == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:9762:10: note: remove extraneous parentheses around the comparison to silence this warning 9762 | if((_len == ((modelica_integer) 1))) | ~ ^ ~ build/FlagsUtil.c:9762:10: note: use '=' to turn this equality comparison into an assignment 9762 | if((_len == ((modelica_integer) 1))) | ^~ | = build/FlagsUtil.c:9768:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9768 | if((_len == ((modelica_integer) 2))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:9768:10: note: remove extraneous parentheses around the comparison to silence this warning 9768 | if((_len == ((modelica_integer) 2))) | ~ ^ ~ build/FlagsUtil.c:9768:10: note: use '=' to turn this equality comparison into an assignment 9768 | if((_len == ((modelica_integer) 2))) | ^~ | = build/Main.c:1110:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1110 | if((_shandle == ((modelica_integer) -1))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/Main.c:1110:14: note: remove extraneous parentheses around the comparison to silence this warning 1110 | if((_shandle == ((modelica_integer) -1))) | ~ ^ ~ build/Main.c:1110:14: note: use '=' to turn this equality comparison into an assignment 1110 | if((_shandle == ((modelica_integer) -1))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GenerateAPIFunctionsTpl.o build/GenerateAPIFunctionsTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionDumpTpl.o build/ExpressionDumpTpl.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEDumpTpl.o build/DAEDumpTpl.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CodegenUtil.o build/CodegenUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CodegenCFunctions.o build/CodegenCFunctions.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynDumpTpl.o build/AbsynDumpTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InteractiveUtil.o build/InteractiveUtil.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SymbolTable.o build/SymbolTable.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StaticScript.o build/StaticScript.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Interactive.o build/Interactive.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GlobalScriptUtil.o build/GlobalScriptUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GlobalScriptDump.o build/GlobalScriptDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GlobalScript.o build/GlobalScript.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalScript.o build/CevalScript.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeVar.o build/SimCodeVar.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeFunctionUtil.o build/SimCodeFunctionUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeFunction.o build/SimCodeFunction.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HpcOmSimCode.o build/HpcOmSimCode.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendDAE.o build/BackendDAE.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FVisit.o build/FVisit.c 1 warning generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FTraverse.o build/FTraverse.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FResolve.o build/FResolve.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FNode.o build/FNode.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FMod.o build/FMod.c build/TplParser.c:12363:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12363 | if((_i == ((modelica_integer) 13))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:12363:8: note: remove extraneous parentheses around the comparison to silence this warning 12363 | if((_i == ((modelica_integer) 13))) | ~ ^ ~ build/TplParser.c:12363:8: note: use '=' to turn this equality comparison into an assignment 12363 | if((_i == ((modelica_integer) 13))) | ^~ | = build/TplParser.c:14128:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14128 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:14128:15: note: remove extraneous parentheses around the comparison to silence this warning 14128 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/TplParser.c:14128:15: note: use '=' to turn this equality comparison into an assignment 14128 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/TplParser.c:14137:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14137 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:14137:15: note: remove extraneous parentheses around the comparison to silence this warning 14137 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/TplParser.c:14137:15: note: use '=' to turn this equality comparison into an assignment 14137 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/TplParser.c:14164:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14164 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:14164:15: note: remove extraneous parentheses around the comparison to silence this warning 14164 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/TplParser.c:14164:15: note: use '=' to turn this equality comparison into an assignment 14164 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/TplParser.c:14172:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14172 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:14172:15: note: remove extraneous parentheses around the comparison to silence this warning 14172 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/TplParser.c:14172:15: note: use '=' to turn this equality comparison into an assignment 14172 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = 7 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FLookup.o build/FLookup.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FGraphBuildEnv.o build/FGraphBuildEnv.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FGraphBuild.o build/FGraphBuild.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FGraph.o build/FGraph.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FExpand.o build/FExpand.c 6 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FCore.o build/FCore.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FBuiltin.o build/FBuiltin.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ValuesUtil.o build/ValuesUtil.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Values.o build/Values.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitParserExt.o build/UnitParserExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitAbsyn.o build/UnitAbsyn.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Types.o build/Types.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StateMachineFlatten.o build/StateMachineFlatten.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Static.o build/Static.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeUtil.o build/SCodeUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeInstUtil.o build/SCodeInstUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeDump.o build/SCodeDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCode.o build/SCode.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/PrefixUtil.o build/PrefixUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Patternm.o build/Patternm.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ParserExt.o build/ParserExt.c build/FCore.c:934:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 934 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:934:15: note: remove extraneous parentheses around the comparison to silence this warning 934 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/FCore.c:934:15: note: use '=' to turn this equality comparison into an assignment 934 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/FCore.c:943:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 943 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:943:15: note: remove extraneous parentheses around the comparison to silence this warning 943 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/FCore.c:943:15: note: use '=' to turn this equality comparison into an assignment 943 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/FCore.c:970:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 970 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:970:15: note: remove extraneous parentheses around the comparison to silence this warning 970 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/FCore.c:970:15: note: use '=' to turn this equality comparison into an assignment 970 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/FCore.c:978:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 978 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:978:15: note: remove extraneous parentheses around the comparison to silence this warning 978 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/FCore.c:978:15: note: use '=' to turn this equality comparison into an assignment 978 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Parser.o build/Parser.c build/FGraph.c:1012:10: warning: expression result unused [-Wunused-value] 1012 | tmpMeta[3]; | ~~~~~~~ ~^ clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/OperatorOverloading.o build/OperatorOverloading.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFInstUtil.o build/NFInstUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Mod.o build/Mod.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/MMath.o build/MMath.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/MetaUtil.o build/MetaUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Lookup.o build/Lookup.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstTypes.o build/InstTypes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstSection.o build/InstSection.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstExtends.o build/InstExtends.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstUtil.o build/InstUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstMeta.o build/InstMeta.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstHashTable.o build/InstHashTable.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstFunction.o build/InstFunction.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstBinding.o build/InstBinding.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstDAE.o build/InstDAE.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstVar.o build/InstVar.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Inst.o build/Inst.c 1 warning generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InnerOuter.o build/InnerOuter.c build/OperatorOverloading.c:3903:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3903 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:3903:15: note: remove extraneous parentheses around the comparison to silence this warning 3903 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:3903:15: note: use '=' to turn this equality comparison into an assignment 3903 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:3912:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3912 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:3912:15: note: remove extraneous parentheses around the comparison to silence this warning 3912 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:3912:15: note: use '=' to turn this equality comparison into an assignment 3912 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/OperatorOverloading.c:3939:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3939 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:3939:15: note: remove extraneous parentheses around the comparison to silence this warning 3939 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:3939:15: note: use '=' to turn this equality comparison into an assignment 3939 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:3947:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3947 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:3947:15: note: remove extraneous parentheses around the comparison to silence this warning 3947 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:3947:15: note: use '=' to turn this equality comparison into an assignment 3947 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Inline.o build/Inline.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Graphviz.o build/Graphviz.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionSimplifyTypes.o build/ExpressionSimplifyTypes.c build/OperatorOverloading.c:5723:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5723 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:5723:15: note: remove extraneous parentheses around the comparison to silence this warning 5723 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:5723:15: note: use '=' to turn this equality comparison into an assignment 5723 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:5732:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5732 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:5732:15: note: remove extraneous parentheses around the comparison to silence this warning 5732 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:5732:15: note: use '=' to turn this equality comparison into an assignment 5732 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/OperatorOverloading.c:5759:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5759 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:5759:15: note: remove extraneous parentheses around the comparison to silence this warning 5759 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:5759:15: note: use '=' to turn this equality comparison into an assignment 5759 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:5767:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5767 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:5767:15: note: remove extraneous parentheses around the comparison to silence this warning 5767 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:5767:15: note: use '=' to turn this equality comparison into an assignment 5767 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionSimplify.o build/ExpressionSimplify.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Expression.o build/Expression.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionDump.o build/ExpressionDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ElementSource.o build/ElementSource.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Dump.o build/Dump.c build/InstUtil.c:2614:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2614 | if((_inN == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/InstUtil.c:2614:10: note: remove extraneous parentheses around the comparison to silence this warning 2614 | if((_inN == ((modelica_integer) 1))) | ~ ^ ~ build/InstUtil.c:2614:10: note: use '=' to turn this equality comparison into an assignment 2614 | if((_inN == ((modelica_integer) 1))) | ^~ | = build/InstUtil.c:3303:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3303 | if((_N == ((modelica_integer) -1))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/InstUtil.c:3303:8: note: remove extraneous parentheses around the comparison to silence this warning 3303 | if((_N == ((modelica_integer) -1))) | ~ ^ ~ build/InstUtil.c:3303:8: note: use '=' to turn this equality comparison into an assignment 3303 | if((_N == ((modelica_integer) -1))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEUtil.o build/DAEUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAE.o build/DAE.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEDump.o build/DAEDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Constants.o build/Constants.c 5 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ConnectUtil.o build/ConnectUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ConnectionGraph.o build/ConnectionGraph.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ComponentReference.o build/ComponentReference.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ClassLoader.o build/ClassLoader.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ClassInf.o build/ClassInf.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Ceval.o build/Ceval.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalFunction.o build/CevalFunction.c build/DAE.c:111:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 111 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:111:15: note: remove extraneous parentheses around the comparison to silence this warning 111 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/DAE.c:111:15: note: use '=' to turn this equality comparison into an assignment 111 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/DAE.c:120:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 120 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:120:15: note: remove extraneous parentheses around the comparison to silence this warning 120 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/DAE.c:120:15: note: use '=' to turn this equality comparison into an assignment 120 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/DAE.c:147:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 147 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:147:15: note: remove extraneous parentheses around the comparison to silence this warning 147 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/DAE.c:147:15: note: use '=' to turn this equality comparison into an assignment 147 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/DAE.c:155:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 155 | if((_key_comp =clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Builtin.o build/Builtin.c build/Expression.c:3915:8: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3915 | if((_r == ((modelica_integer) 0))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Expression.c:3915:8: note: remove extraneous parentheses around the comparison to silence this warning 3915 | if((_r == ((modelica_integer) 0))) | ~ ^ ~ build/Expression.c:3915:8: note: use '=' to turn this equality comparison into an assignment 3915 | if((_r == ((modelica_integer) 0)= ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:155:15: note: remove extraneous parentheses around the comparison to silence this warning 155 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/DAE.c:155:15: note: use '=' to turn this equality comparison into an assignment 155 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = )) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendInterface.o build/BackendInterface.c build/Expression.c:6400:30: warning: absolute value function 'labs' given an argument of type 'modelica_integer' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value] 6400 | _hash = modelica_integer_mod(labs(omc_Expression_hashExp(threadData, _e)), _mod); | ^ build/Expression.c:6400:30: note: use function 'llabs' instead 6400 | _hash = modelica_integer_mod(labs(omc_Expression_hashExp(threadData, _e)), _mod); | ^~~~ | llabs build/ExpressionSimplify.c:11869:6: warning: absolute value function 'labs' given an argument of type 'modelica_integer' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value] 11869 | _i = labs(_i); | ^ build/ExpressionSimplify.c:11869:6: note: use function 'llabs' instead 11869 | _i = labs(_i); | ^~~~ | llabs build/ExpressionSimplify.c:12544:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12544 | if((_dim == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/ExpressionSimplify.c:12544:10: note: remove extraneous parentheses around the comparison to silence this warning 12544 | if((_dim == ((modelica_integer) 1))) | ~ ^ ~ build/ExpressionSimplify.c:12544:10: note: use '=' to turn this equality comparison into an assignment 12544 | if((_dim == ((modelica_integer) 1))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Algorithm.o build/Algorithm.c build/ExpressionSimplify.c:13535:9: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 13535 | if((_i1 == _i2)) | ~~~~^~~~~~ build/ExpressionSimplify.c:13535:9: note: remove extraneous parentheses around the comparison to silence this warning 13535 | if((_i1 == _i2)) | ~ ^ ~ build/ExpressionSimplify.c:13535:9: note: use '=' to turn this equality comparison into an assignment 13535 | if((_i1 == _i2)) | ^~ | = build/ExpressionSimplify.c:13579:9: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 13579 | if((_i1 == _i2)) | ~~~~^~~~~~ build/ExpressionSimplify.c:13579:9: note: remove extraneous parentheses around the comparison to silence this warning 13579 | if((_i1 == _i2)) | ~ ^ ~ build/ExpressionSimplify.c:13579:9: note: use '=' to turn this equality comparison into an assignment 13579 | if((_i1 == _i2)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynUtil.o build/AbsynUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynToSCode.o build/AbsynToSCode.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Absyn.o build/Absyn.c build/ConnectUtil.c:2171:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2171 | if((_flow_diclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/File.o build/File.c r == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/ConnectUtil.c:2171:15: note: remove extraneous parentheses around the comparison to silence this warning 2171 | if((_flow_dir == ((modeliclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ZeroCrossings_records.o build/ZeroCrossings_records.c ca_integer) 1))) | ~ ^ ~ build/ConnectUtil.c:2171:15: note: use '=' to turn this equality comparison into an assignment 2171 | if((_flow_dir == ((modelica_integer) 1))) | ^~ | = build/ConnectUtil.c:2177:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2177 | if((_flow_dir == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/ConnectUtil.c:2177:15: note: remove extraneous parentheses around the comparison to silence this warning 2177 | if((_flow_dir == ((modelica_integer) -1))) | ~ ^ ~ build/ConnectUtil.c:2177:15: note: use '=' to turn this equality comparison into an assignment 2177 | if((_flow_dir == ((modelica_integer) -1))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitChecker_records.o build/UnitChecker_records.c 8 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitAbsynBuilder_records.o build/UnitAbsynBuilder_records.c build/ComponentReference.c:9976:6: warning: absolute value function 'labs' given an argument of type 'modelica_integer' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value] 9976 | _h = labs(omc_ComponentReference_hashclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeUtil_records.o build/SimCodeUtil_records.c ComponentRef(threadData, _cr)); | ^ build/ComponentReference.c:9976:6: note: use function 'llabs' instead 9976 | _h = labs(omc_ComponentReference_hashComponentRef(threadData, _cr)); | ^~~~ | llabs clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeMain_records.o build/SimCodeMain_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCode_records.o build/SimCode_records.c build/Expression.c:35292:7: warning: absolute value function 'labs' given an argument of type 'modelica_integer' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value] 35292 | _i2 = labs(_i); | ^ build/Expression.c:35292:7: note: use function 'llabs' instead 35292 | _i2 = labs(_i); | ^~~~ | llabs build/Ceval.c:12394:7: warning: absolute value function 'labs' given an argument of type 'modelica_integer' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value] 12394 | _iv = labs(_iv); | ^ build/Ceval.c:12394:7: note: use function 'llabs' instead 12394 | _iv = labs(_iv); | ^~~~ | llabs clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/RewriteRules_records.o build/RewriteRules_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Refactor_records.o build/Refactor_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/PackageManagement_records.o build/PackageManagement_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFUnitCheck_records.o build/NFUnitCheck_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFSCodeFlatten_records.o build/NFSCodeFlatten_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFInstDump_records.o build/NFInstDump_records.c build/AbsynUtil.c:14841:9: warning: absolute value function 'labs' given an argument of type 'modelica_integer' (aka 'long long') but has parameter of type 'long' which may cause truncation of value [-Wabsolute-value] 14841 | _hash = labs(modelica_integer_mod(omc_AbsynUtil_pathHashModWork(threadData, _path, ((modelica_integer) 5381)), _mod)); | ^ build/AbsynUtil.c:14841:9: note: use function 'llabs' instead 14841 | _hash = labs(modelica_integer_mod(omc_AbsynUtil_pathHashModWork(threadData, _path, ((modelica_integer) 5381)), _mod)); | ^~~~ | llabs clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFApi_records.o build/NFApi_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/MidCode_records.o build/MidCode_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstStateMachineUtil_records.o build/InstStateMachineUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FUnitCheck_records.o build/FUnitCheck_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpandableArray_records.o build/ExpandableArray_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DumpGraphviz_records.o build/DumpGraphviz_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEToMid_records.o build/DAEToMid_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CodegenMidToC_records.o build/CodegenMidToC_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalScriptOMSimulator_records.o build/CevalScriptOMSimulator_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalScriptBackend_records.o build/CevalScriptBackend_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendDAEUtil_records.o build/BackendDAEUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendDAECreate_records.o build/BackendDAECreate_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Autoconf_records.o build/Autoconf_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynJLDumpTpl_records.o build/AbsynJLDumpTpl_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ZeroMQ_records.o build/ZeroMQ_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/VarTransform_records.o build/VarTransform_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Util_records.o build/Util_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Testsuite_records.o build/Testsuite_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/System_records.o build/System_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Socket_records.o build/Socket_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StringUtil_records.o build/StringUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StackOverflow_records.o build/StackOverflow_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Settings_records.o build/Settings_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SemanticVersion_records.o build/SemanticVersion_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Print_records.o build/Print_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Pointer_records.o build/Pointer_records.c 2 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Mutable_records.o build/Mutable_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ModelicaExternalC_records.o build/ModelicaExternalC_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/List_records.o build/List_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Lapack_records.o build/Lapack_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/IOStream_records.o build/IOStream_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/IOStreamExt_records.o build/IOStreamExt_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableStringToProgram_records.o build/HashTableStringToProgram_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableStringToPath_records.o build/HashTableStringToPath_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableExpToIndex_records.o build/HashTableExpToIndex_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable_records.o build/HashTable_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrToExpOption_records.o build/HashTableCrToExpOption_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrIListArray_records.o build/HashTableCrIListArray_records.c 1 warning generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrILst_records.o build/HashTableCrILst_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCrefSimVar_records.o build/HashTableCrefSimVar_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTableCG_records.o build/HashTableCG_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable5_records.o build/HashTable5_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable3_records.o build/HashTable3_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashTable2_records.o build/HashTable2_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashSetString_records.o build/HashSetString_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashSetExp_records.o build/HashSetExp_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HashSet_records.o build/HashSet_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Graph_records.o build/Graph_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Gettext_records.o build/Gettext_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GC_records.o build/GC_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FlagsUtil_records.o build/FlagsUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Flags_records.o build/Flags_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExecStat_records.o build/ExecStat_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ErrorTypes_records.o build/ErrorTypes_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Error_records.o build/Error_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ErrorExt_records.o build/ErrorExt_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DynLoad_records.o build/DynLoad_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DoubleEnded_records.o build/DoubleEnded_records.c 2 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Debug_records.o build/Debug_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Corba_records.o build/Corba_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Config_records.o build/Config_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ClockIndexes_records.o build/ClockIndexes_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseHashSet_records.o build/BaseHashSet_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseHashTable_records.o build/BaseHashTable_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseAvlSet_records.o build/BaseAvlSet_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BaseAvlTree_records.o build/BaseAvlTree_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlTreeCRToInt_records.o build/AvlTreeCRToInt_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlTreeStringString_records.o build/AvlTreeStringString_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlSetString_records.o build/AvlSetString_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlSetPath_records.o build/AvlSetPath_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AvlSetCR_records.o build/AvlSetCR_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Array_records.o build/Array_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Main_records.o build/Main_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Global_records.o build/Global_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Unparsing_records.o build/Unparsing_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplParser_records.o build/TplParser_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Tpl_records.o build/Tpl_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplMain_records.o build/TplMain_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplCodegen_records.o build/TplCodegen_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/TplAbsyn_records.o build/TplAbsyn_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeDumpTpl_records.o build/SCodeDumpTpl_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GenerateAPIFunctionsTpl_records.o build/GenerateAPIFunctionsTpl_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionDumpTpl_records.o build/ExpressionDumpTpl_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEDumpTpl_records.o build/DAEDumpTpl_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CodegenUtil_records.o build/CodegenUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CodegenCFunctions_records.o build/CodegenCFunctions_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynDumpTpl_records.o build/AbsynDumpTpl_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InteractiveUtil_records.o build/InteractiveUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SymbolTable_records.o build/SymbolTable_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StaticScript_records.o build/StaticScript_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Interactive_records.o build/Interactive_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GlobalScriptUtil_records.o build/GlobalScriptUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GlobalScriptDump_records.o build/GlobalScriptDump_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/GlobalScript_records.o build/GlobalScript_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalScript_records.o build/CevalScript_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeVar_records.o build/SimCodeVar_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeFunctionUtil_records.o build/SimCodeFunctionUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SimCodeFunction_records.o build/SimCodeFunction_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/HpcOmSimCode_records.o build/HpcOmSimCode_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendDAE_records.o build/BackendDAE_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FVisit_records.o build/FVisit_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FTraverse_records.o build/FTraverse_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FResolve_records.o build/FResolve_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FNode_records.o build/FNode_records.c 4 warnings generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FMod_records.o build/FMod_records.c 1 warning generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FLookup_records.o build/FLookup_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FGraphBuildEnv_records.o build/FGraphBuildEnv_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FGraphBuild_records.o build/FGraphBuild_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FGraph_records.o build/FGraph_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FExpand_records.o build/FExpand_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FCore_records.o build/FCore_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/FBuiltin_records.o build/FBuiltin_records.c 1 warning generated. clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ValuesUtil_records.o build/ValuesUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Values_records.o build/Values_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitParserExt_records.o build/UnitParserExt_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/UnitAbsyn_records.o build/UnitAbsyn_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Types_records.o build/Types_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/StateMachineFlatten_records.o build/StateMachineFlatten_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Static_records.o build/Static_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeUtil_records.o build/SCodeUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeInstUtil_records.o build/SCodeInstUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCodeDump_records.o build/SCodeDump_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/SCode_records.o build/SCode_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/PrefixUtil_records.o build/PrefixUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Patternm_records.o build/Patternm_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ParserExt_records.o build/ParserExt_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Parser_records.o build/Parser_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/OperatorOverloading_records.o build/OperatorOverloading_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/NFInstUtil_records.o build/NFInstUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Mod_records.o build/Mod_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/MMath_records.o build/MMath_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/MetaUtil_records.o build/MetaUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Lookup_records.o build/Lookup_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstTypes_records.o build/InstTypes_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstSection_records.o build/InstSection_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstExtends_records.o build/InstExtends_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstUtil_records.o build/InstUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstMeta_records.o build/InstMeta_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstHashTable_records.o build/InstHashTable_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstFunction_records.o build/InstFunction_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstBinding_records.o build/InstBinding_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstDAE_records.o build/InstDAE_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InstVar_records.o build/InstVar_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Inst_records.o build/Inst_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/InnerOuter_records.o build/InnerOuter_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Inline_records.o build/Inline_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Graphviz_records.o build/Graphviz_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplifyTypes_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionSimplify_records.o build/ExpressionSimplify_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Expression_records.o build/Expression_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ExpressionDump_records.o build/ExpressionDump_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ElementSource_records.o build/ElementSource_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Dump_records.o build/Dump_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEUtil_records.o build/DAEUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAE_records.o build/DAE_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/DAEDump_records.o build/DAEDump_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Constants_records.o build/Constants_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ConnectUtil_records.o build/ConnectUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ConnectionGraph_records.o build/ConnectionGraph_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ComponentReference_records.o build/ComponentReference_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ClassLoader_records.o build/ClassLoader_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/ClassInf_records.o build/ClassInf_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Ceval_records.o build/Ceval_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/CevalFunction_records.o build/CevalFunction_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Builtin_records.o build/Builtin_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/BackendInterface_records.o build/BackendInterface_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Algorithm_records.o build/Algorithm_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynUtil_records.o build/AbsynUtil_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/AbsynToSCode_records.o build/AbsynToSCode_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/Absyn_records.o build/Absyn_records.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -c -o build/File_records.o build/File_records.c cp -a build/_main.c build/_main_omc.c clang -DOMC_ENTRYPOINT_STATIC= -c build/_main.c -o build/_main.o -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 cp -a build/OpenModelicaScriptingAPI.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API 3 warnings generated. clang -c build/_main_omc.c -o build/_main_omc.o -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 clang -shared -o /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaCompiler.dll build/ZeroCrossings.o build/UnitChecker.o build/UnitAbsynBuilder.o build/SimCodeUtil.o build/SimCodeMain.o build/SimCode.o build/RewriteRules.o build/Refactor.o build/PackageManagement.o build/NFUnitCheck.o build/NFSCodeFlatten.o build/NFInstDump.o build/NFApi.o build/MidCode.o build/InstStateMachineUtil.o build/FUnitCheck.o build/ExpandableArray.o build/DumpGraphviz.o build/DAEToMid.o build/CodegenMidToC.o build/CevalScriptOMSimulator.o build/CevalScriptBackend.o build/BackendDAEUtil.o build/BackendDAECreate.o build/Autoconf.o build/AbsynJLDumpTpl.o build/ZeroMQ.o build/VarTransform.o build/Util.o build/Testsuite.o build/System.o build/Socket.o build/StringUtil.o build/StackOverflow.o build/Settings.o build/SemanticVersion.o build/Print.o build/Pointer.o build/Mutable.o build/ModelicaExternalC.o build/List.o build/Lapack.o build/IOStream.o build/IOStreamExt.o build/HashTableStringToProgram.o build/HashTableStringToPath.o build/HashTableExpToIndex.o build/HashTable.o build/HashTableCrToExpOption.o build/HashTableCrIListArray.o build/HashTableCrILst.o build/HashTableCrefSimVar.o build/HashTableCG.o build/HashTable5.o build/HashTable3.o build/HashTable2.o build/HashSetString.o build/HashSetExp.o build/HashSet.o build/Graph.o build/Gettext.o build/GC.o build/FlagsUtil.o build/Flags.o build/ExecStat.o build/ErrorTypes.o build/Error.o build/ErrorExt.o build/DynLoad.o build/DoubleEnded.o build/Debug.o build/Corba.o build/Config.o build/ClockIndexes.o build/BaseHashSet.o build/BaseHashTable.o build/BaseAvlSet.o build/BaseAvlTree.o build/AvlTreeCRToInt.o build/AvlTreeStringString.o build/AvlSetString.o build/AvlSetPath.o build/AvlSetCR.o build/Array.o build/Main.o build/Global.o build/Unparsing.o build/TplParser.o build/Tpl.o build/TplMain.o build/TplCodegen.o build/TplAbsyn.o build/SCodeDumpTpl.o build/GenerateAPIFunctionsTpl.o build/ExpressionDumpTpl.o build/DAEDumpTpl.o build/CodegenUtil.o build/CodegenCFunctions.o build/AbsynDumpTpl.o build/InteractiveUtil.o build/SymbolTable.o build/StaticScript.o build/Interactive.o build/GlobalScriptUtil.o build/GlobalScriptDump.o build/GlobalScript.o build/CevalScript.o build/SimCodeVar.o build/SimCodeFunctionUtil.o build/SimCodeFunction.o build/HpcOmSimCode.o build/BackendDAE.o build/FVisit.o build/FTraverse.o build/FResolve.o build/FNode.o build/FMod.o build/FLookup.o build/FGraphBuildEnv.o build/FGraphBuild.o build/FGraph.o build/FExpand.o build/FCore.o build/FBuiltin.o build/ValuesUtil.o build/Values.o build/UnitParserExt.o build/UnitAbsyn.o build/Types.o build/StateMachineFlatten.o build/Static.o build/SCodeUtil.o build/SCodeInstUtil.o build/SCodeDump.o build/SCode.o build/PrefixUtil.o build/Patternm.o build/ParserExt.o build/Parser.o build/OperatorOverloading.o build/NFInstUtil.o build/Mod.o build/MMath.o build/MetaUtil.o build/Lookup.o build/InstTypes.o build/InstSection.o build/InstExtends.o build/InstUtil.o build/InstMeta.o build/InstHashTable.o build/InstFunction.o build/InstBinding.o build/InstDAE.o build/InstVar.o build/Inst.o build/InnerOuter.o build/Inline.o build/Graphviz.o build/ExpressionSimplifyTypes.o build/ExpressionSimplify.o build/Expression.o build/ExpressionDump.o build/ElementSource.o build/Dump.o build/DAEUtil.o build/DAE.o build/DAEDump.o build/Constants.o build/ConnectUtil.o build/ConnectionGraph.o build/ComponentReference.o build/ClassLoader.o build/ClassInf.o build/Ceval.o build/CevalFunction.o build/Builtin.o build/BackendInterface.o build/Algorithm.o build/AbsynUtil.o build/AbsynToSCode.o build/Absyn.o build/File.o build/ZeroCrossings_records.o build/UnitChecker_records.o build/UnitAbsynBuilder_records.o build/SimCodeUtil_records.o build/SimCodeMain_records.o build/SimCode_records.o build/RewriteRules_records.o build/Refactor_records.o build/PackageManagement_records.o build/NFUnitCheck_records.o build/NFSCodeFlatten_records.o build/NFInstDump_records.o build/NFApi_records.o build/MidCode_records.o build/InstStateMachineUtil_records.o build/FUnitCheck_records.o build/ExpandableArray_records.o build/DumpGraphviz_records.o build/DAEToMid_records.o build/CodegenMidToC_records.o build/CevalScriptOMSimulator_records.o build/CevalScriptBackend_records.o build/BackendDAEUtil_records.o build/BackendDAECreate_records.o build/Autoconf_records.o build/AbsynJLDumpTpl_records.o build/ZeroMQ_records.o build/VarTransform_records.o build/Util_records.o build/Testsuite_records.o build/System_records.o build/Socket_records.o build/StringUtil_records.o build/StackOverflow_records.o build/Settings_records.o build/SemanticVersion_records.o build/Print_records.o build/Pointer_records.o build/Mutable_records.o build/ModelicaExternalC_records.o build/List_records.o build/Lapack_records.o build/IOStream_records.o build/IOStreamExt_records.o build/HashTableStringToProgram_records.o build/HashTableStringToPath_records.o build/HashTableExpToIndex_records.o build/HashTable_records.o build/HashTableCrToExpOption_records.o build/HashTableCrIListArray_records.o build/HashTableCrILst_records.o build/HashTableCrefSimVar_records.o build/HashTableCG_records.o build/HashTable5_records.o build/HashTable3_records.o build/HashTable2_records.o build/HashSetString_records.o build/HashSetExp_records.o build/HashSet_records.o build/Graph_records.o build/Gettext_records.o build/GC_records.o build/FlagsUtil_records.o build/Flags_records.o build/ExecStat_records.o build/ErrorTypes_records.o build/Error_records.o build/ErrorExt_records.o build/DynLoad_records.o build/DoubleEnded_records.o build/Debug_records.o build/Corba_records.o build/Config_records.o build/ClockIndexes_records.o build/BaseHashSet_records.o build/BaseHashTable_records.o build/BaseAvlSet_records.o build/BaseAvlTree_records.o build/AvlTreeCRToInt_records.o build/AvlTreeStringString_records.o build/AvlSetString_records.o build/AvlSetPath_records.o build/AvlSetCR_records.o build/Array_records.o build/Main_records.o build/Global_records.o build/Unparsing_records.o build/TplParser_records.o build/Tpl_records.o build/TplMain_records.o build/TplCodegen_records.o build/TplAbsyn_records.o build/SCodeDumpTpl_records.o build/GenerateAPIFunctionsTpl_records.o build/ExpressionDumpTpl_records.o build/DAEDumpTpl_records.o build/CodegenUtil_records.o build/CodegenCFunctions_records.o build/AbsynDumpTpl_records.o build/InteractiveUtil_records.o build/SymbolTable_records.o build/StaticScript_records.o build/Interactive_records.o build/GlobalScriptUtil_records.o build/GlobalScriptDump_records.o build/GlobalScript_records.o build/CevalScript_records.o build/SimCodeVar_records.o build/SimCodeFunctionUtil_records.o build/SimCodeFunction_records.o build/HpcOmSimCode_records.o build/BackendDAE_records.o build/FVisit_records.o build/FTraverse_records.o build/FResolve_records.o build/FNode_records.o build/FMod_records.o build/FLookup_records.o build/FGraphBuildEnv_records.o build/FGraphBuild_records.o build/FGraph_records.o build/FExpand_records.o build/FCore_records.o build/FBuiltin_records.o build/ValuesUtil_records.o build/Values_records.o build/UnitParserExt_records.o build/UnitAbsyn_records.o build/Types_records.o build/StateMachineFlatten_records.o build/Static_records.o build/SCodeUtil_records.o build/SCodeInstUtil_records.o build/SCodeDump_records.o build/SCode_records.o build/PrefixUtil_records.o build/Patternm_records.o build/ParserExt_records.o build/Parser_records.o build/OperatorOverloading_records.o build/NFInstUtil_records.o build/Mod_records.o build/MMath_records.o build/MetaUtil_records.o build/Lookup_records.o build/InstTypes_records.o build/InstSection_records.o build/InstExtends_records.o build/InstUtil_records.o build/InstMeta_records.o build/InstHashTable_records.o build/InstFunction_records.o build/InstBinding_records.o build/InstDAE_records.o build/InstVar_records.o build/Inst_records.o build/InnerOuter_records.o build/Inline_records.o build/Graphviz_records.o build/ExpressionSimplifyTypes_records.o build/ExpressionSimplify_records.o build/Expression_records.o build/ExpressionDump_records.o build/ElementSource_records.o build/Dump_records.o build/DAEUtil_records.o build/DAE_records.o build/DAEDump_records.o build/Constants_records.o build/ConnectUtil_records.o build/ConnectionGraph_records.o build/ComponentReference_records.o build/ClassLoader_records.o build/ClassInf_records.o build/Ceval_records.o build/CevalFunction_records.o build/Builtin_records.o build/BackendInterface_records.o build/Algorithm_records.o build/AbsynUtil_records.o build/AbsynToSCode_records.o build/Absyn_records.o build/File_records.o build/_main_omc.o -L./ ../../Parser/libomparse-boot.a ../..//Compiler/runtime/libomcbackendruntime.a /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime/libomcruntime-boot.a ../..//3rdParty/libffi/install/lib*/libffi.a -L"/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" -lOpenModelicaRuntimeC -lomantlr3 -lregex -lwsock32 -luuid -lole32 -lws2_32 -limagehlp -lRpcrt4 -lopenblas -fopenmp -lomcgc -lryu -lpthread -lshlwapi -liconv -lintl -lmetis -Wl,--enable-stdcall-fixup -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -static-libgcc -lgfortran -ltre -lzmq -lcurl -Wl,-Bstatic -lidn2 -lpsl -lbrotlienc -lbrotlidec -lbrotlicommon -lssh2 -lssl -lcrypto -lwldap32 -lzstd -lz -lws2_32 -lgnutls -ltasn1 -lhogweed -lgmp -lnettle -lbcrypt -Wl,-Bdynamic -lunistring -lnghttp2 -lcrypt32 -lintl -lp11-kit -lwinmm -lgdi32 -lm -Wl,--stack,33554432 -Wl,--export-all-symbols test ! ".dll" = ".dylib" || install_name_tool -id @rpath/libOpenModelicaCompiler.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaCompiler.dll test ! ".dll" = ".dylib" || install_name_tool -change libcolamd.dylib @rpath/libcolamd.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaCompiler.dll test ! ".dll" = ".dylib" || install_name_tool -change libsuitesparseconfig.dylib @rpath/libsuitesparseconfig.dylib /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaCompiler.dll clang build/_main.o -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_1 -o build/omc.exe -L"/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc" -Wl,--stack,33554432 -lOpenModelicaCompiler cp -a build/omc.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ test ! ".dll" = ".dll" || cp -a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaCompiler.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' Bootstrapping phase 1/3 completed make -f Makefile.omdev.mingw --no-print-directory clean OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" rm -rf "build/" rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends rm -f patches/*.patch make -f Makefile.omdev.mingw --no-print-directory runtime-depends OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" make -f Makefile.omdev.mingw -C .. OpenModelicaBootstrappingHeader.h OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc -g=MetaModelica GenerateOMCHeader.mos > OpenModelicaBootstrappingHeader.h.log || (cat OpenModelicaBootstrappingHeader.h.log && false) make -f Makefile.omdev.mingw parser compilerruntime make -f Makefile.omdev.mingw -C ../../Parser install OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build OM_ENABLE_ENCRYPTION= make -f Makefile.omdev.mingw -C ../runtime install OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build clang -c -o ModelicaParser.o ModelicaParser.c -g -O2 -DUCRT64 -DUCRT64 -I. -I../3rdParty/antlr/3.2/libantlr3c-3.2 -I../3rdParty/antlr/3.2/libantlr3c-3.2/include -I../ -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../3rdParty/gc/include -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I../Compiler clang++ -c -o "Error_omc.o" "Error_omc.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. clang++ -c -o "ErrorMessage.o" "ErrorMessage.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. ModelicaParser.c:3434:34: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 3434 | while (tok = INPUT->get(INPUT,omc_first_comment++)) { | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ModelicaParser.c:3434:34: note: place parentheses around the assignment to silence this warning 3434 | while (tok = INPUT->get(INPUT,omc_first_comment++)) { | ^ | ( ) ModelicaParser.c:3434:34: note: use '==' to turn this assignment into an equality comparison 3434 | while (tok = INPUT->get(INPUT,omc_first_comment++)) { | ^ | == ModelicaParser.c:3278:25: warning: expression result unused [-Wunused-value] 3278 | (SCOPE_TOP(omc))->numPushed; OM_PUSHZ2(within, cl); | ~~~~~~~~~~~~~~~~ ^~~~~~~~~ ModelicaParser.c:13432:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 13432 | if ( (LA84_0 == T_ANNOTATION) ) | ~~~~~~~^~~~~~~~~~~~~~~ ModelicaParser.c:13432:34: note: remove extraneous parentheses around the comparison to silence this warning 13432 | if ( (LA84_0 == T_ANNOTATION) ) | ~ ^ ~ ModelicaParser.c:13432:34: note: use '=' to turn this equality comparison into an assignment 13432 | if ( (LA84_0 == T_ANNOTATION) ) | ^~ | = ModelicaParser.c:13445:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 13445 | else if ( (LA84_0 == INITIAL) ) | ~~~~~~~^~~~~~~~~~ ModelicaParser.c:13445:39: note: remove extraneous parentheses around the comparison to silence this warning 13445 | else if ( (LA84_0 == INITIAL) ) | ~ ^ ~ ModelicaParser.c:13445:39: note: use '=' to turn this equality comparison into an assignment 13445 | else if ( (LA84_0 == INITIAL) ) | ^~ | = ModelicaParser.c:14262:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14262 | if ( (LA88_0 == T_ANNOTATION) ) | ~~~~~~~^~~~~~~~~~~~~~~ ModelicaParser.c:14262:34: note: remove extraneous parentheses around the comparison to silence this warning 14262 | if ( (LA88_0 == T_ANNOTATION) ) | ~ ^ ~ ModelicaParser.c:14262:34: note: use '=' to turn this equality comparison into an assignment 14262 | if ( (LA88_0 == T_ANNOTATION) ) | ^~ | = ModelicaParser.c:14275:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14275 | else if ( (LA88_0 == INITIAL) ) | ~~~~~~~^~~~~~~~~~ ModelicaParser.c:14275:39: note: remove extraneous parentheses around the comparison to silence this warning 14275 | else if ( (LA88_0 == INITIAL) ) | ~ ^ ~ ModelicaParser.c:14275:39: note: use '=' to turn this equality comparison into an assignment 14275 | else if ( (LA88_0 == INITIAL) ) | ^~ | = clang -c -o "System_omc.o" "System_omc.c" -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. ModelicaParser.c:30396:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30396 | if ( (LA183_0 == IF) ) | ~~~~~~~~^~~~~ ModelicaParser.c:30396:35: note: remove extraneous parentheses around the comparison to silence this warning 30396 | if ( (LA183_0 == IF) ) | ~ ^ ~ ModelicaParser.c:30396:35: note: use '=' to turn this equality comparison into an assignment 30396 | if ( (LA183_0 == IF) ) | ^~ | = ModelicaParser.c:30428:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30428 | else if ( (LA183_0 == T_NOT) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:30428:40: note: remove extraneous parentheses around the comparison to silence this warning 30428 | else if ( (LA183_0 == T_NOT) ) | ~ ^ ~ ModelicaParser.c:30428:40: note: use '=' to turn this equality comparison into an assignment 30428 | else if ( (LA183_0 == T_NOT) ) | ^~ | = ModelicaParser.c:30460:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30460 | else if ( (LA183_0 == PLUS) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:30460:40: note: remove extraneous parentheses around the comparison to silence this warning 30460 | else if ( (LA183_0 == PLUS) ) | ~ ^ ~ ModelicaParser.c:30460:40: note: use '=' to turn this equality comparison into an assignment 30460 | else if ( (LA183_0 == PLUS) ) | ^~ | = ModelicaParser.c:30492:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30492 | else if ( (LA183_0 == MINUS) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:30492:40: note: remove extraneous parentheses around the comparison to silence this warning 30492 | else if ( (LA183_0 == MINUS) ) | ~ ^ ~ ModelicaParser.c:30492:40: note: use '=' to turn this equality comparison into an assignment 30492 | else if ( (LA183_0 == MINUS) ) | ^~ | = ModelicaParser.c:30524:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30524 | else if ( (LA183_0 == PLUS_EW) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30524:40: note: remove extraneous parentheses around the comparison to silence this warning 30524 | else if ( (LA183_0 == PLUS_EW) ) | ~ ^ ~ ModelicaParser.c:30524:40: note: use '=' to turn this equality comparison into an assignment 30524 | else if ( (LA183_0 == PLUS_EW) ) | ^~ | = ModelicaParser.c:30556:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30556 | else if ( (LA183_0 == MINUS_EW) ) | ~~~~~~~~^~~~~~~~~~~ ModelicaParser.c:30556:40: note: remove extraneous parentheses around the comparison to silence this warning 30556 | else if ( (LA183_0 == MINUS_EW) ) | ~ ^ ~ ModelicaParser.c:30556:40: note: use '=' to turn this equality comparison into an assignment 30556 | else if ( (LA183_0 == MINUS_EW) ) | ^~ | = ModelicaParser.c:30588:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30588 | else if ( (LA183_0 == UNSIGNED_INTEGER) ) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ ModelicaParser.c:30588:40: note: remove extraneous parentheses around the comparison to silence this warning 30588 | else if ( (LA183_0 == UNSIGNED_INTEGER) ) | ~ ^ ~ ModelicaParser.c:30588:40: note: use '=' to turn this equality comparison into an assignment 30588 | else if ( (LA183_0 == UNSIGNED_INTEGER) ) | ^~ | = ModelicaParser.c:30620:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30620 | else if ( (LA183_0 == UNSIGNED_REAL) ) | ~~~~~~~~^~~~~~~~~~~~~~~~ ModelicaParser.c:30620:40: note: remove extraneous parentheses around the comparison to silence this warning 30620 | else if ( (LA183_0 == UNSIGNED_REAL) ) | ~ ^ ~ ModelicaParser.c:30620:40: note: use '=' to turn this equality comparison into an assignment 30620 | else if ( (LA183_0 == UNSIGNED_REAL) ) | ^~ | = ModelicaParser.c:30652:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30652 | else if ( (LA183_0 == STRING) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:30652:40: note: remove extraneous parentheses around the comparison to silence this warning 30652 | else if ( (LA183_0 == STRING) ) | ~ ^ ~ ModelicaParser.c:30652:40: note: use '=' to turn this equality comparison into an assignment 30652 | else if ( (LA183_0 == STRING) ) | ^~ | = ModelicaParser.c:30684:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30684 | else if ( (LA183_0 == T_FALSE) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30684:40: note: remove extraneous parentheses around the comparison to silence this warning 30684 | else if ( (LA183_0 == T_FALSE) ) | ~ ^ ~ ModelicaParser.c:30684:40: note: use '=' to turn this equality comparison into an assignment 30684 | else if ( (LA183_0 == T_FALSE) ) | ^~ | = ModelicaParser.c:30716:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30716 | else if ( (LA183_0 == T_TRUE) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:30716:40: note: remove extraneous parentheses around the comparison to silence this warning 30716 | else if ( (LA183_0 == T_TRUE) ) | ~ ^ ~ ModelicaParser.c:30716:40: note: use '=' to turn this equality comparison into an assignment 30716 | else if ( (LA183_0 == T_TRUE) ) | ^~ | = ModelicaParser.c:30748:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30748 | else if ( (LA183_0 == DOT) ) | ~~~~~~~~^~~~~~ ModelicaParser.c:30748:40: note: remove extraneous parentheses around the comparison to silence this warning 30748 | else if ( (LA183_0 == DOT) ) | ~ ^ ~ ModelicaParser.c:30748:40: note: use '=' to turn this equality comparison into an assignment 30748 | else if ( (LA183_0 == DOT) ) | ^~ | = ModelicaParser.c:30780:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30780 | else if ( (LA183_0 == IDENT) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:30780:40: note: remove extraneous parentheses around the comparison to silence this warning 30780 | else if ( (LA183_0 == IDENT) ) | ~ ^ ~ ModelicaParser.c:30780:40: note: use '=' to turn this equality comparison into an assignment 30780 | else if ( (LA183_0 == IDENT) ) | ^~ | = ModelicaParser.c:30812:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30812 | else if ( (LA183_0 == OPERATOR) ) | ~~~~~~~~^~~~~~~~~~~ ModelicaParser.c:30812:40: note: remove extraneous parentheses around the comparison to silence this warning 30812 | else if ( (LA183_0 == OPERATOR) ) | ~ ^ ~ ModelicaParser.c:30812:40: note: use '=' to turn this equality comparison into an assignment 30812 | else if ( (LA183_0 == OPERATOR) ) | ^~ | = ModelicaParser.c:30844:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30844 | else if ( (LA183_0 == ALLWILD) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30844:40: note: remove extraneous parentheses around the comparison to silence this warning 30844 | else if ( (LA183_0 == ALLWILD) ) | ~ ^ ~ ModelicaParser.c:30844:40: note: use '=' to turn this equality comparison into an assignment 30844 | else if ( (LA183_0 == ALLWILD) ) | ^~ | = ModelicaParser.c:30876:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30876 | else if ( (LA183_0 == WILD) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:30876:40: note: remove extraneous parentheses around the comparison to silence this warning 30876 | else if ( (LA183_0 == WILD) ) | ~ ^ ~ ModelicaParser.c:30876:40: note: use '=' to turn this equality comparison into an assignment 30876 | else if ( (LA183_0 == WILD) ) | ^~ | = ModelicaParser.c:30908:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30908 | else if ( (LA183_0 == INITIAL) ) | ~~~~~~~~^~~~~~~~~~ ModelicaParser.c:30908:40: note: remove extraneous parentheses around the comparison to silence this warning 30908 | else if ( (LA183_0 == INITIAL) ) | ~ ^ ~ ModelicaParser.c:30908:40: note: use '=' to turn this equality comparison into an assignment 30908 | else if ( (LA183_0 == INITIAL) ) | ^~ | = ModelicaParser.c:30940:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30940 | else if ( (LA183_0 == DER) ) | ~~~~~~~~^~~~~~ ModelicaParser.c:30940:40: note: remove extraneous parentheses around the comparison to silence this warning 30940 | else if ( (LA183_0 == DER) ) | ~ ^ ~ ModelicaParser.c:30940:40: note: use '=' to turn this equality comparison into an assignment 30940 | else if ( (LA183_0 == DER) ) | ^~ | = ModelicaParser.c:30972:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 30972 | else if ( (LA183_0 == PURE) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:30972:40: note: remove extraneous parentheses around the comparison to silence this warning 30972 | else if ( (LA183_0 == PURE) ) | ~ ^ ~ ModelicaParser.c:30972:40: note: use '=' to turn this equality comparison into an assignment 30972 | else if ( (LA183_0 == PURE) ) | ^~ | = ModelicaParser.c:31004:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31004 | else if ( (LA183_0 == LPAR) ) | ~~~~~~~~^~~~~~~ ModelicaParser.c:31004:40: note: remove extraneous parentheses around the comparison to silence this warning 31004 | else if ( (LA183_0 == LPAR) ) | ~ ^ ~ ModelicaParser.c:31004:40: note: use '=' to turn this equality comparison into an assignment 31004 | else if ( (LA183_0 == LPAR) ) | ^~ | = ModelicaParser.c:31036:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31036 | else if ( (LA183_0 == LBRACK) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:31036:40: note: remove extraneous parentheses around the comparison to silence this warning 31036 | else if ( (LA183_0 == LBRACK) ) | ~ ^ ~ ModelicaParser.c:31036:40: note: use '=' to turn this equality comparison into an assignment 31036 | else if ( (LA183_0 == LBRACK) ) | ^~ | = ModelicaParser.c:31068:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31068 | else if ( (LA183_0 == LBRACE) ) | ~~~~~~~~^~~~~~~~~ ModelicaParser.c:31068:40: note: remove extraneous parentheses around the comparison to silence this warning 31068 | else if ( (LA183_0 == LBRACE) ) | ~ ^ ~ ModelicaParser.c:31068:40: note: use '=' to turn this equality comparison into an assignment 31068 | else if ( (LA183_0 == LBRACE) ) | ^~ | = ModelicaParser.c:31100:40: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 31100 | else if ( (LA183_0 == T_END) ) | ~~~~~~~~^~~~~~~~ ModelicaParser.c:31100:40: note: remove extraneous parentheses around the comparison to silence this warning 31100 | else if ( (LA183_0 == T_END) ) | ~ ^ ~ ModelicaParser.c:31100:40: note: use '=' to turn this equality comparison into an assignment 31100 | else if ( (LA183_0 == T_END) ) | ^~ | = clang++ -c -o "Settings_omc.o" "Settings_omc.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. In file included from Error_omc.cpp:53: ./errorext.cpp:415:20: warning: unused function 'ErrorImpl__getLastDeletedCheckpoint' [-Wunused-function] 415 | static const char* ErrorImpl__getLastDeletedCheckpoint(threadData_t *threadData) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ErrorMessage.cpp:83:5: warning: field 'filename_' will be initialized after field 'message_' [-Wreorder-ctor] 78 | startLineNo_(startLineNo), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | message_(message) 79 | startColumnNo_(startColumnNo), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | tokens_(tokens) 80 | endLineNo_(endLineNo), | ~~~~~~~~~~~~~~~~~~~~~ | startLineNo_(startLineNo) 81 | endColumnNo_(endColumnNo), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | startColumnNo_(startColumnNo) 82 | isReadOnly_(isReadOnly), | ~~~~~~~~~~~~~~~~~~~~~~~ | endLineNo_(endLineNo) 83 | filename_(filename), | ^~~~~~~~~~~~~~~~~~~ | endColumnNo_(endColumnNo) 84 | message_(message), | ~~~~~~~~~~~~~~~~~ | isReadOnly_(isReadOnly) 85 | tokens_(tokens) | ~~~~~~~~~~~~~~~ | filename_(filename) 1 warning generated. In file included from System_omc.c:60: ./systemimpl.c:2955:13: warning: variable 'totalread' set but not used [-Wunused-but-set-variable] 2955 | int i1,i2,totalread=0,error=0; | ^ clang++ -c -o "ptolemyio_omc.o" "ptolemyio_omc.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. 1 warning generated. clang -c -o "SimulationResults_omc.o" "SimulationResults_omc.c" -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. clang++ -c -o "HpcOmSchedulerExt_omc.o" "HpcOmSchedulerExt_omc.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. 1 warning generated. In file included from Settings_omc.cpp:41: ./settingsimpl.c:278:20: warning: unused function 'SettingsImpl__getCompilePath' [-Wunused-function] 278 | static const char* SettingsImpl__getCompilePath(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ clang++ -c -o "HpcOmBenchmarkExt_omc.o" "HpcOmBenchmarkExt_omc.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. 1 warning generated. In file included from SimulationResults_omc.c:49: In file included from ./SimulationResultsCmp.c:584: ./SimulationResultsCmpTubes.c:438:7: warning: variable 'iter' set but not used [-Wunused-but-set-variable] 438 | int iter=0; | ^ ./SimulationResultsCmpTubes.c:760:9: warning: variable 'lastStepError' set but not used [-Wunused-but-set-variable] 760 | int lastStepError = 1; | ^ ./SimulationResultsCmpTubes.c:652:12: warning: variable 'maxn' set but not used [-Wunused-but-set-variable] 652 | size_t n,maxn,html_size=0; | ^ ./SimulationResultsCmpTubes.c:653:70: warning: variable 'maxPlusTol' set but not used [-Wunused-but-set-variable] 653 | double *calibrated_values=NULL, *high=NULL, *low=NULL, *error=NULL,maxPlusTol,minMinusTol,abstol; | ^ ./SimulationResultsCmpTubes.c:653:81: warning: variable 'minMinusTol' set but not used [-Wunused-but-set-variable] 653 | double *calibrated_values=NULL, *high=NULL, *low=NULL, *error=NULL,maxPlusTol,minMinusTol,abstol; | ^ In file included from SimulationResults_omc.c:49: ./SimulationResultsCmp.c:596:20: warning: variable 'var2' set but not used [-Wunused-but-set-variable] 596 | char *var,*var1,*var2; | ^ In file included from SimulationResults_omc.c:49: In file included from ./SimulationResultsCmp.c:584: ./SimulationResultsCmpTubes.c:434:31: warning: unused function 'addTargetEventTimes' [-Wunused-function] 434 | static addTargetEventTimesRes addTargetEventTimes(double* sourceTimeLine, double* targetTimeLine, double *sourceValues, size_t nsource, size_t ntarget, double xabstol) | ^~~~~~~~~~~~~~~~~~~ ./SimulationResultsCmpTubes.c:489:31: warning: unused function 'mergeTimelines' [-Wunused-function] 489 | static addTargetEventTimesRes mergeTimelines(addTargetEventTimesRes ref, addTargetEventTimesRes actual, double xabstol) | ^~~~~~~~~~~~~~ ./SimulationResultsCmpTubes.c:525:31: warning: unused function 'removeUneventfulPoints' [-Wunused-function] 525 | static addTargetEventTimesRes removeUneventfulPoints(addTargetEventTimesRes in, double reltol, double xabstol) | ^~~~~~~~~~~~~~~~~~~~~~ ./SimulationResultsCmpTubes.c:592:13: warning: unused function 'assertMonotonic' [-Wunused-function] 592 | static void assertMonotonic(addTargetEventTimesRes series) | ^~~~~~~~~~~~~~~ In file included from HpcOmSchedulerExt_omc.cpp:12: ./HpcOmSchedulerExt.cpp:64:7: warning: variable 'returnval' set but not used [-Wunused-but-set-variable] 64 | int returnval; | ^ clang++ -c -o "TaskGraphResults_omc.o" "TaskGraphResults_omc.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. 1 warning generated. 29 warnings generated. rm -f libomparse.a ar -ru libomparse.a ParModelica_Lexer_BaseModelica_Lexer.o ParModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o MetaModelica_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o MetaModelica_Lexer.o MetaModelica_Lexer_BaseModelica_Lexer.o Modelica_3_Lexer.o Modelica_3_Lexer_BaseModelica_Lexer.o ParModelica_Lexer.o ParModelica_Lexer_BaseModelica_Lexer.o Parser_omc.o ModelicaParser.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomparse.a clang++ -c -o "Dynload_omc.o" "Dynload_omc.cpp" -std=c++11 -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. ranlib libomparse.a mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 cp ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h ../3rdParty/antlr/3.2/libantlr3c-3.2/include/*.h /c/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 10 warnings generated. clang -c -o "FMI_omc.o" "FMI_omc.c" -g -O2 -DUCRT64 -DUCRT64 -DUSE_METIS -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/simulation/results -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include -I../../3rdParty/cJSON/ -I../../3rdParty/metis-5.1.0/include -I../../3rdParty/sqlite3/build/include/ -I../../3rdParty/libzmq/include -I"../..//3rdParty/zlib" -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. cp libomantlr3.a libomparse.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ rm -f libomcruntime.a In file included from Dynload_omc.cpp:48: ./Dynload.cpp:202:17: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 202 | retarg.retval = 1; | ^ ~ ar -s -r libomcruntime.a Error_omc.o Print_omc.o ErrorMessage.o systemimplmisc.o System_omc.o Lapack_omc.o Settings_omc.o UnitParserExt_omc.o unitparser.o IOStreamExt_omc.o Socket_omc.o ZeroMQ_omc.o getMemorySize.o OMSimulator_omc.o is_utf8.o om_curl.o om_unzip.o ffi_omc.o ptolemyio_omc.o SimulationResults_omc.o corbaimpl_stub_omc.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomcruntime.a 1 warning generated. In file included from FMI_omc.c:41: In file included from ./FMIImpl.c:64: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] 99 | static jm_string jm_get_last_error(jm_callbacks* cb) {return cb->errMessageBuffer; } | ^~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13: warning: unused function 'jm_clear_last_error' [-Wunused-function] 104 | static void jm_clear_last_error(jm_callbacks* cb) { cb->errMessageBuffer[0] = 0; } | ^~~~~~~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209:13: warning: unused function 'jm_log_debug_v' [-Wunused-function] 209 | static void jm_log_debug_v(jm_callbacks* cb, const char* module, const char* fmt, va_list ap) {} | ^~~~~~~~~~~~~~ ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214:13: warning: unused function 'jm_log_debug' [-Wunused-function] 214 | static void jm_log_debug(jm_callbacks* cb, const char* module, const char* fmt, ...) {} | ^~~~~~~~~~~~ In file included from FMI_omc.c:41: In file included from ./FMIImpl.c:64: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:21: warning: unused function 'fmi1_get_platform' [-Wunused-function] 48 | static const char * fmi1_get_platform(void) { | ^~~~~~~~~~~~~~~~~ In file included from FMI_omc.c:41: In file included from ./FMIImpl.c:64: In file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:31: ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] 53 | static const char * fmi2_get_types_platform(void) { | ^~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. rm -f libomcbackendruntime.a ar -s -r "libomcbackendruntime.a.tmp" HpcOmSchedulerExt_omc.o HpcOmBenchmarkExt_omc.o TaskGraphResults_omc.o BackendDAEEXT_omc.o matching.o matching_cheap.o Dynload_omc.o FMI_omc.o cJSON.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomcbackendruntime.a.tmp mv "libomcbackendruntime.a.tmp" "libomcbackendruntime.a" cp libomcruntime.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib//omc/ OPENMODELICA_BACKEND_STUBS=1 make -f Makefile.omdev.mingw generate-files-in-steps OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" OMC_EXTRA_FLAGS= TEMPLATES_TARGET=templates-bootstrap make[6]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw templates scripting make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw --no-print-directory -C ../..//Compiler/Template OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build templates-bootstrap make -f Makefile.omdev.mingw --no-print-directory -C ../..//Compiler/Script OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica OpenModelicaScriptingAPI.mos ** AbsynDumpTpl template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe AbsynDumpTpl.tpl > AbsynDumpTpl.mo.log || (cat AbsynDumpTpl.mo.log && false) ** CodegenUtil template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenUtil.tpl > CodegenUtil.mo.log || (cat CodegenUtil.mo.log && false) ** DAEDumpTpl template compilation ** ** ExpressionDumpTpl template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe DAEDumpTpl.tpl > DAEDumpTpl.mo.log || (cat DAEDumpTpl.mo.log && false) /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe ExpressionDumpTpl.tpl > ExpressionDumpTpl.mo.log || (cat ExpressionDumpTpl.mo.log && false) test -f OpenModelicaScriptingAPI.mo ** Unparsing template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe Unparsing.tpl > Unparsing.mo.log || (cat Unparsing.mo.log && false) test -f OpenModelicaScriptingAPIQt.cpp ** SCodeDumpTpl template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe SCodeDumpTpl.tpl > SCodeDumpTpl.mo.log || (cat SCodeDumpTpl.mo.log && false) ** GenerateAPIFunctionsTpl template compilation ** test -f OpenModelicaScriptingAPIQt.h /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe GenerateAPIFunctionsTpl.tpl > GenerateAPIFunctionsTpl.mo.log || (cat GenerateAPIFunctionsTpl.mo.log && false) ** CodegenC template compilation ** cp "OpenModelicaScriptingAPIQt.cpp" "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp" /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCFunctions.tpl > CodegenCFunctions.mo.log || (cat CodegenCFunctions.mo.log && false) cp "OpenModelicaScriptingAPIQt.h" "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h" ** AbsynToJulia template compilation ** ** AbsynJLDump template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe AbsynToJulia.tpl > AbsynToJulia.mo.log || (cat AbsynToJulia.mo.log && false) /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe AbsynJLDumpTpl.tpl > AbsynJLDumpTpl.mo.log || (cat AbsynJLDumpTpl.mo.log && false) ** TplCodegen generation ** (cd ../susan_codegen && /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -d=failtrace TplCodegen.tpl) > TplCodegen.mo.log || (cat TplCodegen.mo.log && false) cp -a ../susan_codegen/TplCodegen.mo TplCodegen.mo Unused import HashTableCrefSimVar in CodegenUtil.mo Unused import SimCodeVar in Unparsing.mo Unused import SimCodeVar in GenerateAPIFunctionsTpl.mo Unused import HashTableCrefSimVar in Unparsing.mo Unused import SimCodeUtil in CodegenUtil.mo Unused import HashTableCrefSimVar in GenerateAPIFunctionsTpl.mo Unused import SimCodeFunctionUtil in CodegenUtil.mo Unused import SimCodeUtil in Unparsing.mo Unused import SimCodeUtil in GenerateAPIFunctionsTpl.mo Unused import SimCodeFunctionUtil in Unparsing.mo Unused import Autoconf in CodegenUtil.mo Unused import SimCodeFunctionUtil in GenerateAPIFunctionsTpl.mo Unused import BackendDAE in Unparsing.mo Unused import BackendDAE in GenerateAPIFunctionsTpl.mo Unused import AbsynUtil in CodegenUtil.mo Unused import DAE in AbsynToJulia.mo Unused import Autoconf in Unparsing.mo Unused import System in GenerateAPIFunctionsTpl.mo Unused import MMath in CodegenUtil.mo Unused import Expression in AbsynToJulia.mo Unused import Autoconf in GenerateAPIFunctionsTpl.mo Unused import MMath in Unparsing.mo Unused import SCodeDump in CodegenUtil.mo Unused import ClassInf in Unparsing.mo Unused import MMath in GenerateAPIFunctionsTpl.mo Unused import ComponentReference in CodegenUtil.mo Unused import SCodeDump in Unparsing.mo Unused import ClassInf in GenerateAPIFunctionsTpl.mo Unused import MMath in CodegenCFunctions.mo Unused import SCodeDump in GenerateAPIFunctionsTpl.mo Unused import Testsuite in CodegenUtil.mo Unused import ComponentReference in Unparsing.mo Unused import FlagsUtil in CodegenUtil.mo Unused import SCodeDump in CodegenCFunctions.mo Unused import ExpressionDump in Unparsing.mo Unused import ComponentReference in GenerateAPIFunctionsTpl.mo Unused import Settings in CodegenUtil.mo Unused import Config in Unparsing.mo Unused import ExpressionDump in GenerateAPIFunctionsTpl.mo Unused import Patternm in CodegenUtil.mo Unused import Testsuite in Unparsing.mo Unused import Config in GenerateAPIFunctionsTpl.mo Unused import FlagsUtil in Unparsing.mo Unused import Testsuite in GenerateAPIFunctionsTpl.mo Unused import ValuesUtil in CodegenUtil.mo Unused import FlagsUtil in CodegenCFunctions.mo Unused import Settings in Unparsing.mo Unused import DAEDump in CodegenUtil.mo Unused import FlagsUtil in GenerateAPIFunctionsTpl.mo Unused import Patternm in Unparsing.mo Unused import Settings in GenerateAPIFunctionsTpl.mo Unused import Algorithm in CodegenUtil.mo Unused import Error in Unparsing.mo Unused import Patternm in GenerateAPIFunctionsTpl.mo Unused import ElementSource in CodegenUtil.mo Unused import DAEDump in CodegenCFunctions.mo Unused import ValuesUtil in Unparsing.mo Unused import Error in GenerateAPIFunctionsTpl.mo Unused import DAEUtil in CodegenUtil.mo Unused import DAEDump in Unparsing.mo Unused import HashTableCrIListArray in CodegenUtil.mo Unused import DAEDump in GenerateAPIFunctionsTpl.mo Unused import Algorithm in Unparsing.mo Unused import HashTableCrIListArray in CodegenCFunctions.mo Unused import Algorithm in GenerateAPIFunctionsTpl.mo Unused import ElementSource in Unparsing.mo Unused import ElementSource in GenerateAPIFunctionsTpl.mo Unused import DAEUtil in Unparsing.mo Unused import SimCodeFunction in CodegenUtil.mo Unused import DAEUtil in GenerateAPIFunctionsTpl.mo Unused import HashTableCrIListArray in Unparsing.mo Unused import HashTableCrIListArray in GenerateAPIFunctionsTpl.mo Unused import SCode in CodegenUtil.mo Unused import SimCodeFunction in Unparsing.mo Unused import List in CodegenUtil.mo Unused import SimCodeFunction in GenerateAPIFunctionsTpl.mo Unused import List in Unparsing.mo Unused import SCode in GenerateAPIFunctionsTpl.mo Unused import Values in CodegenUtil.mo Unused import Expression in Unparsing.mo Unused import Expression in GenerateAPIFunctionsTpl.mo Unused import Flags in Unparsing.mo Unused import Flags in GenerateAPIFunctionsTpl.mo Unused import Values in Unparsing.mo Unused import SimCode in Unparsing.mo Unused import SimCode in GenerateAPIFunctionsTpl.mo make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw Makefile.sources make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' sed "s/@ISMINGW64@/true/" "../Util/Autoconf.mo.omdev.mingw" > "../Util/Autoconf.mo.tmp" sed -i "s/@IS_NEW_OMDEV@/true/" "../Util/Autoconf.mo.tmp" sed -i "s/@IS_NEW_NEW_OMDEV@/true/" "../Util/Autoconf.mo.tmp" mv "../Util/Autoconf.mo.tmp" "../Util/Autoconf.mo" /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 MakeSources.mos " " true "C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot" "C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler" "C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot" true "" true "" mv Makefile.sources.tmp Makefile.sources mv LoadCompilerInterface.mos.tmp LoadCompilerInterface.mos make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw interfaces INCLUDESOURCES=1 make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ZeroCrossings.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitChecker.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitAbsynBuilder.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeMain.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/RewriteRules.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/PackageManagement.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Refactor.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFUnitCheck.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeFlatten.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFApi.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MidCode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstStateMachineUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FUnitCheck.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpandableArray.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEToMid.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenMidToC.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DumpGraphviz.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalScriptBackend.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalScriptOMSimulator.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAEUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAECreate.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Autoconf.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ZeroMQ.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynJLDumpTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Vector.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/VarTransform.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Util.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnorderedSet.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnorderedMap.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/System.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Testsuite.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Socket.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StackOverflow.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StringUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Settings.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SemanticVersion.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Pointer.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Mutable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Print.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/List.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Lapack.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/IOStream.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/IOStreamExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableStringToProgram.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableExpToIndex.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableStringToPath.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToExpOption.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrIListArray.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrILst.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrefSimVar.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCG.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable5.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable2.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable3.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashSetString.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashSet.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashSetExp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Graph.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Gettext.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FlagsUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GCExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Flags.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ErrorTypes.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExecStat.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Error.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ErrorExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DynLoad.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Debug.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DoubleEnded.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Corba.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ClockIndexes.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Config.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseHashSet.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseHashTable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseAvlSet.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTreeCRToInt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseAvlTree.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTreeStringString.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetPath.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetCR.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetString.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Array.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Main.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Unparsing.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Global.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Tpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplParser.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplMain.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplCodegen.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplAbsyn.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeDumpTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GenerateAPIFunctionsTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionDumpTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEDumpTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCFunctions.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InteractiveUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynDumpTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SymbolTable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StaticScript.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Interactive.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GlobalScriptDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GlobalScriptUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GlobalScript.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalScript.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeVar.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeFunctionUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeFunction.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmSimCode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FVisit.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FTraverse.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAE.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FNode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FResolve.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FMod.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FLookup.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraphBuildEnv.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraphBuild.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraph.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FExpand.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FCore.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FBuiltin.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ValuesUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Values.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitParserExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitAbsyn.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Types.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Static.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StateMachineFlatten.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeInstUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/PrefixUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Patternm.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ParserExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Parser.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OperatorOverloading.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Mod.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MMath.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MetaUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Lookup.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstTypes.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstSection.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstExtends.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstMeta.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstHashTable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstBinding.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstFunction.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstVar.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Inst.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstDAE.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InnerOuter.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Inline.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionSimplifyTypes.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Graphviz.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionSimplify.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Expression.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ElementSource.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Dump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAE.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ConnectUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ConnectionGraph.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ComponentReference.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ClassLoader.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ClassInf.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Ceval.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Builtin.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalFunction.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendInterface.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Algorithm.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynToSCode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Absyn.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/File.stamp.mo.mos make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw Makefile.depends INCLUDESOURCES=1 make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 MakeDepends.mos " " make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw generate-files INCLUDESOURCES=1 INCLUDEDEPENDS=1 make[7]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ZeroCrossings.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitChecker.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitAbsynBuilder.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeMain.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/RewriteRules.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Refactor.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/PackageManagement.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFUnitCheck.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeFlatten.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFApi.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MidCode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstStateMachineUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FUnitCheck.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpandableArray.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DumpGraphviz.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEToMid.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenMidToC.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalScriptOMSimulator.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAEUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalScriptBackend.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAECreate.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Autoconf.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynJLDumpTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Vector.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/VarTransform.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ZeroMQ.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Util.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnorderedMap.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnorderedSet.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Testsuite.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/System.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Socket.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StringUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StackOverflow.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Settings.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SemanticVersion.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Print.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Pointer.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Mutable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/List.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/IOStream.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Lapack.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/IOStreamExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableStringToProgram.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableStringToPath.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableExpToIndex.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrIListArray.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToExpOption.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrefSimVar.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrILst.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCG.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable3.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable5.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTable2.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashSetString.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashSetExp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Graph.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Gettext.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashSet.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GCExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FlagsUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Flags.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExecStat.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ErrorTypes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Error.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DynLoad.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DoubleEnded.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ErrorExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Debug.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Config.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Corba.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseHashSet.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ClockIndexes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseHashTable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseAvlSet.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseAvlTree.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTreeCRToInt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTreeStringString.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetString.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetPath.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetCR.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Main.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Array.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Unparsing.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Global.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplParser.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Tpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplCodegen.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplMain.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TplAbsyn.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeDumpTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GenerateAPIFunctionsTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionDumpTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEDumpTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCFunctions.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynDumpTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InteractiveUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SymbolTable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StaticScript.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Interactive.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GlobalScriptDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GlobalScriptUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GlobalScript.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeVar.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalScript.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeFunctionUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmSimCode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeFunction.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAE.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FVisit.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FTraverse.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FResolve.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FNode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FMod.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FLookup.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraphBuildEnv.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraphBuild.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraph.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FExpand.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FCore.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FBuiltin.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Values.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ValuesUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitParserExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/UnitAbsyn.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Types.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/StateMachineFlatten.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeInstUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Static.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SCodeDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/PrefixUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Patternm.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ParserExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Parser.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OperatorOverloading.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Mod.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MMath.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MetaUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Lookup.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstTypes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstSection.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstExtends.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstMeta.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstHashTable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstBinding.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstFunction.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstDAE.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InnerOuter.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Inst.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InstVar.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Inline.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Graphviz.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionSimplifyTypes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionSimplify.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Expression.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ElementSource.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Dump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAE.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ConnectUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ComponentReference.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ClassLoader.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ConnectionGraph.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ClassInf.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Ceval.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CevalFunction.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendInterface.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Builtin.stamp.mos 0 [main] make (7204648) child_copy: cygheap read copy failed, 0x0..0x80002AA40, done 0, windows pid 7204648, Win32 error 299 0 [main] sh (7204660) child_copy: cygheap read copy failed, 0x0..0x80002AE88, done 0, windows pid 7204660, Win32 error 299 Something went horribly wrong for build/Inst.stamp\n 0 [main] make 30220 dofork: child -1 - forked process 7204648 died unexpectedly, retry 0, exit code 0xC0000142, errno 11 make[7]: *** [Makefile.common:161: build/Absyn.stamp] Error 127 make[7]: *** Waiting for unfinished jobs.... make[7]: *** [Makefile.common:161: build/Inst.stamp] Error 1 make[7]: *** [Makefile.common:161: build/AbsynUtil.stamp] Error 127 /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Algorithm.stamp.mos make[7]: *** [Makefile.common:162: build/ConnectionGraph.stamp] Segmentation fault /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynToSCode.stamp.mos make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[6]: *** [Makefile.common:15: generate-files-in-steps] Error 2 make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[5]: *** [Makefile.common:73: bootstrap-from-tarball2] Error 2 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[4]: *** [Makefile.common:57: bootstrap-from-tarball] Error 2 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[3]: *** [Makefile.common:3: all] Error 2 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[2]: *** [Makefile.omdev.mingw:557: omc-bootstrapped] Error 2 make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' real 1m35.073s user 0m2.128s sys 1m2.504s make[1]: *** [Makefile.omdev.mingw:294: omc] Error 2 make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' make: *** [Makefile.omdev.mingw:63: omc] Error 2 real 10m59.448s user 0m10.243s sys 16m46.716s c:\dev\jenkins\ws\Windows\OM_Win>exit 2 Build step 'Execute Windows batch command' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Sending e-mails to: openmodelicabuilds@ida.liu.se Finished: FAILURE